built-by-as/FleetCode

416 stars · Last commit 2026-03-17

Light-weight control pane to run CLI coding agents(Claude Code, Codex) in parallel

README preview

# FleetCode

![FleetCode](fleetcode.png)

A desktop terminal application for running multiple CLI coding agents simultaneously, each in isolated git worktrees.

## Features

- **Multiple Sessions**: Run multiple coding agent sessions (Claude, Codex) in parallel
- **Git Worktree Isolation**: Each session runs in its own git worktree, keeping work isolated
- **Persistent Sessions**: Sessions persist across app restarts with automatic resumption
- **Terminal Theming**: Choose from preset themes (macOS Light/Dark, Solarized Dark, Dracula, One Dark, GitHub Dark)
- **Setup Commands**: Configure shell commands to run before the coding agent starts
- **MCP Server Management**: Add and configure Model Context Protocol (MCP) servers
- **Session Management**: Rename, close, and delete sessions with automatic worktree cleanup

## Prerequisites

- Node.js 16+
- Git

View full repository on GitHub →