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
| Go install | go install github.com/hrodrig/gfire/cmd/gfire@latest |
| GitHub Releases | .tar.gz binaries |
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.
Pin a release: VERSION=v1.0.0