বাংলা
Appearance
বাংলা
Appearance
WSL Dashboard is available in three distribution formats to suit different use cases:
| Type | Example Filename | Description |
|---|---|---|
| Portable (EXE) | WSLDashboard.vX.Y.Z.Portable.x64.exe | Recommended. Single-file, no installation required — just run it. Config is saved to ~\.wsldashboard. |
| Portable (ZIP) | WSLDashboard.vX.Y.Z.Portable.x64.zip | Compressed portable version, ideal for manual deployment or integration with other toolchains. |
| Setup (EXE) | WSLDashboard.vX.Y.Z.Setup.x64.exe | Standard installer. Creates a Start Menu shortcut, desktop icon, and registers an uninstall entry. |
TIP
Which one should I choose?
If you prefer to compile the application yourself, ensure your development environment meets the following requirements:
x86_64-pc-windows-msvc.Clone the repository:
git clone https://github.com/owu/wsl-dashboard.git
cd wsl-dashboardRun in development mode:
cargo run .Production build (using the provided script):
.\build\portable\build.ps1The compiled output will be located in the target/release directory.