Skip to content

wsv/wsl-dashboard

 
 

Repository files navigation

WSL Dashboard

WSL Dashboard Logo

A modern, high-performance, and lightweight WSL (Windows Subsystem for Linux) instance management dashboard. Built with Rust and Slint for a premium native experience.


Rust Slint Tokio Windows License

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


📑 Table of Contents


🌍 Language Support

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

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

🚀 Key Features & Usage

  • 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 .tar or .tar.gz archives.
  • 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.).

⚙️ Configuration & Logs

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.

🖼️ Screenshots

Home (Light & Dark Mode)

USB

Add Instance & Settings

About & Collapse menu

🎬 Operation Demo

Below is a demonstration of the WSL Dashboard in action:

WSL Dashboard Demo

💻 System Requirements

  • 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.

📦 Installation

Option 1: Download prebuilt binary

The easiest way to get started is to use the precompiled release:

  1. Go to the GitHub Releases page.
  2. Download the latest wsldashboard executable for Windows.
  3. Extract (if packaged) and run wsldashboard.exe.

No installer is required; the app is a single portable binary.

Option 2: Build from source

Ensure you have the Rust toolchain (Rust 1.92+ or newer) installed.

  1. Clone the repository:

    git clone https://github.com/owu/wsl-dashboard.git
    cd wsl-dashboard
  2. Build and run:

    • For development:

      cargo run
    • Optimized release build, using the build script:

      The build script requires the x86_64-pc-windows-msvc toolchain.

      .\build\scripts\build.ps1

🛠️ Tech Stack & Performance

  • 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.

📄 License

This project is licensed under the GPL-3.0 – see the LICENSE file for details.


Built with ❤️ for the WSL Community.

About

A GUI manager for WSL. A modern, high-performance, and lightweight WSL instance management dashboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 59.3%
  • Slint 38.5%
  • PowerShell 1.6%
  • JavaScript 0.6%