Building the infrastructure layer for AI-native development.
We make AI coding tools work together — not in isolation.
Three open-source projects. One mission: make every developer 10x with AI orchestration.
|
The Interface -- React dashboard, Infinity Terminal, governance HUD, and 22 specialized AI agents. The visual layer for the Forge ecosystem. |
The Brain -- Rust binary that coordinates Claude Code, Codex CLI, and Gemini CLI as a unified team. 9 MCP tools, file locking, knowledge flywheel, drift detection. |
The Distribution -- Drop-in Claude Code plugin. |
Developer writes SPEC.md
|
v
forge-orchestrator <-- Decomposes spec into tasks, assigns to AI tools
|
+---------+---------+
| | |
Claude Codex Gemini <-- Each AI tool works on assigned tasks
| | |
+---------+---------+
|
forge-plugin <-- 19 commands for governance, testing, deployment
|
forge-ui <-- Dashboard, terminal, real-time monitoring
AI coding tools are powerful alone. But real projects need coordination:
- File locking -- Two AI agents editing the same file = merge hell. Forge prevents it.
- Knowledge capture -- Decisions, learnings, patterns -- automatically classified and searchable.
- Drift detection -- Your spec says "build auth" but the AI is refactoring CSS? Caught instantly.
- Governance -- Health scores, doc coverage, architecture compliance. Continuously validated.
We don't build another AI coding tool. We make the ones you already have work together.
The fastest path from zero to orchestrated AI development:
# 1. Install the Claude Code plugin (30 seconds)
cd your-project
git clone https://github.com/nxtg-ai/forge-plugin.git .claude-forge
# 2. Install the orchestrator (optional, for multi-AI coordination)
cargo install --git https://github.com/nxtg-ai/forge-orchestrator
# 3. Initialize
forge init
forge plan --generate # AI decomposes your spec into tasks
# 4. Ship
forge run --task T-001 --agent claudeEverything is MIT licensed. We believe the orchestration layer for AI development should be open infrastructure -- like Git, like Docker, like Kubernetes.
| Repo | Language | License | Status |
|---|---|---|---|
| forge-ui | TypeScript | MIT | Production |
| forge-orchestrator | Rust | MIT | v0.1.0 |
| forge-plugin | Markdown | MIT | Production |
We're building in the open and contributions are welcome.
- Star the repos -- It helps more than you think
- Try it --
git clonethe plugin and use it for a day - Contribute -- Check the "good first issues" in forge-orchestrator
- Ideas & feedback -- Open an issue or reach out
- Partner -- axw@nxtg.ai