Installation
Homebrew (macOS / Linux)
sh
brew tap TerrorSquad/tap
brew install forge-gitcurl 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 v2.0.0 (commit: abc1234, built: 2024-01-01)Note: The Homebrew formula is named
forge-gitto avoid conflicts with an existingforgepackage. Install withbrew install forge-gitbut the binary is namedforge.
