Skip to content

Installation

Terminal window
bun add -g @crucibledx/forge-cli

This installs the forge binary globally. Single binary via bun build --compile — no runtime dependency on Bun after installation.

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.