Conductor lets you run a bunch of Claude Codes all at once, on your Mac. Each Claude gets an isolated copy of your codebase. See at a glance what they're working on, then review and merge their changes.
Back in June, we started doing most of our dev work through Claude Code. It’s been so productive we even declared it a member of the team :)
We immediately wanted to get *more* Claude, but the tooling was tedious. At one point we tried cloning our repo into three directories and running Claude in each of them, but it felt like driving a Subaru with a jet engine strapped on.
We needed a tool that would push Claude to its limits and that we’d enjoy working in all day. So we built Conductor!
I can't imagine developing any other way, it's just so much fun. Partly because we use Conductor to build Conductor every day. But even more because it's so damn productive! I've merged thousands of lines of code with Conductor in the past month, and it's only going up.
It's free—we use your existing Claude Code login. You can download for Mac now.
First AI coding tool I've used that ACTUALLY feels like the future of software development. Big congrats to @omidmogasemi and the Conductor team! Proud to say I'm a daily user of Conductor and canceled my Cursor membership
Before Conductor, our team was using git worktrees + Claude much more manually to accomplish "background tasks" with less human in the loop. The DX of it felt a bit tedious and disconnected -- hard to recall which Claude instance was for which worktree, lots of terminal/tmux tabs -- messy and disorganized.
Conductor gave us the DX we were looking for. Navigable projects (worktrees) with the associated Claude session, in a familiar iMessage-like form factor. With just the right level of human in the loop (chat, terminal, launch IDE button, etc). It now feels like I can spin up new tasks as if i was composing a new message.
Also shoutout to @charlie_holtz who's always responding to the feedback I send in. It's awesome having a direct line to someone ruthlessly working behind the scenes.
One more thing, @ mentioning specific agents makes it feel so human. Eg "@architect can you create a plan for X", "@ui can you build the components for that" etc.
---
I am curious to see how Conductor approaches competition as more cloud-based task runners enter the picture. Like Linear & Slack's Cursor integrations that can spin up tasks from these external systems on the codebase that open PRs. As well as OpenAI's Codex. I find Conductor useful compared to these because it's part of my local stack where I'm already hands on with a fast feedback loop. But I do sometimes throw Linear tickets over to their Cursor integration where i can be less hands on.
I know many engineers use Claude Code in the CLI and I gave that a shot myself. It never really clicked for me. But when I started using Conductor, I instantly felt, “This is it.” For me, a refined user interface makes all the difference, and Conductor absolutely delivers on that front.
Conductor has become my favorite agentic Claude Code interface. Blazing fast feature development, amazing flexibility, and a huge improvement to my coding workflow! Just give us interface to `codex` and `gemini` and I don't need anything else.
This is super cool — I do wonder how each CC instance knows to not clobber the work that other CC instances have completed if working on the same repo at the same time?
@chrismessina thanks! every instance of Claude gets an isolated copy of your repo so they don't overlap with each other! (under the hood we create a new git worktree for each workspace)
Replies
Conductor
Back in June, we started doing most of our dev work through Claude Code. It’s been so productive we even declared it a member of the team :)
We immediately wanted to get *more* Claude, but the tooling was tedious. At one point we tried cloning our repo into three directories and running Claude in each of them, but it felt like driving a Subaru with a jet engine strapped on.
We needed a tool that would push Claude to its limits and that we’d enjoy working in all day. So we built Conductor!
I can't imagine developing any other way, it's just so much fun. Partly because we use Conductor to build Conductor every day. But even more because it's so damn productive! I've merged thousands of lines of code with Conductor in the past month, and it's only going up.
It's free—we use your existing Claude Code login. You can download for Mac now.
Can't wait to hear what you think!
Shyp
Easily my favorite tool of this year - completely changed how I build projects. If you haven't given it a shot, I highly recommend you do!
Conductor
@nikunj thank you!! and thanks for all your feedback and debugging help, keep it coming 🫡
First AI coding tool I've used that ACTUALLY feels like the future of software development. Big congrats to @omidmogasemi and the Conductor team! Proud to say I'm a daily user of Conductor and canceled my Cursor membership
Conductor
@omidmogasemi @essam_sleiman1 woah so awesome to hear!! keep the feedback coming 🫡
Conductor
@essam_sleiman1 so amazing to hear, your feedback has been super helpful to hear, keep it coming! 🫡
Rally
Conductor user & fan 👋
Before Conductor, our team was using git worktrees + Claude much more manually to accomplish "background tasks" with less human in the loop. The DX of it felt a bit tedious and disconnected -- hard to recall which Claude instance was for which worktree, lots of terminal/tmux tabs -- messy and disorganized.
Conductor gave us the DX we were looking for. Navigable projects (worktrees) with the associated Claude session, in a familiar iMessage-like form factor. With just the right level of human in the loop (chat, terminal, launch IDE button, etc). It now feels like I can spin up new tasks as if i was composing a new message.
Also shoutout to @charlie_holtz who's always responding to the feedback I send in. It's awesome having a direct line to someone ruthlessly working behind the scenes.
One more thing, @ mentioning specific agents makes it feel so human. Eg "@architect can you create a plan for X", "@ui can you build the components for that" etc.
---
I am curious to see how Conductor approaches competition as more cloud-based task runners enter the picture. Like Linear & Slack's Cursor integrations that can spin up tasks from these external systems on the codebase that open PRs. As well as OpenAI's Codex. I find Conductor useful compared to these because it's part of my local stack where I'm already hands on with a fast feedback loop. But I do sometimes throw Linear tickets over to their Cursor integration where i can be less hands on.
Rally
speak of the devil, you released a Linear integration 2 days ago!
Conductor
@atticoos 🫡
Conductor
Thank you! We're definitely planning to support cloud agents in Conductor down the line. Stay tuned!
Faces
insanely good product. we use it everyday at @Faces
it's the best way to manage the many coding agents on our team
Conductor
@gonzaloenei woah thanks so much! 😍
Pablo.Design
I know many engineers use Claude Code in the CLI and I gave that a shot myself. It never really clicked for me. But when I started using Conductor, I instantly felt, “This is it.” For me, a refined user interface makes all the difference, and Conductor absolutely delivers on that front.
Conductor
@jackpark so cool to hear!
Do I need more than one account or? Whats the usage limits with Claude code?
Conductor
@sentry_co Conductor uses your existing Claude Code login! No extra account needed
This tool is GREAT! I love this, thank you :D
Conductor
@christopher_santangelo1 thank you thank you!
Amazing tool!
Love using Conductor for Claude Code. It's been a game changer for me and my team.
Conductor has seriously 5-10x'd my productivity. Can't recommend enough
Conductor
@mnocito 😍 thank you!!! tbt to the v1 Melty days
Conductor has become my favorite agentic Claude Code interface. Blazing fast feature development, amazing flexibility, and a huge improvement to my coding workflow! Just give us interface to `codex` and `gemini` and I don't need anything else.
Conductor
@dean_shabi thank you!! more agents coming down the road 🫡
This is super cool — I do wonder how each CC instance knows to not clobber the work that other CC instances have completed if working on the same repo at the same time?
Conductor
@chrismessina thanks! every instance of Claude gets an isolated copy of your repo so they don't overlap with each other! (under the hood we create a new git worktree for each workspace)
such a great tool and has changed my mental model on how to work and ship code with AI. major shoutout to the @Conductor team @charlie_holtz @omidmogasemi @julianfkelly @jacksondecampos !
Conductor
Thank you, glad to hear it!
Very neat! Though I did always love giving two claudes opposing tasks and watching them fight.
Conductor
@carlpeaslee maybe make a new subagent to pick fights with the main agent?! 🫡
Duocook
Big fan of Conductor!
Conductor
@grantmac_ thanks a bunch!! let me know anytime how we can improve it for you 🫡
Close
Really great execution
Softway
I can't recommend this enough. Makes Claude Code so much nicer to use.
LLM Gateway
I'm using this already, it's such an excellent tool and makes Claude Code even better
This tool is how some guys are building 10 projects in 10 days!
It is must have 💯%