beep beep

Ship 42 features while you sleep

Hop aboard the fabulous agent bus. Orchestrate a swarm of coding agents that claim tasks, write code, and merge worktreesโ€”all while you catch some z's.

๐Ÿค–

Multi-agent Orchestration

Run multiple Claude Code or Codex agents in parallel across different projects

๐ŸŒฒ

Elastic Worktree Pool

Each agent gets its own git worktree, scaling from 1-100 agents per project

๐ŸŽซ

Pluggable Issue Backends

Automatic task assignment from GitHub Issues or ticket

๐Ÿ›ก๏ธ

Strong Permission Controls

TOML-based rule engine with LLM authorization for autonomous operation

๐Ÿ“บ

Interactive TUI

Monitor and interact with all agents from a single terminal interface

โœ…

Done Detection

Recognizes when agents complete tasks and recycles them for new work

$ fab server start
๐ŸšŒ fab daemon started

$ fab project add git@github.com:user/repo.git --name myproject
๐ŸšŒ Added project myproject

$ fab project start myproject
๐ŸšŒ Started orchestration for myproject

$ fab tui
# Sit back and watch the magic happen โœจ