> For the complete documentation index, see [llms.txt](https://doc.k8studio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.k8studio.io/documentation/getting-started/wsl-installation.md).

# WSL Installation

To set up K8Studio on Windows Subsystem for Linux (WSL)

1. Open WSL Terminal
2. Install required software

```
sudo apt-get install -y libgbm-dev
sudo apt-get install libasound2
```

3. Download the latest Debian binary of K8Studio

```
wget  -P ./ https://github.com/guiqui/k8Studio/releases/download/v0.2.2-alpha/K8Studio_0.2.2-alpha_amd64.deb)
```

4. Install the package

```
sudo dpkg -i ./K8Studio_0.2.2-alpha_amd64.deb
```

5. Install <https://command-not-found.com/gtk-launch>
6. Launch application

```
gtk-launch k8studio.desktop
```
