fleet — every agent, one screen
fleet ·
macOS · Claude Code · Codex

Every session,
one screen.

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.

macOS 13+ · 1.8MB · or $ /plugin marketplace add hotgarlicprawns/fleet
Fleet · payments-fix
Projects
▾ api
⌥ payments-fix
claude 2
▾ web
codex
Hover a project
C claude · X codex
● apiSonnet 5 · $2.14 · ctx 47%
refactor auth middleware
✔ 14 files updated
run the tests  
▲ webOpus 5 · $11.90 ⚠ · ctx 73%
draft migration 0042
writing schema
● infra · waitingSonnet 5 · $0.80
apply terraform plan?
 
docsHaiku · $0.12 · ctx 9%
update changelog
✔ done
4 panes $15.02 today ● display on 5h 34% · 7d 12% layout untouched
Screens

One screen per task. Their own branch. Their own agents.

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.

isolated

A worktree per screen

Sync onto your base branch or push from the toolbar. Plain git — conflicts stop at the rebase and you resolve them in the pane.

both agents

Claude and Codex, one click

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.

safe

Closing never loses work

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.

The HUD

Cost and context, on every pane border.

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.

live

Per-session numbers

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.

attention

Know who's stuck

A border lights up when that Claude is waiting for you. fleet next jumps straight to it.

rollup

Spend by project

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.

Power modes

Pick how awake the machine stays.

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.

ModecaffeinateDisplayUse for
awake-blank-i -sblanks (now or after N min)Long unattended runs — default
awake-on-d -i -sstays onWatching it work
prevent-all-d -i -m -sstays onDisk-heavy builds
offnormalNothing 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).

Pricing

14-day trial. One payment. Yours.

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.

Free
$0
  • 3 panes in total, across screens
  • Cost, context and rate-limit HUD
  • Spend report, git-worktree screens
  • Menu-bar item and ⌃⌥F hotkey
  • fleet-lean token-saving tools, free forever
Pro · one-time
$24 launch · $39 after
  • Up to 16 panes per screen, unlimited screens
  • Works on 3 of your Macs
  • CLI extras: smart-blank, display profiles, templates
  • Every 0.x update
Buy Fleet Pro — $24
Install

Download the app, or add the plugins.

First public build — unsigned for now (see below), everything else is real: real checkout, real license activation, real git worktrees.

# the app
Fleet-0.3.0.dmg — open it, drag Fleet to Applications, then "Turn on HUD" in the banner
 
# Claude Code plugins (fleet = the tiling/power/HUD toolkit; fleet-lean = free token-saving tools, no account)
> /plugin marketplace add hotgarlicprawns/fleet
> /plugin install fleet@fleet-marketplace
> /plugin install fleet-lean@fleet-marketplace
 
# the tmux-based CLI (npm package publishing soon — for now, clone + link)
$ git clone https://github.com/hotgarlicprawns/fleet && cd fleet && npm link
$ brew install tmux && fleet hud install && fleet up
!
First open: macOS will say Fleet is from an unidentified developer — expected for a fresh app before Apple notarization. Right-click (Control-click) Fleet.app → OpenOpen again in the dialog. Only needed once. Source is public: github.com/hotgarlicprawns/fleet.