> For the complete documentation index, see [llms.txt](https://docs.rairprotocol.org/rairprotocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rairprotocol.org/rairprotocol/installation-and-testing/getting-started/rairlite-single-vm/windows-wsl-installation.md).

# Windows WSL Installation

Those with Windows computers that want to test RAIRprotocol locally will need to install WSL. (Windows Subsystem for Linux)

{% hint style="info" %}
**Requirements**

Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11 &#x20;

minimum 8GB RAM
{% endhint %}

## How to

1. Open PowerShell or Windows Command Prompt in administrator mode by right-clicking and selecting "Run as administrator" To see a list of available Linux distributions available for download through the online store, enter:&#x20;

`wsl --list --online or wsl -l -o`

<figure><img src="/files/07wqgLHfpb6wKVbVOINc" alt=""><figcaption></figcaption></figure>

2. Install Ubuntu 24.04 LTS using command

`wsl --install -d Ubuntu-24.04`

3. Reboot computer
4. Once the process of installing your Linux distribution with WSL is complete, open the distribution using the Start menu. You will be asked to create a **User Name and Password** for your Linux distribution.

<figure><img src="/files/kxmiENDSmxZgaWyXd1RD" alt=""><figcaption></figcaption></figure>

5. Ready to install Docker, Docker compose and clone rairprotocol repository

<figure><img src="/files/3FpTYZdDb8chgnadr7tH" alt=""><figcaption></figcaption></figure>

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rairprotocol.org/rairprotocol/installation-and-testing/getting-started/rairlite-single-vm/windows-wsl-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
