Sessions don't scale.
Tasks do.

A session needs you watching. A task doesn't. Fabrika runs each one, verifies it, and brings back only what needs your call — however many agents you're running.

Runs locally · macOS & Linux · Open source


How it works

  1. 01 — Describe the outcome

    Define a big task in plain language. A planner agent breaks it into small, independently buildable tasks and waits for your approval before anything runs.

  2. 02 — Agents build in parallel

    Implementer agents 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.

  3. 03 — You decide what ships

    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.


Stop micromanaging

Most engineers struggle to work with more than four agent sessions at the same time. Fabrika makes agents the bottleneck, not you.


Runs on your machine

Fabrika is a desktop app that runs entirely on your computer. Your code, your git history, and your keys never leave it — and you bring whichever coding agent you already trust.

Plug in the agent you already use

  • Anthropic Claude Code
  • Pi
  • opencode
  • OpenAI Codex

Start using Fabrika,
free your mind.

One command installs the CLI. Runs on macOS and Linux.

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