-
-
Notifications
You must be signed in to change notification settings - Fork 4
Install Firestaff
Daniel Nylander edited this page Jul 11, 2026
·
2 revisions
- Download the macOS package from GitHub releases.
- Open the downloaded archive or disk image.
- Move Firestaff to
Applicationsif desired. - Start Firestaff.
If macOS blocks the app, open System Settings > Privacy & Security and allow the app from there.
- Download the Windows ZIP or installer from GitHub releases.
- Extract the ZIP or run the installer.
- Start
firestaff.exe.
Download the package matching your system:
-
.debfor Debian/Ubuntu-style systems. -
.rpmfor Fedora/RHEL-style systems. - portable archive if available.
On Arch/Steam Deck, prefer the Steam Deck instructions unless an Arch package is explicitly provided.
Requirements:
- CMake
- C compiler with C11 support
- SDL3
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallelOn macOS:
brew install sdl3