Show HN: Parallel Coding Agents on Mobile A new cross-platform desktop app called Maestro runs multiple CLI coding agents — including Claude Code, Codex, Cursor, OpenCode, Kimi Code, and Grok Build — in parallel, each in an isolated git-worktree-backed workspace with its own branch, terminal, chat, and diff. The app, described as a functional clone of Conductor, supports macOS, Windows, and Linux, and passes authentication through to each CLI's existing login so Maestro never stores model API keys. Multiple agents can share one workspace, with an orchestrator turn able to delegate scoped tasks to sub-agents whose runs and cost fold back into the parent turn. A cross-platform macOS · Windows · Linux desktop app that runs multiple CLI coding agents Claude Code, Codex, Cursor, OpenCode, Kimi Code, Grok Build in parallel , each in an isolated git-worktree-backed workspace with its own branch, terminal, chat, and diff. A functional clone of Conductor https://conductor.build . - Projects wrap a git repository open local folder, clone from GitHub via gh , or "Quick start" a fresh repo , or a plain folder worked in directly a single in-place workspace, no branches — shadow-git checkpoints still power a diff-since view . Projects can also live on a remote machine over SSH see below . - Workspaces are isolated copies of the repo created with git worktree add -b