Build1 distinct publisher3 min readUpdated
The gap is documented rather than debatable. A vendor's own survey adds the numbers: four parallel-agent tools shipped in the past year, none of them running natively on Windows.
The Engineer · Build desk
Compiled by The EngineerSomething wrong?How this is made
A vendor-authored post on dev.to makes a claim about parallel coding agents on Windows that is checkable rather than arguable: Claude Code's agent teams feature puts each agent in its own split pane, the backend for those splits is tmux with iTerm2 as the alternative, and Anthropic's own documentation says split-pane mode is not supported in Windows Terminal [4][5]. For anyone on a Windows toolchain, one line in a docs page decides the shape of the whole workflow.
Start with why panes matter. Four agents pointed at one repository overwrite each other's files and contend for the same working tree, the same branch and, across providers, the same credentials directory [2]. The standard fix is one git worktree per agent, one terminal pane per worktree, and some way to see all of it at once [3]. Two of those three are easy on Windows. The pane grid is not, because tmux does not run natively there; it runs under WSL, which puts the agents in a Linux filesystem talking to a Windows checkout across a boundary that is slow for file watching and awkward for native toolchains [6]. If the build is MSBuild, Unity or Unreal, that boundary is not a detail [7].
The author, who discloses building a competing product and says his platform claims come from each vendor's published documentation [1], surveyed the field as of August 2026: Conductor is macOS only on Apple Silicon [8]; cmux is macOS, with Linux in beta and Windows on a waitlist [9]; Superset is macOS, with Windows and Linux listed as coming soon [10]; Sculptor is macOS and Linux, with Windows through WSL [11]. That is zero of four with native Windows support [22]. All four shipped within the past year, and his read is habit rather than hostility: people build for the machine on their desk [12]. The demand sits elsewhere, in Unity and Unreal studios, .NET shops, and regulated fintech and hospital IT [13].
The useful part of the post is the requirements list, because it is short and none of it needs a multiplexer. One worktree per agent, sharing a single object store, so edits do not collide and merges happen normally afterward [14]. One isolated HOME per agent, which is the item he says people miss: Claude Code reads ~/.claude, Codex reads ~/.codex, Gemini CLI reads ~/.gemini, so two agents under one user account share configuration and, more consequentially, one authenticated session [15]. On Windows that means pointing USERPROFILE and HOME somewhere different per process [16]. A pane grid, which he argues is a 1980 problem that a desktop application can simply draw [17]. And a review path, since four agents produce four diffs and reading them one at a time is where the time savings go [18].
Then the pitch, which he labels as one: NestMux runs Claude Code, Codex, Gemini CLI, Copilot and OpenCode side by side in a resizable pane grid, each pane with its own account, isolated HOME and worktree, plus a diff viewer, MCP server management, broadcast prompting and voice input through a local Whisper model [19]. It runs on Windows 10 and up, macOS 13 and up, and Linux, local-first with no telemetry [20]. He also hands over the free version of the same idea: wt.exe split-pane produces a grid, and each pane can be driven into a different worktree with a different HOME, fiddly to set up and rebuilt every session [21].
Two things are worth tracking. Whether cmux's waitlist and Superset's "coming soon" turn into shipped Windows builds [9][10], and whether the split-pane backend stops assuming tmux or iTerm2 [4]. Until one of those changes, the honest Windows answer is a scripted pane layout you rebuild each morning [21].
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
Claude Code has an agent teams feature that puts each agent in its own split pane; the backend for those splits is tmux, with iTerm2 as the alternative.
According to the post, Anthropic's own documentation says split-pane mode is not supported in Windows Terminal.
The author of the dev.to post discloses that he works on NestMux, and says everything he claims about other tools comes from the documentation each vendor publishes, with links provided.
Four agents on the same repository will overwrite each other's files and will fight over the same working tree, the same branch, and, if more than one provider is used, the same credentials directory.
The usual answer is one git worktree per agent, one terminal pane per worktree, and some way to see all of it at once.
tmux does not run natively on Windows; it runs under WSL, which means the agents run in a Linux filesystem talking to a Windows checkout across a boundary that is slow for file watching and awkward for anything with a native toolchain.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Single interested source, documentation second-hand
Everything in the cluster comes from one dev.to post written by the maintainer of a competing product. The mechanical claims (worktree isolation, per-agent config directories, tmux's WSL-only status on Windows, wt.exe panes) are specific, checkable and internally coherent, which supports them. But the two load-bearing external claims — Anthropic's Windows Terminal exclusion and the four-tool platform survey — appear only as the author's paraphrase of documentation not present in the cluster, and every claim about the author's own product is unverified first-party description. No second publisher, benchmark, or primary document corroborates anything.
No usage or deployment evidence
The cluster records product existence and platform matrices only. There are no install counts, user numbers, team deployments, revenue figures, waitlist sizes, benchmark runs or named customers for NestMux or for any of the four surveyed tools, and shipping availability is not adoption. Inferring uptake from the fact that four tools exist would be guessing.
Modestly overstated by the framing
The post itself is restrained for vendor content: it discloses its stake, offers four non-purchase alternatives, and explicitly argues that review, not output, is the bottleneck and that one well-contexted agent often beats four. The overstatement sits in treating a competitor-authored documentation survey as settled fact and in presenting unaudited parity and no-telemetry claims as product properties, while no adoption evidence exists on either side of the comparison. Positive but small, because the author's own hedges pull the other way.
Direct commercial stake, clearly disclosed
The author sells the product positioned as the answer to the gap the article documents, and the competitor survey directly serves that positioning. The incentive is strong and structural. It is mitigated, not removed, by an explicit up-front disclosure, a clearly marked sales section, links offered for verification, and recommendations that include not buying anything.
Low confidence pending independent verification
Confidence is limited by a one-source, one-publisher cluster with a disclosed commercial interest and no adoption measurement. The technically mechanical portions are likely reliable and easy for a reader to reproduce; the competitive and product portions would need primary documentation and independent testing before being relied on.
build
Waku 0.1.0 bets the product is the control plane, not another coding agent1 distinct publisher
science
OX Security says MCP command execution is a design choice, so server owners own the risk1 distinct publisher
build
Claude Code's new default is a confession: the approval prompt was never a control1 distinct publisher
build
Claude Code now outruns Copilot roughly two to one in JetBrains' survey of 15,000 developers1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 20, 2026