Solo devs ship
like teams.
You give Forge an intent. It spawns four sub-agents that review, test, write, and ship — in parallel, on your machine, with full context. You stay in the loop.
Consumer AI assistant · multi-model
One brain. Four hands.
Any model.
Forge brain holds task state and dispatches sub-agents in parallel. Each agent picks its own provider — Anthropic, OpenAI, local Ollama — and streams back. You see every token.
Your code calls forge-client (SDK). The SDK talks to forge-mcp (self-host, MIT) or Forge Cloud (hosted at mcp.sbknext.com). Same protocol either way.
Install in your language.
Three runtimes — same brain.
The full install + signup flow lives at mcp.sbknext.com — that's where you get a token, see Claude Desktop / Cursor / VS Code configs, and choose between self-hosting forge-mcp (free, MIT) or Forge Cloud (hosted, preview).
pip install sbknext-forgenpm install @sbknext/forgesbknext-forge = "0.1" # crates.io coming soonDon't read about agents.
Watch them work.
Three of Forge's four sub-agents, captured mid-run. Live. No screenshots.
Three tools. One brain.
Structural truth + security posture + LLM reliability — one MCP surface. Each tool ships independently, tested before merge, honest about what it doesn't know.
Built with Forge.
Running right now.
Every project below is shipped, maintained, and reviewed by the four-agent loop you just watched. Including Forge itself.
Two ways to run Forge.
One protocol. One SDK. Same agent code. Both free — no card, no subscription.
Self-host on your machine. SQLite + local embeddings. No data leaves your box.
github.com/sbknext/corebrain →Postgres + pgvector + shared communities. Free — generous rate limits, no paywall. Free token via signup.
mcp.sbknext.com →Forge is free with generous rate limits — the only limit is rate, never features behind a paywall. Need private infra, scale, or compliance/SSO? Self-host the open-core (Apache-2.0) — your data never leaves your box. Want consulting, onboarding, or a hand standing it up? Reach out — enterprise setup is a one-time engagement, no recurring subscription.
Shipped. Building.
Next.
Honest status — only what's real. No fake dates, no vapourware. Built in public, one milestone at a time.
- Forge v0.4.3 — agent orchestration runtime, self-hosting, live at forge.sbknext.com.
- forge SDK —
pip install sbknext-forge·npm @sbknext/forge. Both live on PyPI + npm. - Brain MCP — hosted memory protocol at mcp.sbknext.com. Per-user isolated, self-hostable.
- Echo AI — consumer AI assistant, live at echo.sbknext.com. Try the hero demo.
- claude-fuse — MIT, local-first observability for Claude Code sessions.
- Sutra — MIT, static structural code-graph + drift checks. Open source on GitHub.
- Forge Cloud — hosted MCP endpoint, preview. Postgres + pgvector + shared communities.
- Forge Secure — security scanner (gitleaks + osv + semgrep) → masked findings + CI gate. Open source, active dev.
- Sutra feature viewer — interactive flow + health dashboard; JS/TS + Python.
- Autonomous SDLC — planner → executor → verify loop; mistake-ledger driven. Manual today, automating the orchestrator.
- Self-evolving harness — agents that critique + rewrite their own rules against evals.
- Rust SDK —
crates.iopublish (Python + Node already live). - Forge Secure dashboard — severity cards, drill-down, trend-over-time.
- Public OSS flip — corebrain / forge-mcp self-host repos going public.