Discover and explore top open-source AI tools and projects—updated daily.
built-by-asDesktop application for parallel CLI coding agent execution
Top 76.1% on SourcePulse
FleetCode is a desktop terminal application designed for developers who need to run multiple CLI coding agents, such as Claude Code and Codex, concurrently. It simplifies managing these agents by providing isolated environments using Git worktrees, ensuring project integrity and enabling persistent, resumable sessions for enhanced productivity.
How It Works
The core of FleetCode leverages Git worktrees to isolate each coding agent session within its own dedicated directory. When a new session is created, FleetCode establishes a new worktree based on a selected parent branch, spawns an isolated terminal, and optionally executes user-defined setup commands. This approach prevents conflicts between agent environments and ensures that each session operates within its intended project context. Sessions are persisted, allowing them to be automatically resumed after the application is closed and reopened.
Quick Start & Requirements
npm installnpm run devnpm run build then npm startnpm install -g @anthropic-ai/claude-cli) or Codex.Highlighted Details
Maintenance & Community
The provided README does not contain specific details regarding maintainers, community channels (like Discord/Slack), sponsorships, or a roadmap.
Licensing & Compatibility
Licensed under the ISC license, which is permissive and generally compatible with commercial use and closed-source projects.
Limitations & Caveats
On macOS, users may encounter an "unidentified developer" warning requiring the xattr -cr /path/to/FleetCode.app command to bypass. Users of Claude Code experiencing working directory issues must disable "Auto connect to IDE" in Claude Code's settings.
1 week ago
Inactive
dagger