Installation
Homebrew (macOS / Linux)
sh
brew install terrorsquad/tap/forgeUse the fully-qualified name. Homebrew core has an unrelated forge (ArrayFire visualization), so a bare brew install forge installs that one instead.
curl installer
sh
curl -fsSL https://raw.githubusercontent.com/TerrorSquad/forge/main/install.sh | shThe script downloads the latest release binary for your OS/arch and installs it to /usr/local/bin (or ~/.local/bin if /usr/local/bin is not writable).
go install
Requires Go 1.23+.
sh
go install github.com/TerrorSquad/forge/cmd/forge@latestManual download
- Go to the Releases page.
- Download the archive for your platform.
- Extract and move the
forgebinary to a directory on yourPATH.
Verify
sh
forge versionforge 2.1.0 (commit: 65a24d9, built: 2026-07-18T00:09:45Z)Note:
terrorsquad/tap/forge-gitis the same binary under the formula's previous name, kept so existing installs keep upgrading. New installs should useterrorsquad/tap/forge.
