Skip to content

Install Firestaff

Daniel Nylander edited this page Jul 11, 2026 · 2 revisions

Install Firestaff

macOS

  1. Download the macOS package from GitHub releases.
  2. Open the downloaded archive or disk image.
  3. Move Firestaff to Applications if desired.
  4. Start Firestaff.

If macOS blocks the app, open System Settings > Privacy & Security and allow the app from there.

Windows

  1. Download the Windows ZIP or installer from GitHub releases.
  2. Extract the ZIP or run the installer.
  3. Start firestaff.exe.

Linux

Download the package matching your system:

  • .deb for Debian/Ubuntu-style systems.
  • .rpm for Fedora/RHEL-style systems.
  • portable archive if available.

On Arch/Steam Deck, prefer the Steam Deck instructions unless an Arch package is explicitly provided.

Build From Source

Requirements:

  • CMake
  • C compiler with C11 support
  • SDL3
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel

On macOS:

brew install sdl3

Clone this wiki locally