1
Initialize fracta in your project
From inside any git repository:This creates a
.fracta/ directory for state and worktrees. It does not modify your repo’s tracked files.2
Spawn an agent
.fracta/worktrees/hello, launches your default runtime CLI in that worktree, and tracks the agent in its state store.Useful flags:3
Watch progress
Ctrl-C to detach without killing the agent.4
See the result
completed in fracta list).5
Clean up
Spawn multiple in parallel
fracta_send if you ask them to.
What’s next
Pick a Deployment Mode
Local-process vs docker-compose vs kubernetes.
Configure Your Runtime
Claude, Codex, and OpenCode setup.
CLI Reference
Every command and every flag.

