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.

Homebrew Cask
$ brew install --cask rustx-labs/tap/apifire

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.

Homebrew Cask
$ 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.

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

Install macOS Apple Silicon
$ 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
  • Archive: tar.gz
  • SHA256: 6dac74533db13bdffb3f4b48cd3ecf90b11cf9e9fe9dfce848f386e840762306

macOS Intel

apifire-v0.1.0-x86_64-apple-darwin.tar.gz

Install macOS Intel
$ 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
  • Archive: tar.gz
  • SHA256: 0a982cbc2eebeab964041fc76a512d75dcfc112b87ecb2793680e8901d2b51d9

After extracting a manual macOS download, run xattr -dr com.apple.quarantine apifirebefore launching the binary.

Verify the installation
$ apifire --version
$ apifire --help

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.

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.