Overview
FleetCode is a developer-focused desktop terminal application designed to run multiple CLI coding agents (e.g., Claude Code, Codex) in parallel within isolated git worktrees. Each session operates in its own worktree to prevent interference, supports persistence and resume, and can be customized with startup commands and MCP server configurations.
Key Features
- Parallel multi-session management for coding agents
- Git worktree isolation per session to avoid conflicts
- Session persistence and automatic resume
- MCP server support for enhanced tool capabilities
- Lightweight cross-platform desktop UI with terminal theming
Use Cases
Ideal for developers and researchers running parallel experiments, reproductions, or automated coding workflows. Typical uses include model comparison experiments, parallel testing across branches, and using CLI agents as an external experiment panel to accelerate development.
Technical Highlights
Built with TypeScript and standard desktop packaging tools, FleetCode offers clear configuration, theming, and integration with CLI-based agents. Documentation and releases are actively maintained, facilitating quick adoption and customization.