Installation
Install via Bun
Section titled “Install via Bun”bun add -g @crucibledx/forge-cliThis installs the forge binary globally. Single binary via bun build --compile — no runtime dependency on Bun after installation.
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.