Show HN: Fabrika, from babysitting agents to software factories

berkaycubuk1 pts0 comments

Fabrika — Software Factory

Software factory running on your computer.

Fabrika turns CLI coding agents — Claude Code, Aider, any command — into<br>a managed team. Describe an outcome, approve the plan, and agents build<br>it in parallel in isolated git worktrees. Nothing merges without passing<br>your tests, and the risky changes wait for your sign-off.

Download Fabrika See how it works

01 Describe the outcome<br>Define a big task in plain language. A planner agent breaks it into small, independently buildable tasks — each with a risk tier, dependencies, and acceptance checks — and waits for your approval before anything runs.

02 Agents build in parallel<br>Implementer agents — Claude Code, Aider, any CLI agent — pull ready tasks into isolated git worktrees and work simultaneously. Every branch runs your gates: build, lint, typecheck, tests. Low-risk work that passes everything merges itself.

03 You decide what ships<br>Riskier changes stop and wait for you. Read the diff, check the gate results, merge with one click. Accepted work unblocks the tasks that depend on it, and the factory keeps moving.

$ fabrika --list features<br>Why Fabrika<br>A software factory built around your workflow — not the other way around.<br>// agents Bring your own agents<br>Fabrika is agent-agnostic. Register any CLI coding agent you already trust — Claude Code, Aider, or a custom script — and reuse it across every repo.

// local Runs locally on your machine<br>No cloud lock-in. Fabrika runs entirely local so your code, secrets, and context never leave your environment.

// control You stay in control<br>Plans wait for your approval and risky changes wait for your review. Routine low-risk work can merge on its own — you choose where the line is.

// verified Tested before it merges<br>Changes are built, linted, and run against your test suite automatically. Only work that passes ships.

// approve Review without the busywork<br>Each finished task surfaces its diff and gate results side by side. One-click merge, request changes, or kick back — no surprises.

// agnostic Stack-agnostic<br>Works with your existing repo regardless of language, framework, or build tool. Drop it in and go.

Current release: v0.2.0<br>Get Fabrika for free

One command installs the CLI. Runs on macOS and Linux — no license, no<br>signup.

curl -fsSL https://raw.githubusercontent.com/berkaycubuk/fabrika/main/install.sh | sh<br>Copy

Prefer to read first? See the installation<br>guide or the getting started walkthrough.

fabrika agents changes runs work software

Related Articles