Skip to content

Installation

Terminal window
brew install crucibledx/tap/forge
Terminal window
scoop bucket add crucibledx https://github.com/crucibledx/scoop-bucket
scoop install forge
Terminal window
bun add -g @crucibledx/forge-cli
# or: npm install -g @crucibledx/forge-cli

Downloads the standalone binary — no runtime dependencies.

Terminal window
curl -fsSL https://raw.githubusercontent.com/crucibledx/forge-cli/main/scripts/install.sh | sh

Grab the binary for your platform from GitHub Releases, extract, and add to your PATH.

Terminal window
forge --version
  • macOS, Linux, or Windows
  • No runtime dependencies — Forge is a compiled single binary

Run forge init to set up your first project:

Terminal window
forge init

The interactive wizard will:

  1. Detect which AI assistants you have configured (Claude Code, Cursor, Windsurf, Copilot, Cline)
  2. Ask you to configure a source (git repo or local path)
  3. Write .crucible/forge.config.yaml

Then sync your first config:

Terminal window
forge sync

See the Quick Start for a full walkthrough.