At a glance
ForgeCode is an open terminal coding harness that works interactively or as a one-shot command. The audited source defines 47 provider entries spanning hosted APIs, subscription access, local endpoints, and a context engine, plus MCP, skills and delegated agents. It runs on your machine by default; its `--sandbox` option separates Git work but does not contain commands.
Good choice if
- Vibe coders who want to keep one terminal tool while switching among subscriptions, API providers, and local models
- People who want an interactive coding session now and repeatable one-shot scripts later
- Power users who want reusable skills, MCP tools, semantic code search, and delegated research agents
Check before choosing
- The `--sandbox` flag only creates a separate Git worktree and branch; commands still run on the host
- Restricted permissions are off by default, the generated policy allows all built-in actions, and MCP tools bypass it
- Optional semantic search uploads source chunks and embeddings to ForgeCode Services; logging out does not delete indexed data
See 1 more considerations
- Browser work requires an external MCP server, and file undo restores one path's last snapshot rather than a project checkpoint