Tom Osman
[ RETURN_TO_INVENTORY ]

Conductor

Multi-agent coding orchestrator for Mac

Conductor homepage
Run a team of coding agents on your Mac

Conductor is a Mac-native app that orchestrates multiple coding agents in parallel—Claude Code and OpenAI Codex—each working in isolated git worktrees. It gives you real-time visibility into what each agent is doing, lets you review their changes, and merges everything back when ready. (conductor.build)

Why it's useful

  • Parallel agent execution. Spin up multiple agents simultaneously and watch them work on different tasks or the same codebase without conflicts.
  • Isolated workspaces. Each agent gets its own git worktree, preventing cross-contamination and making reviews cleaner.
  • Real-time visibility. See at a glance who's working on what, what files are changing, and what needs your attention.
  • Local-first. Everything runs on your Mac—no external orchestration servers or cloud dependencies for the agent logic itself.

Common plays

  1. Parallel tasks. Have one agent fix a bug while another refactors a module or writes tests—get it all done faster.
  2. Code review from agents. Let agents propose changes, then review and merge selectively instead of blindly accepting.
  3. Experiment with different models. Compare Claude Code vs Codex outputs on the same task and pick the best result.

Getting started

  • Download Conductor from conductor.build and install on your Mac.
  • Connect your repos—Conductor clones them locally and creates worktrees as needed.
  • Authenticate with Claude Code (API key or Pro/Max plan) or Codex.
  • Deploy agents, monitor their progress, review changes, and merge when satisfied.
Open Conductor