No description
- Python 91.6%
- PowerShell 4.6%
- Inno Setup 3.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| app | ||
| assets | ||
| installer | ||
| .gitignore | ||
| AGENTS.md | ||
| build.ps1 | ||
| LICENSE | ||
| README.md | ||
| VERSION | ||
WSL Manager
Windows GUI for managing WSL distributions and selected systemd services.
Development
The application uses only the Python standard library in the MVP:
python -m app
The app discovers WSL distributions with wsl.exe and manages services through
systemctl. It never disables or replaces systemd.
Build a Windows installer
The release version is stored in VERSION. Build the single-file executable
and Inno Setup installer with:
.\build.ps1
The installer is written to release/WslManager-Setup-<version>.exe.
Release tags use the v<version> format, for example v0.0.1.