Every build is a single self-contained executable: repair (par2) and unpack (RAR) are embedded. Unzip, run the launcher, answer three questions, download.
The NzbFast app: drag to Applications and go. Universal (Apple Silicon and Intel), dashboard in its own window, .nzb double-click, Start at Login.
The installer sets up a tray app (no console window), Start Menu entry, optional start-with-Windows and .nzb double-click. Fully static, no runtime to install; it can also adopt your existing SABnzbd config.
Static musl builds for x86_64 and arm64: seedboxes, VPSes, any NAS with SSH, Raspberry Pi 4/5. No glibc-version roulette.
Multi-arch image (amd64 + arm64) on Docker Hub and ghcr, linuxserver-style PUID/PGID entrypoint, healthcheck, compose file. Also the path for Unraid, TrueNAS SCALE and QNAP Container Station.
docker run -d -p 6789:6789 -e NZBFAST_OUT=/data/usenet \ -v /srv/nzbfast/config:/config -v /srv/nzbfast/watch:/watch \ -v /data/usenet:/data/usenet nzbfast/nzbfast
In Community Applications: search nzbfast in the Apps tab
and click Install. The template fills in port 6789, the three paths and the
Unraid user IDs, so there is nothing to write by hand.
Runs on DSM 7 through Container Manager: search nzbfast in
the Registry, download, map three folders and port 6789. No config file to edit:
add your provider in the dashboard's Welcome panel.
One command on macOS and Linux, with a service block so it starts at
login (brew services start nzbfast). Upgrades are
brew upgrade nzbfast, and your settings and queue live
outside the install, so they survive it.
brew install nzbfast/tap/nzbfast
Those buttons point at the current release. If a link ever fails, or you want an older build, the checksums or the release notes, they are all on the GitHub releases page.
Start nzbfast (mac: .command, windows: .bat), or just ./nzbfast setup in a terminal.http://localhost:6789. Drop an .nzb anywhere on it, or point Sonarr/Radarr at it as a SABnzbd client.Upgrading is replacing one file. Settings, queue and history live next to your config and survive restarts and upgrades.
nzbfast in the Apps tab and install (Docker image underneath). Step-by-step guide →cargo build --release from source is expected to work (rustls, no OpenSSL); officially untested. PAR2 repair and RAR unpack are native on every platform.