Apache 2.0 · Windows-native · Any model · No WSL2
One control desk for every
AI coding agent on Windows.
winsmux is a Windows-native control desk for AI coding agents.
Run Claude Code, Codex, Antigravity, and Grok Build in real terminal panes —
or bring any model through OpenRouter. Every run is isolated in its own git worktree,
and you compare results with evidence before you keep anything. No WSL2.
Works with Claude Code Codex Antigravity Grok Build OpenRouter
powershell — winsmux CLI quickstart (npm)
PS C:\> npm install -g winsmux PS C:\> winsmux install --profile full PS C:\> winsmux init PS C:\> winsmux launch
Prefer a desktop app?
Download winsmux_<version>_x64-setup.exe from the latest GitHub Release, run it, and pick the project folder your agents work in.
// what it does
A control desk for multiple coding CLIs — with the human operator still in charge.
Real terminal panes
Each agent runs in a real Windows Terminal pane. Read, send, interrupt, and check pane health — never a black box.
Git worktree isolation
Every worker runs in its own git worktree, so parallel agents never overwrite each other. Managed-worktree is the default lifecycle.
Any model, any provider
Claude Code, Codex, Antigravity, and Grok Build run as native CLI agents. Bring any OpenRouter model — GLM, Kimi, DeepSeek, Grok, and other open-weight options.
Read Guard
Operators read pane output before sending instructions. Every read is logged.
One operator decides
Review comes back as evidence — findings, blocking state, verification. One human makes every final accept or reject.
Compare runs
Compare recorded runs side by side. Shared changed files surface as hotspots with a risk badge before you pick a winner.
DPAPI vault
Credentials stored with Windows DPAPI. Inject into a pane without exposing them to the transcript.
Audit trail
Structured end-of-run snapshots. No raw transcripts, no private paths.
Six worker slots
winsmux init creates six worker slots by default. The first is a Codex reviewer slot; the rest run your chosen backend.
// why winsmux
Windows-native, open to every model, and accountable by design.
native to windows
No WSL2. No Mac required.
Most parallel-agent tools are Mac-first or need a Unix terminal. winsmux is a native Windows control plane — real Windows Terminal panes, PowerShell, and DPAPI.
open to every model
Not locked to one vendor.
Claude Code, Codex, Antigravity, and Grok Build run as native CLI agents. Bring any OpenRouter model, open-weight included, chosen per worker slot.
evidence before you keep it
Accountability, not just parallelism.
Compare runs with changed-file hotspots and a risk badge, keep an audit snapshot, and let one human operator make the final accept or reject.
// how a run is judged
One operator. Every decision backed by evidence.
Run multiple agents.
Keep one operator in charge.
Apache 2.0. Get the desktop installer or the npm CLI from GitHub.