A native Mac cockpit for Claude Code and Codex. A screen per task, each on its own git worktree; cost and context on every pane, rate limits and real token savings in the top bar; and a Mac that stays awake without touching your monitor layout.
Point a screen at a repo and Fleet checks out a separate git worktree for it, so two agents never edit the same files. Every screen keeps running while you look at another.
Sync onto your base branch or push from the toolbar. Plain git — conflicts stop at the rebase and you resolve them in the pane.
Hover a project in the sidebar and spin up a fresh claude or codex screen. Anything you can type in a terminal works as a pane command.
Removing a worktree refuses if it has uncommitted changes. Closing the window hides it; agents keep going, and ⌃⌥F brings it back.
The cost, context and rate-limit HUD reads Claude Code's status line, so Codex panes run as plain terminals without it.
One click in the app (or fleet hud install) wires a status line into Claude Code that renders your usage and records a small file per session — so Fleet can paint each pane and total your spend. Your existing status line is kept and restored on removal.
Dollar cost and context % refresh on each pane every few seconds, amber then red as they climb. Rate limits are account-wide, so they live once in the top bar instead of repeating identically on every pane.
A border lights up when that Claude is waiting for you. fleet next jumps straight to it.
The spend report groups the last 24 hours and 7 days by project — “api $8.40 · web $3.10.” The toolbar total always matches it.
New, free, no account: fleet-lean is a separate plugin — two tools that fuse search and multi-file edits into fewer, cheaper calls. Install below.
The CLI maps each mode to a precise set of caffeinate flags. The app offers Display on, System awake and Off using the native API.
| Mode | caffeinate | Display | Use for |
|---|---|---|---|
| awake-blank | -i -s | blanks (now or after N min) | Long unattended runs — default |
| awake-on | -d -i -s | stays on | Watching it work |
| prevent-all | -d -i -m -s | stays on | Disk-heavy builds |
| off | — | normal | Nothing at all |
The power assertion is released the instant Fleet quits, even if it crashes — no leftover caffeinate process. Screens pin to a display of your choice and fall back automatically if that display disappears (a dead laptop panel, an unplugged monitor).
Everything is unlocked for 14 days, no card. After that the HUD, spend report and worktrees stay free — the free tier just runs 3 panes. Pro is a one-time key from Dodo Payments, good on 3 of your Macs, checked online with a 7-day offline grace, with a 30-day refund.
First public build — unsigned for now (see below), everything else is real: real checkout, real license activation, real git worktrees.