Public download host for Bonfire. The source lives in a private repo; this repo carries only the compiled binaries, installer, and signed update manifests published by CI.
curl -fsSL https://raw.githubusercontent.com/kingdomfun/bonfire-release/main/install.sh | shThe script detects your OS/arch, downloads the matching binary from the latest
release, verifies its checksum, and installs bonfire on your PATH.
Grab the .dmg (macOS) or setup.exe (Windows) from the
latest release.
The bundled node self-updates from the signed node-manifest.json published
here (ed25519-verified before install).
docker run -d --name bonfire -p 3030:3030 -p 14000:14000/udp \
-v bonfire-data:/data ghcr.io/kingdomfun/bonfire:latest