# 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="https://3641609714-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5tYv0KixTaiEIz5F9uBB%2Fuploads%2FgBq6Gc7ojQGZb1sASOaM%2F1.png?alt=media&#x26;token=e7c5f1e1-041c-49b0-afab-bf0006447f93" 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="https://3641609714-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5tYv0KixTaiEIz5F9uBB%2Fuploads%2FuwqXr4bZKU1gijhFaKpi%2Fubuntu.png?alt=media&#x26;token=593a8e20-460e-4975-a2ec-74cc9e4a2758" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3641609714-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5tYv0KixTaiEIz5F9uBB%2Fuploads%2F70U09Xhg834pDj66JSrQ%2Frair%20git.png?alt=media&#x26;token=4880c385-eb87-4d17-a5f1-dbf65e29d7af" alt=""><figcaption></figcaption></figure>

&#x20;
