Install gfire

Recommended: run the installer script, then verify with gfire version.

// Unix (macOS, Linux, WSL)

curl -fsSL https://get.gfire.hermesrodriguez.com/install.sh | sh

Inspect before running: curl -fsSL … -o install.sh && less install.sh


// Other installation methods


macOS first run (Gatekeeper)

Unsigned CLI binaries may show “Apple could not verify…” on the first gfire run. This is download quarantine, not malware. Clear it once:

xattr -dr com.apple.quarantine "$(command -v gfire)"

Or use System Settings → Privacy & Security → Open Anyway.


// Getting started

$ curl -fsSL https://get.gfire.hermesrodriguez.com/install.sh | sh
$ gfire version

After install, run gfire version to confirm the binary is on your PATH.

SeeSPECIFICATIONS.md.

Pin a release: VERSION=v1.0.0