Skip to content
@ForgeAILab

Forge AI Lab

  • Canada
Forge

The local-first workflow engine for coding agents.

Website · Forge · Docs


What we're building

Most coding agents can edit files. We help you operate them safely.

Forge runs Claude Code, Codex, Gemini, and other agents through a real task lifecycle — isolated git worktrees, CI gates, review, merge — driven by a REST API, an MCP endpoint, and a built-in web UI.

No cloud. No lock-in. MIT licensed. Single binary, SQLite, binds to 127.0.0.1.

Why

Solo developers and small teams running multiple coding agents in parallel keep hitting the same problems:

  • Agents stepping on each other's branches.
  • No audit trail of what an agent actually did.
  • Nothing blocking broken code from landing on main.
  • Every "agent platform" wants your code in their cloud.

Forge is the local control plane we wanted: structured task lifecycle (todo → in_progress → review → merging → done), one isolated git worktree per task, CI-backed review gates, and BYO agent adapters.

Projects

Repo What it is
forge The core engine — Rust workspace, REST + MCP API, web UI, forge-ctl CLI.
homebrew-tap brew install forgeailab/tap/forge.
forge-site Marketing site. Vite + React + Tailwind.

Quickstart

brew install forgeailab/tap/forge
forge --demo
open http://localhost:8080

Full walkthrough → docs/getting-started.md

Status

Public beta (0.1.x). Usable end-to-end; APIs and schemas can still change. A stable 1.0 lands once the workflow engine, multi-user story, and release artifacts (signing, SBOMs, Windows builds) are finalized.

Get involved

  • ⭐ Star forge if you want to follow along.
  • 🐛 File issues — good first issue and help wanted labels are tagged.
  • 💬 Design discussion happens in GitHub Discussions and PRs.

MIT licensed. Built by people who think your code should stay on your machine.

Popular repositories Loading

  1. forge forge Public

    AI coding agent workflow engine for structured task lifecycles.

    Rust 42 1

  2. homebrew-tap homebrew-tap Public

    Homebrew formulas for Forge — the local-first workflow engine for coding agents

    Shell

  3. forgeailab.github.io forgeailab.github.io Public

    Forge — the local-first workflow engine for coding agents. Marketing site.

    TypeScript

  4. docs docs Public

    Forge documentation site (Astro Starlight)

    JavaScript

  5. .github .github Public

    ForgeAILab organization profile

  6. spark spark Public

    Board-driven AI MVP scaffold + composable pack registry. Bun TS monorepo.

    TypeScript

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…