Installation
Download and install Sanic Boom on macOS, Windows, or Linux
macOS
- Download
SanicBoom-x.x.x-macOS-arm64.dmgfrom your account page. - Open the
.dmgand drag Sanic Boom to your Applications folder. - Launch from Applications. On first run, macOS may ask you to confirm — click Open.
Windows
- Download
SanicBoom-x.x.x-windows-x86_64.zipfrom your account page. - Extract the zip to a folder of your choice (e.g.
C:\Program Files\Sanic Boom). - Run
sanic-boom.exe.
URL Scheme Registration
To enable sign-in from the browser, run the included register-url-scheme.ps1 script once:
powershell -ExecutionPolicy Bypass -File register-url-scheme.ps1Or double-click register-url-scheme.reg and confirm.
Linux
- Download
SanicBoom-x.x.x-linux-x86_64.tar.gzfrom your account page. - Extract:
tar -xzf SanicBoom-*-linux-x86_64.tar.gz- Move the binary to your PATH:
sudo cp sanic-boom-*/bin/sanic-boom /usr/local/bin/- Optionally install the desktop entry:
cp sanic-boom-*/sanic-boom.desktop ~/.local/share/applications/
cp sanic-boom-*/sanic-boom.png ~/.local/share/icons/Dependencies
Sanic Boom requires ALSA for audio. On Debian/Ubuntu:
sudo apt install libasound2Qt 6 runtime libraries are also required. On Debian/Ubuntu:
sudo apt install qt6-base-dev qt6-declarative-devFont
Sanic Boom uses JetBrains Mono as its editor font. For the best experience, install it on your system before launching the app. It's free and open source.
License Activation
After installing, launch Sanic Boom and sign in with the email you used to purchase. The app authenticates via your browser using a magic link — no license keys to copy.
The app periodically verifies your session with our server. An internet connection is required for this check, but the app works offline between verifications.
Updating
Download the latest version from your account page and replace the existing installation. Your projects and settings are preserved — they live in your user data directory, not inside the app.