Getting Started
Quick Start
Launch fleet and run your first parallel Claude Code sessions.
Launch
fleetThe TUI opens with a sidebar grouped by git repo, a preview pane on the right, and a status footer.
Your first session
From any repo directory, press a to spawn a new Claude Code session for the current repo. fleet will:
- Create a tmux session prefixed
fleet_ - Boot
claudeinside it with hooks pre-installed - Pin the repo in your sidebar
You can also use n for a workspace picker (path autocomplete) or w to spin up a new worktree on a fresh branch.
Move between sessions
j/k— navigate up/downEnter— full-screen attachCtrl+Q— detach back to fleetTab— split-mode preview (beta)Space— jump to the next session that needs you (waiting → finished)
Approve without attaching
When a session is waiting (◐), press Y to send y + Enter to the prompt. Works for both menu-style (❯ 1. Yes) and y/n style ((Y/n)) prompts.
Filter, rename, restart
/— fuzzy filter sessions by nameR— rename the current session (locks auto-naming)r— restart a dead session (Claude resumes the same conversation)