Fletch · agentic engineering for macOS

Don't just run more agents. Run them right.

Fletch runs your coding agents in parallel and in real isolation — then chains them into deterministic workflows that plan, build, review and test. You ship AI-written code you can actually trust, not just more of it.

Download for macOS
Free · macOS 13+ · 15.2 MB
atlas-web/patagonia+187−64
patagonia · Stripe portal sync
cursor-agent
Rebuild checkout on Stripe's hosted portal and keep our subscription state in sync over webhooks.
I'll move checkout to the hosted portal and add a thin webhook reconciler so local state never drifts. Wiring the billing routes now.
editcheckout.ts+64 −12
editwebhooks/stripe.ts+88 −0
writing portal-sync.ts
Reply to patagonia, or steer it…
cursor-agentplan
01 · Deterministic workflows

Chain specialist agents — architect, coder, reviewer, tester — into a repeatable pipeline with a gate at every step. The same disciplined process on every feature.

02 · Real isolation

Every agent works in its own full clone under a hard sandbox — not a shared worktree. It can't touch your repo, your machine, or another agent's work.

03 · You hold the gate

Live diffs, real review, and one button from change to merged PR. Nothing lands until it clears your checks. Control, not autopilot.

Scroll

You've been waving through diffs you never read, one agent at a time. Fletch brings the discipline. Every task runs a specialist pipeline in real isolation – planned, built, reviewed, tested – so what ships is engineered, not just generated.

01 Deterministic workflows

Not a prompt and a prayer. A pipeline you define.

Chain specialist agents into a workflow. Each step hands the next full context, every step has a gate, and it runs the same way every time. Loop until it's right.

01
Architect

Plans against your real codebase — existing structure, conventions, roadmap.

gate: plan approved
02
Coder

Builds the change in its own isolated clone.

gate: on commit
03
Reviewer

Greptile, your own reviewer agent, or your CI — checks the work.

gate: review clean
04
Tester

Runs your test command. Loops back if it isn't green.

gate: tests pass

Bring your own specialists. Fletch orchestrates Greptile, your CI and your test suite — it conducts the tools you already trust, it doesn't replace them.

02 Real isolation

Every agent gets its own clone. Not a shared worktree.

Most tools drop agents into git worktrees that share one repo. Fletch forks a full clone for each agent and seals it in a hard sandbox.

your repo main
agent-01own clone · own .git
sandboxed
agent-02own clone · own .git
sandboxed
agent-03own clone · own .git
sandboxed

One repo, forked into a full clone per agent — each sealed in its own write-sandbox, or a Docker container. An agent can't touch your repo, your machine, or another agent's work, so it's safe to let them run.

03 Orchestrate the specialists you trust

The best tool for each job, under one process.

Claude, Codex, Cursor to build. Greptile and your CI to review. Your tests to gate. Fletch drives the official CLIs and tools you already pay for – no middleman keys, no markup – and makes them run as one pipeline.

CodexCursorGRCI+
claude --print · codex exec · cursor-agent · opencode run · greptile · your-tests
04 Review & gate

Nothing merges until it clears your gate.

Read the diff. See the review. Watch the tests go green. Then – and only then – commit, PR and merge in one move. Speed, without giving up the wheel.

feat/billing-flow → main4 files changedcommitted 9f3ab21PR #214 openmerged into main
Changed files · +187 −64
Mcheckout.ts+64−12
Awebhooks/stripe.ts+88
Aportal-sync.ts+31
Mroutes.ts+4−40
Move checkout to Stripe hosted portal
Reviewed by Greptile · tests green · webhook reconciler added.
Commit changes Open a PR Merge PR #214 Merged
05 The short version

The workbench for agentic engineering.

Deterministic, not vibes. Repeatable specialist workflows – plan, build, review, test. The same process on every feature.

Real isolation. Every agent in its own clone under a hard sandbox. It can't touch your repo, your machine, or another agent.

You hold the gate. Live diffs, real review, one button from change to merged PR – and nothing lands until your checks pass.

Orchestrates your specialists. Greptile, your CI, your tests – Fletch conducts the tools you already trust, it doesn't replace them.

Local-first, your subscriptions. Your code stays in your git; agents use the plans you already pay for. Fletch's servers never see your source.

Run more agents. Ship better code.

Download Fletch, point it at a repo, and run your first disciplined workflow in under a minute.

Free · macOS 13+ · Windows & Linux on the roadmap