Skip to main content
Conductor logo

Conductor

Conductor (formerly Melty Labs)

Workflow Tools
Emerging
53.0/100
Ask about this tool

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.

AI Autonomy
9/20
Integration
14/20
Contextual Understanding
10/20
Compliance
6/20
Viability
13/20
User Interface
11/20

Adoption & Proof Points

  • Named adopters span multiple high-profile engineering orgs: Linear, Vercel, Notion, Supabase, Stripe, and Ramp, plus individual engineers at Google, Meta, Datadog, Block, Rippling, Amazon, and Spotify.
  • Raised ~$24M total (Spark Capital, Matrix, YC), including a Series A corroborated by PitchBook and Conductor's own blog; YC S24 batch (founders Charlie Holtz and Jackson de Campos).
  • Reported 10x growth since January 2026.
  • Sustained release cadence with v0.58.0 shipping May 25, 2026; recent releases added a multi-model mode spanning Claude Opus 4.6 1M, GPT-5.4/5.5, and Codex.
  • Competitive position strengthened by the shutdown of primary rival Vibe Kanban (Bloop) in early 2026, now community-maintained OSS; Cline Kanban remains the main active cross-platform alternative.

Recommended Use Cases

  • Teams running multiple parallel feature branches
  • Large refactoring jobs split across agents
  • Comparing different agent implementations side-by-side

Risks & Limitations

  • **macOS Apple Silicon only**: No Linux or Windows support; Intel Mac compatibility is still in development, excluding a significant portion of potential users.
  • **No enterprise controls**: SSO, RBAC, audit logging, and SOC 2 are absent; current security posture is limited to a nascent "Enterprise data privacy" toggle and email-activated tool approval, making adoption in regulated environments difficult.
  • **Unsandboxed agent execution**: Agents run with full user permissions, meaning a misbehaving or prompt-injected agent can read, write, or delete any file the user can access.
  • **No CLI, API, or headless mode**: Conductor is GUI-only with no programmatic interface, blocking CI/CD integration or server-side orchestration use cases.
  • **Unproven monetization**: The product is currently free with no published pricing tier, leaving the long-term commercial model unclear despite $24M raised.
  • **Naming collision risk**: Multiple unrelated products share the "Conductor" name (Netflix OSS workflow engine, Conductor SEO, a Packagist GitHub Action with a 2026 CVE), increasing the likelihood of mis-sourced documentation, security advisories, or support confusion.

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.