> 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;
