It's an out-of-the-box Adรฉlie distribution on Windows Subsystem for Linux (WSL), based on the Linux kernel and musl runtime library.
https://github.com/yanecc/Adelie-WSL.git
.iso system images with the tools provided on the official website.
Official Website: Original; New; Gitlab
Microsoft-Windows-Subsystem-Linux(WSL), even better with VirtualMachinePlatform before install this distro on your Windows device.
Download or decompress the latest Adelie distro from Release.
powershell
wsl --import <DistroName> <DirToInstall> <FilePath>
`
## Example
With .tgz file downloaded
` powershell
wsl --import Adelie C:/Windows/System32/Adelie %USERPROFILE%/Downloads/Adelie-x64-1.0-rc2.tgz
`
or with .tar file extracted
` powershell
wsl --import Adelie C:/Windows/System32/Adelie %USERPROFILE%/Downloads/Adรฉlie.tar
``