Continue the conversation — chat opens pre-seeded with the current signal, caps, and movement.
Conductor is a macOS application from Melty Labs that lets developers run multiple Claude Code and Codex agents in parallel. Each agent operates in its own isolated Git worktree, preventing conflicts and enabling safe experimentation.
Core value: Orchestration layer for agent fleets, not a coding agent itself.
Recommended Use Cases
- Teams running multiple parallel feature branches
- Large refactoring jobs split across agents
- Comparing different agent implementations side-by-side
Capabilities & Integration
Parallel agents: Spin up many Claude Code or Codex agents, each working on a different feature or task.
Isolated workspaces: Conductor clones your repository and uses a new Git worktree for each agent, so agents can't interfere with each other.
Review & merge UI: The interface shows each agent's branch, status and diff. Accept or request changes before merging.
Credential passthrough: Uses your existing Claude Code login or API key.