ForgeAILab

ForgeAILab / forge

Public

AI coding agent workflow engine for structured task lifecycles.

14
0
89% credibility
Found May 17, 2026 at 16 stars 2x -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Rust
AI Summary

Forge is a local-first workflow engine that helps developers safely run and manage AI coding assistants. Instead of juggling multiple AI agents manually, Forge orchestrates them through a structured task lifecycle with built-in review gates and isolated workspaces. Each task gets its own git worktree, so AI agents can't interfere with each other. The system runs entirely on your local machine—no cloud accounts, no external services, no tracking. It supports popular AI coding tools like Claude Code, Codex, and Gemini, and provides multiple ways to interact: a web dashboard, command-line interface, or direct API connection. Tasks move through defined states (backlog, in progress, review, merging, done) with audit trails, and code changes can be blocked until CI checks pass. The project is MIT-licensed and in public beta.

How It Works

1
🔍 You discover Forge while searching for AI coding tools

You hear about a tool that can run multiple AI coding assistants like Claude Code and Gemini while keeping everything organized on your own computer.

2
📦 You install Forge in seconds

With one simple command, Forge is installed on your machine. No accounts, no cloud, no complicated setup—just download and go.

3
You connect your AI coding assistant

You tell Forge where Claude Code or your preferred AI assistant lives on your computer, and it automatically detects it.

4
🎯 You create a project and add your codebase

You point Forge to your git repository and it creates a workspace where AI agents can work without stepping on each other.

5
📋 You create tasks and watch AI work through them

Tasks move through a clear lifecycle: from 'todo' to 'in progress' to 'review' to 'done'. Each AI agent gets its own isolated workspace.

6
You choose how to interact
🖥️
Web dashboard

A visual kanban board where you drag tasks between columns and watch everything come together

⌨️
Command line

Quick commands for power users who prefer typing

🔗
Direct connection

Your AI assistant talks to Forge directly, like plugging in a new tool

🎉 Your code gets reviewed and merged safely

Before any AI-written code joins your project, it passes through review gates you define. Everything stays local on your machine—no cloud required.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 16 to 14 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is Forge?

Forge is a local-first workflow engine for AI coding agents, written in Rust. It gives you a structured task lifecycle—todo, in progress, review, merging, done—complete with isolated git worktrees per task so agents cannot interfere with each other. You get a REST API, MCP JSON-RPC endpoint, a CLI called forge-ctl, and a built-in React web UI, all in a single binary backed by SQLite. No cloud, no accounts, no telemetry. It supports Claude Code, Codex, Gemini, opencode, and a generic shell executor out of the box.

Why is it gaining traction?

The isolation model is the hook. Most coding agents can edit files, but Forge operates them safely by giving each task its own git worktree that gets cleaned up when the task completes or cancels. You can throw work away without polluting your repo. The review gate with configurable CI steps blocks merges until checks pass, which is exactly what teams need before code lands on main. Being MIT licensed and truly local-first means no vendor lock-in, no SaaS dashboard to trust with your code.

Who should use this?

Solo developers running multiple coding agents in parallel who are tired of manually juggling branches and reviews. Small engineering teams piloting agent workflows who need worktree isolation, audit trails, and a review gate before code hits main. Builders who want a hackable control plane for AI coding work rather than another hosted dashboard. If you want a chat UI bolted onto your editor, look elsewhere—this is infrastructure.

Verdict

Forge is a well-architected, opinionated solution to a real problem, but with only 14 stars it is early and unproven at scale. The credibility score of 0.9% reflects that maturity. Documentation exists and the feature set is coherent, but expect rough edges and API changes before 1.0. Worth watching if you are serious about running coding agents in production; too green to bet a project on today.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.