T3 Code vs Conductor

Both run parallel agents in isolated worktrees. Conductor is commercial and macOS-only; T3 Code is MIT-licensed, free and cross-platform.

Last reviewed · verified against the pingdotgg/t3code repo

These two are genuinely competing for the same job: run several coding agents in parallel, each isolated in its own git worktree, with a UI for reviewing what they did.

The differences are about licence, platform and maturity rather than concept.

Side by side#

T3 CodeConductor
LicenceOpen source, MITClosed source
PriceFreeCommercial
PlatformsWindows, macOS, LinuxmacOS only
AgentsCodex, Claude Code, Cursor, OpenCodeClaude Code, Codex
Worktree per agentYesYes
Remote accessYes, pairing and QR
MobileWeb UI on a phone
MaturityVery early, nightly buildsMore settled
SupportDiscord, GitHub issuesCommercial

The shared idea#

Both solve the same problem the same way. Add a repository; each agent gets its own git worktree so it works independently without colliding with your working tree or with other agents. Review, then merge.

If you've understood worktrees in T3 Code, you've understood Conductor's core model too.

Where Conductor wins#

Platform focus. macOS only, which is a limitation and also why it feels more finished. One platform is far easier to polish than three plus a browser.

Maturity. T3 Code describes itself as very early stage with expected bugs and breaking changes, shipping nightly. Conductor is a commercial product with the stability expectations that implies.

Commercial support. You can file a ticket rather than hoping someone in Discord recognises your problem.

It stays out of the way. If you already handle planning, docs and review elsewhere and just want an orchestration layer, Conductor's narrower scope is a feature.

Where T3 Code wins#

Free and MIT licensed. No seat cost, no trial, no vendor relationship. For an individual developer or a team evaluating the category, that removes the entire procurement question.

Cross-platform. Windows and Linux are not afterthoughts — Linux gets AUR and AppImage builds, and npx t3 runs anywhere Node does. Conductor being macOS-only rules it out for many teams outright.

Four providers. Codex, Claude Code, Cursor and OpenCode, with switching inside a thread.

Remote and mobile. Run the server on one machine and drive it from another, including a phone. Conductor works entirely on your Mac. If you want an always-on agent box you reach from a laptop, that's T3 Code territory.

You can read and change it. Open source means auditing what it does with your credentials, and adding a provider adapter if yours is missing.

Choosing#

Conductor if: you're on macOS, you'll pay for stability, you want commercial support, and you don't need remote access.

T3 Code if: cost matters, you're on Windows or Linux, you want more than two providers, you want remote or mobile access, or open source is a requirement.

Try T3 Code first regardless. It costs nothing and takes two minutes with npx t3@latest. If the early-stage rough edges bother you, you'll know quickly, and you'll evaluate Conductor with a much clearer idea of what you actually need.

A note on category risk#

This category is young and consolidating. Bloop, the company behind Vibe Kanban, announced a shutdown in early 2026; the open-source project continues, community-maintained, but the hosted services were wound down.

That's the structural argument for the open-source option. When a commercial tool in a young category goes away, you lose the tool. When an open-source one loses its maintainer, the code is still there and the workflow underneath is just git worktrees.

More on Vibe Kanban →

FAQ#

Is T3 Code a good Conductor alternative?#

Yes, and it's the closest one. Both run parallel agents in isolated git worktrees. T3 Code is free, open source and cross-platform; Conductor is commercial, macOS-only and more polished.

Does Conductor run on Windows or Linux?#

No, Conductor is macOS-only. T3 Code runs on Windows, macOS and Linux, and npx t3 works anywhere Node.js does.

Is Conductor worth paying for over T3 Code?#

If you're on macOS and value stability and commercial support, possibly. T3 Code is explicitly early stage with nightly builds. Try T3 Code first since it's free, then decide what the polish is worth.

Can Conductor be accessed remotely like T3 Code?#

Conductor works locally on your Mac. T3 Code supports remote access with pairing tokens, Tailscale and SSH, including from a phone browser.