Installation
Homebrew (macOS / Linux)
Section titled “Homebrew (macOS / Linux)”brew install crucibledx/tap/forgeScoop (Windows)
Section titled “Scoop (Windows)”scoop bucket add crucibledx https://github.com/crucibledx/scoop-bucketscoop install forgenpm / bun
Section titled “npm / bun”bun add -g @crucibledx/forge-cli# or: npm install -g @crucibledx/forge-cliShell script (macOS / Linux)
Section titled “Shell script (macOS / Linux)”Downloads the standalone binary — no runtime dependencies.
curl -fsSL https://raw.githubusercontent.com/crucibledx/forge-cli/main/scripts/install.sh | shManual download
Section titled “Manual download”Grab the binary for your platform from GitHub Releases, extract, and add to your PATH.
Verify installation
Section titled “Verify installation”forge --versionSystem requirements
Section titled “System requirements”- macOS, Linux, or Windows
- No runtime dependencies — Forge is a compiled single binary
What’s next
Section titled “What’s next”Run forge init to set up your first project:
forge initThe interactive wizard will:
- Detect which AI assistants you have configured (Claude Code, Cursor, Windsurf, Copilot, Cline)
- Ask you to configure a source (git repo or local path)
- Write
.crucible/forge.config.yaml
Then sync your first config:
forge syncSee the Quick Start for a full walkthrough.