# wsl-dashboard **Repository Path**: bye/wsl-dashboard ## Basic Information - **Project Name**: wsl-dashboard - **Description**: 一款现代、高性能且轻量级的 WSL (Windows Subsystem for Linux) 实例管理面板。基于 Rust 和 Slint 构建,提供高级的原生体验。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: https://github.com/owu/wsl-dashboard - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 1 - **Created**: 2026-01-18 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 | [简体中文](./manual/README_zh_CN.md) | [繁體中文](./manual/README_zh_TW.md) | [हिन्दी](./manual/README_hi.md) | [Español](./manual/README_es.md) | [Français](./manual/README_fr.md) | [العربية](./manual/README_ar.md) | [বাংলা](./manual/README_bn.md) | [Português](./manual/README_pt.md) | [Русский](./manual/README_ru.md) | [اردو](./manual/README_ur.md) | [Bahasa Indonesia](./manual/README_id.md) | [Deutsch](./manual/README_de.md) | [日本語](./manual/README_ja.md) | [Türkçe](./manual/README_tr.md) | [한국어](./manual/README_ko.md) | [Italiano](./manual/README_it.md) | [Nederlands](./manual/README_nl.md) | [Svenska](./manual/README_sv.md) | [Čeština](./manual/README_cs.md) | [Ελληνικά](./manual/README_el.md) | [Magyar](./manual/README_hu.md) | [עברית](./manual/README_he.md) | [Norsk](./manual/README_no.md) | [Dansk](./manual/README_da.md) | [Suomi](./manual/README_fi.md) | [Slovenčina](./manual/README_sk.md) | [Slovenščina](./manual/README_sl.md) | [Íslenska](./manual/README_is.md) --- ## 📑 Table of Contents - [🌍 Language Support](#-language-support) - [🚀 Key Features & Usage](#-key-features--usage) - [⚙️ Configuration & Logs](#️-configuration--logs) - [🖼️ Screenshots](#️-screenshots) - [🎬 Operation Demo](#-operation-demo) - [💻 System Requirements](#-system-requirements) - [📦 Installation](#-installation) - [🛠️ Tech Stack & Performance](#️-tech-stack--performance) - [📄 License](#-license) --- ## 🌍 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](assets/screenshot/demo.gif) ## 💻 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](https://github.com/owu/wsl-dashboard/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: ```powershell git clone https://github.com/owu/wsl-dashboard.git cd wsl-dashboard ``` 2. Build and run: - For development: ```powershell cargo run ``` - Optimized release build, using the build script: > The build script requires the `x86_64-pc-windows-msvc` toolchain. ```powershell .\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](#-key-features--usage) for details). - **Portability**: Optimized release build produces a single compact executable. ## 📄 License This project is licensed under the GPL-3.0 – see the [LICENSE](LICENSE) file for details. --- Built with ❤️ for the WSL Community.