Skip to content

Installation

Download the .msi installer from the Releases page and run it.

The installer will:

  • Install WSL Dashboard to %LOCALAPPDATA%\WSL Dashboard
  • Create a Start menu shortcut
  • Register an uninstaller

Portable Version

For users who prefer a portable installation:

  1. Download the .zip archive from the Releases page.
  2. Extract to any folder of your choice.
  3. Run wsl-dashboard.exe directly.

Note: The portable version does not create any system entries and can be removed by simply deleting the folder.

Build from Source

If you want to build WSL Dashboard from source, you'll need:

bash
git clone https://github.com/owu/wsl-dashboard.git
cd wsl-dashboard
cargo build --release

The compiled binary will be at target/release/wsl-dashboard.exe.

Licensed under GPL-3.0.