$ brew install --cask rustx-labs/tap/apifire
Download
Install apifire on macOS, Linux, or Windows.
Start here if you need the CLI on your machine. The download page covers platform-specific installation and release downloads, while Quick Start picks up once apifire is already installed.
Install options
Start with the right install or download path for your machine.
macOS can install directly with Homebrew Cask. Linux and Windows can download the current release archive from the stable manifest and use the real published filename for extraction.
macOS
Homebrew Cask
The recommended install path for macOS is Homebrew Cask through the rustx-labs tap.
$ brew install --cask rustx-labs/tap/apifire
- Best fit for macOS machines already using Homebrew.
- After installation, run the verify commands below before setting up a project.
Direct downloads
Use the current stable build for your platform.
Stable 0.1.0 · Published Mar 21, 2026
macOS
Use Homebrew for the default install path, or choose the manual archive that matches your Mac.
macOS Apple Silicon
apifire-v0.1.0-aarch64-apple-darwin.tar.gz
$ curl -fsSL "https://msjiarczdjxuxc5t.public.blob.vercel-storage.com/releases/v0.1.0/apifire-v0.1.0-aarch64-apple-darwin.tar.gz" -o "apifire-v0.1.0-aarch64-apple-darwin.tar.gz" $ tar -xzf "apifire-v0.1.0-aarch64-apple-darwin.tar.gz" $ xattr -dr com.apple.quarantine apifire
macOS Intel
apifire-v0.1.0-x86_64-apple-darwin.tar.gz
$ curl -fsSL "https://msjiarczdjxuxc5t.public.blob.vercel-storage.com/releases/v0.1.0/apifire-v0.1.0-x86_64-apple-darwin.tar.gz" -o "apifire-v0.1.0-x86_64-apple-darwin.tar.gz" $ tar -xzf "apifire-v0.1.0-x86_64-apple-darwin.tar.gz" $ xattr -dr com.apple.quarantine apifire
After extracting a manual macOS download, run xattr -dr com.apple.quarantine apifirebefore launching the binary.
$ apifire --version $ apifire --help
Verify
Confirm the CLI is available before setting up project files.
Check the installed version first, then inspect the top-level help output so the init, run, auth, and validate workflow is familiar before you scaffold a project.
Next steps
Installation is step one. The real workflow starts after that.
Continue to Quick Start
Once apifire is installed, move into the repo setup flow to scaffold files, configure auth, and run the first suite.
Review the command surface
If you want to inspect the supported commands first, open the command reference before setting up a project.