Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FalconNL93/WslToolbox
WSL Toolbox allows you to manage your WSL Distributions through an easy to use interface.
https://github.com/FalconNL93/WslToolbox
Last synced: 6 days ago
JSON representation
WSL Toolbox allows you to manage your WSL Distributions through an easy to use interface.
- Host: GitHub
- URL: https://github.com/FalconNL93/WslToolbox
- Owner: FalconNL93
- License: mit
- Created: 2021-08-01T06:29:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T06:58:17.000Z (about 2 months ago)
- Last Synced: 2024-09-17T09:29:29.434Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 2.52 MB
- Stars: 78
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - FalconNL93/WslToolbox - WSL Toolbox allows you to manage your WSL Distributions through an easy to use interface. (C# #)
README
# WSL Toolbox
WSL Toolbox allows you to manage your WSL Distributions through an easy to use interface for free.
## Beta
WSL Toolbox is currently in beta, some functionality may not work like expected or are missing/yet to be implemented.
Please report any bugs you encounter or create a pull request if you would like to contribute. Applies for feature requests too.
The UI is being rewritten to WinUI3 starting from version 0.6, the old UI (version 0.5.x) is still available from the releases page.
## Features
* Distribution overview
* Distribution control (start, stop and restart)
* Install new distributions
* Remove or edit distributions
* Import and export distributions
* Light/Dark mode
* Version checkConfiguration for WSL Toolbox is saved to a JSON file.
## Install
* Download from [releases](https://github.com/FalconNL93/WslToolbox/releases)
* Winget:
``` winget install FalconNL93.WslToolbox ```## Screenshots
![Main window](/assets/images/scr1.png?raw=true "Main Window")
![Add distribution](/assets/images/scr2.png?raw=true "Add distribution")
![Settings window](/assets/images/scr3.png?raw=true "Settings Window")## Requirements
* [Windows Subsystem for Linux](https://www.microsoft.com/store/productId/9P9TQF7MRM4R)
* [.NET Desktop Runtime 8.0.6](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
* Windows 11 (x64) **OR** Windows 10 x64 20H1 (19041) or newer.