A modern, high-performance, and lightweight WSL (Windows Subsystem for Linux) instance management dashboard. Built with Rust and Slint for a premium native experience.
I18N : English | 简体中文 | 繁體中文 | हिन्दी | Español | Français | العربية | বাংলা | Português | Русский | اردو | Bahasa Indonesia | Deutsch | 日本語 | Türkçe | 한국어 | Italiano | Nederlands | Svenska | Čeština | Ελληνικά | Magyar | עברית | Norsk | Dansk | Suomi | Slovenčina | Slovenščina | Íslenska
- 🌍 Language Support
- 🚀 Key Features & Usage
- ⚙️ Configuration & Logs
- 🖼️ Screenshots
- 🎬 Operation Demo
- 💻 System Requirements
- 📦 Installation
- 🛠️ Tech Stack & Performance
- 📄 License
English, Simplified Chinese, Traditional Chinese, Hindi, Spanish, French, Arabic, Bengali, Portuguese, Russian, Urdu, Indonesian, German, Japanese, Turkish, Korean, Italian, Dutch, Swedish, Czech, Greek, Hungarian, Hebrew, Norwegian, Danish, Finnish, Slovak, Slovenian, Icelandic
- Modern Native UI: Intuitive GUI with Dark/Light mode support, smooth animations, and high-performance rendering powered by Skia.
- System Tray Integration: Full support for system tray minimizing (~10MB RAM usage), double-click to toggle, and a functional right-click menu.
- Intelligent Startup: Configure the dashboard to start with Windows, minimize to tray (silent mode with
/silent), and auto-shutdown distributions on exit. - Comprehensive Instance Control: One-click Start, Stop, Terminate, and Unregister. Real-time status monitoring and detailed insights into disk usage and file locations.
- Distro Management: Set as default, migration (Move VHDX to other drives), and export/clone to
.taror.tar.gzarchives. - Quick Integration: Instant launch into Terminal, VS Code, or File Explorer with customizable working directories and startup script hooks.
- Smart Installation: Install from Microsoft Store, GitHub, or local files (RootFS/VHDX). Includes a built-in RootFS download helper.
- Global Safety: Mutex locks for safe concurrent migration/backup operations and automatic Appx cleanup on removal.
- Ultra-Low Memory Footprint: Highly optimized for efficiency. Silent startup (system tray) uses only ~10MB RAM. Windowed mode usage varies by font complexity: ~18MB for standard languages (English, German, Spanish, etc.) and ~38MB for large font languages (Chinese, Japanese, Korean, etc.).
All configuration is managed through the Settings view:
- Choose the default installation directory for new WSL instances.
- Configure the log directory and log level (Error / Warn / Info / Debug / Trace).
- Pick the UI language or let it follow the system language.
- Toggle dark mode and whether the app can auto-shutdown WSL after operations.
- Configure how often the app checks for updates (daily, weekly, biweekly, monthly).
- Enable automatic startup on system boot (with automatic path repair).
- Set the app to minimize to the system tray on startup for a distraction-free experience.
- Configure the close button to minimize to the system tray instead of exiting.
Log files are written to the configured log directory and can be attached when reporting issues.
Below is a demonstration of the WSL Dashboard in action:
- Windows 10 or Windows 11 with WSL enabled (WSL 2 recommended).
- At least one WSL distribution installed, or permission to install new ones.
- 64-bit CPU; 4 GB RAM or more recommended for smooth multi-distro usage.
The easiest way to get started is to use the precompiled release:
- Go to the GitHub Releases page.
- Download the latest
wsldashboardexecutable for Windows. - Extract (if packaged) and run
wsldashboard.exe.
No installer is required; the app is a single portable binary.
Ensure you have the Rust toolchain (Rust 1.92+ or newer) installed.
-
Clone the repository:
git clone https://github.com/owu/wsl-dashboard.git cd wsl-dashboard
-
Build and run:
-
For development:
cargo run
-
Optimized release build, using the build script:
The build script requires the
x86_64-pc-windows-msvctoolchain..\build\scripts\build.ps1
-
- Core: Implemented in Rust for memory safety and zero-cost abstractions.
- UI Framework: Slint with high-performance Skia rendering backend.
- Async Runtime: Tokio for non-blocking system commands and I/O.
- Performance Highlights:
- Responsiveness: Near-instant startup and real-time WSL status monitoring.
- Efficiency: Ultra-low resource usage (see Key Features for details).
- Portability: Optimized release build produces a single compact executable.
This project is licensed under the GPL-3.0 – see the LICENSE file for details.
Built with ❤️ for the WSL Community.










