Skip to main content
Glama

wmux

The workspace multiplexer for AI agents.

Run fleets of Claude Code, Codex & Gemini in parallel β€” each agent in its own pane, or fan one prompt out into N isolated git worktrees you review hunk by hunk. Native on Windows & macOS, with approval gates, agent-to-agent channels, and an integrated browser your agents can drive. Walk away β€” after a crash or full OS reboot, they come back mid-conversation.

Website Windows 10/11 macOS Latest release Downloads License: MIT Stars

What's a workspace multiplexer? tmux splits a terminal. wmux multiplexes whole workspaces β€” terminals, agents, git worktrees, a browser, and the channels they coordinate over β€” all owned by a daemon that keeps them running across quits, crashes, and full reboots. One window. One fleet. Windows & macOS.


πŸ“Έ See it in action


Related MCP server: Unterm

⚑ Install in 30 seconds

Windows β€” use a package manager (avoids the SmartScreen warning):

winget install openwong2kim.wmux

or choco install wmux  Β·  download Setup.exe for offline install β€” the installer is signed with a SignPath test certificate for now, so SmartScreen still shows an unknown publisher; winget/choco skip the prompt (why?)

macOS (Apple Silicon)

Download the .dmg β€” Developer ID signed, notarized and stapled, so it opens without a Gatekeeper detour β€” and drag wmux to Applications. On first launch the wmux CLI installs itself onto your PATH.

Both platforms update themselves in place: wmux checks for a new release every 30 minutes and verifies the download against a published SHA-256 before installing (Windows x64 and macOS arm64).

Linux β€” experimental AppImage / .deb / .rpm builds are on the releases page.

Prefer a tour first? wmux.app walks through the same features with screenshots.


πŸ€” Why wmux?

🧡 One prompt β†’ N agents β†’ merge the best

Fan out a prompt into up to 8 tasks, each in an isolated git worktree with its own agent pane and a private mission channel. Review each task's diff side by side, tick the hunks you want β€” per file, across files β€” and adopt that selection in one atomic git apply that lands whole or is refused whole, then close it or open a PR in one click β€” leftovers land in a cleanup list, never as mystery folders.

🌿 Git & GitHub live in the dock

A Git tab shows the worktrees of the repo behind your active pane β€” create, open as a workspace, or remove β€” plus its pull requests and comments (GitHub via gh, GitLab via glab, including self-hosted). A read-only workspace diff is one palette command away, and from any hunk you can ask the orchestrator with the code attached. No alt-tabbing to the browser to see if review feedback landed.

πŸͺŸ Many agents, one window

Split panes + workspaces. Claude on the left, Codex on the right, Gemini running tests below β€” simultaneously.

🀝 Agents coordinate, not just coexist

Agent-to-agent messaging + task delegation, plus channels β€” Slack-style rooms several agents read, post, and get @-mentioned into. An execute approval gate stops any agent running code in your workspace without your OK. This is the multi-agent moat.

🧭 Fleet View cockpit

Ctrl+Shift+A β€” every agent across every workspace in an always-on side panel (other panes stay live), blocked ones floated to the top with a live activity line. Clear every stuck approval from one inbox; click any card to jump straight there.

πŸ”” Knows when an agent finishes

Desktop notification + taskbar flash on completion. Flags rm -rf, git push --force, DROP TABLE for your approval.

πŸ’Ύ Survives quit, crash & reboot

A tmux-style daemon owns every PTY. Reopen and your sessions are still running β€” processes and all. A pane declared in wmux.json is supervised like an init system β€” auto-restarted across crashes and reboots (the app relaunches at login), resuming the exact Claude conversation it was on.

πŸ€– Zero-config MCP

Launch wmux and Claude Code just works β€” 86 tools (browser, terminal, panes, channels, A2A, fan-out) register themselves, scoped to the workspace that called them.

🌐 A browser is in the workspace

Chrome over CDP is integrated, so browser work happens in the same window as the panes and channels β€” your agent clicks, types, and screenshots through the same MCP surface, with nothing to wire up. Works with React inputs and CJK text.


✨ Highlights

  • 🧡 Task fan-out & harvest β€” one prompt β†’ N worktree-isolated tasks (idempotent, per-task compensation) Β· side-by-side diff with per-hunk adoption (check individual hunks in any text file β€” renames, binaries, mode-only and over-cap files stay display-only; the selection lands as one all-or-nothing git apply) Β· close / one-click PR / cleanup list Β· mission channels record every decision

  • 🌿 Git surface β€” a Git tab in the dock: worktrees (create / open-as-workspace / remove, no force-delete) + pull requests & comments for the active repo (GitHub via gh, GitLab via glab, self-hosted included) Β· read-only workspace diff from the palette Β· ask the orchestrator about a hunk with the code attached

  • πŸ” One-click loops β€” put the orchestrator on an objective with optional per-iteration steps (a /-picker autocompletes your .claude skills), a done-when checklist, and a cadence; it keeps working across restarts, event-woken by your agents, and stopping fails closed to report-only

  • 🀝 A2A multi-agent β€” agents message + delegate tasks by pane, gated by a per-pane execute approval, with a pollable task inbox + symmetric reply

  • πŸ’¬ Channels β€” Slack-style rooms agents read, post, and get @-mentioned into Β· server-verified sender Β· durable per-agent inbox Β· wmux channel CLI Β· operators can self-join private agent rooms (audited)

  • πŸ€– Agent supervision β€” declare a pane in wmux.json (trust-gated) and the daemon keeps it alive: restart policy, backoff, reboot survival

  • πŸ–₯️ Native PTY (ConPTY on Windows, forkpty on macOS) + xterm.js WebGL rendering Β· 999K-line scrollback Β· Unicode 11 (correct CJK / emoji)

  • ⌨️ Tmux-style prefix (Ctrl+B + key, 13 actions) Β· floating pane (Ctrl+`) Β· scroll bookmarks

  • πŸ”€ Multiview β€” several workspaces side by side Β· layout templates Β· drag-to-reorder sidebar

  • 🧩 Plugin host β€” sandboxed iframe plugins with an explicit permission model

  • πŸ›‘οΈ Token-authed IPC, SSRF guard, PTY input sanitization, randomized CDP port, Electron Fuses

  • πŸ“± wmux web β€” your live panes in a phone browser (PWA-installable), read-only and loopback-only by default; input and network exposure are explicit, warned-about opt-ins

  • ⬆️ In-app auto-update on Windows and macOS (arm64) β€” checked every 30 minutes, SHA-256 verified against a published manifest before it installs

  • 🎨 10 UI themes (Amber by default Β· Catppuccin Β· Nightowl Β· Monochrome Β· Void Β· Hinomaru Β· Taegeuk Β· Stars & Stripes Β· Red Dynasty Β· Custom) and 10 terminal palettes, light ones included  Β·  🌏 23 locales scaffolded β€” English & ν•œκ΅­μ–΄ complete, ζ—₯本θͺž / δΈ­ζ–‡ in progress β€” translations welcome

πŸ’‘ Tip: point Claude Code at the MCP tools (browser_open, terminal_read, pane_list, a2a_task_send, channel_post) or script the wmux CLI (wmux send / read-screen / list-panes / wmux channel post) to orchestrate panes programmatically.


Key

Action

Key

Action

Ctrl+D

Split right

Ctrl+Shift+D

Split down

Ctrl+T / Ctrl+W

New / close tab

Ctrl+N

New workspace

Ctrl+1~9

Switch workspace

Ctrl+click

Add to multiview

Ctrl+Shift+A

Fleet View

Ctrl+Shift+L

Open browser

Ctrl+B β†’ key

Prefix mode (13 actions)

Ctrl+`

Floating pane

Ctrl+K

Command palette

Ctrl+I

Notifications

Ctrl+F

Search (regex)

Ctrl+M

Scroll bookmark

Ctrl+Shift+X

Vi copy mode

Ctrl+,

Settings

Right-click

Smart copy / paste / link menu

F12

Browser DevTools

On macOS, app shortcuts live on ⌘ instead of Ctrl (so Ctrl+C, Ctrl+D, and friends pass through to the shell as you'd expect).

Terminal — xterm.js + WebGL, native PTY (ConPTY on Windows, forkpty on macOS), Unicode 11 width tables, split panes, tabs, floating pane, smart right-click (selection→copy / empty→paste / link menu), scroll bookmarks, Vi copy mode, regex search, 999K scrollback with disk persistence, shell integration (OSC 133) for semantic command boundaries (Constrained Language Mode safe).

Keybindings β€” Tmux-style prefix mode (Ctrl+B, 13 default actions), fully customizable, reset-to-defaults.

Workspaces β€” drag-and-drop sidebar, Ctrl+1~9 quick switch, multiview, layout templates, full session persistence (layout / tabs / cwd / scrollback), Fleet View cockpit.

Browser + CDP β€” built-in panel (Ctrl+Shift+L), nav bar / DevTools / back-forward, element Inspector (hover-highlight, click-to-copy LLM context), full automation: click / fill / type / screenshot / JS eval / key press.

Notifications β€” output-throughput activity detection (not pattern matching, works with any agent), native OS toasts + taskbar flash (Windows) / Dock & menu-bar tray (macOS), process-exit alerts, notification panel (Ctrl+I), Web Audio cues.

Agent detection β€” Claude Code, Codex CLI, Gemini CLI, Aider, OpenCode, GitHub Copilot CLI. Detects start β†’ activates monitoring, warns on critical actions.

Task journey (fan-out β†’ diff β†’ PR) β€” spawn up to 8 WorkTask missions from one prompt, each with a dedicated git worktree on a fresh wtask/* branch, its own task workspace, a private mission channel, and a file-backed initial prompt. Idempotency-keyed end to end; per-task failures compensate individually, and worktrees are preserved β€” never force-deleted. Harvest through a diff surface (file tree, unified diff, per-hunk checkboxes across files; the hunks you selected are combined into a single all-or-nothing git apply gated by a target snapshot, so the target takes that whole selection or stays untouched β€” and it is refused as a whole if the target moved, if it has uncommitted changes to those files, or if any selected hunk no longer applies. The selection is resolved against a fresh read of the task worktree at adopt time, so re-read the diff if the agent is still writing to it), comment straight into the mission channel, then close the task (the worktree is removed only after a clean check β€” dirty output is preserved and the close is held) or open a PR with one click (gh-gated, idempotent re-entry). A palette cleanup list scans the worktree root for leftovers, and missions show up in the sidebar and fleet panel.

Multi-agent (A2A) β€” agent-to-agent messaging + task delegation addressed by pane/surface, same-workspace and cross-workspace. Per-pane execute approval gate (a remote agent can't spawn a bypassPermissions worker in your workspace without your approval). Symmetric reply (a reply returns to the exact pane that asked), pollable task inbox on the EventBus, broadcast, and a unified approval inbox in Fleet View.

Channels β€” Slack-style rooms for a workspace's agents: create / join / invite / post / read / archive, each message carrying a server-verified sender β€” shown as the sender's pane identity chip plus a per-workspace color badge, so you can tell agents apart at a glance. A durable per-member inbox (unread + @-mention counts, survives reboot), a human-readable right-side dock, and a headless wmux channel CLI (unread / read / post / ack / join / list) so a nudged agent can catch up and reply.

Supervision & wmux.json β€” declare panes/agents in a trust-gated wmux.json (auto-layout + custom commands). The daemon supervises declared agent panes like an init system: restart policy with backoff across process exits, daemon restarts, and full reboots, with a runaway-crash guard β€” and it resumes the exact agent conversation on restart, not a fresh shell.

Plugins β€” sandboxed iframe plugin host with a bridge + explicit permission model and pane decorations.

Daemon β€” background session management (survives app restart), scrollback dump + auto-recovery, start-at-login registration on Windows and macOS (relaunches after reboot), dead-session TTL reaping.

MCP tools β€” browser_* (open / navigate / screenshot / snapshot / click / fill / type / evaluate / press_key), terminal_read / terminal_read_events (OSC 133) / terminal_send / terminal_send_key, workspace_list / surface_list / surface_new / pane_list / pane_split / pane_close / pane_focus, channel_* (create / post / read / ack / invite / join / list), a2a_* agent-to-agent + task delegation, company_a2a_*, wmux_events_poll / wmux_search_panes. Every browser tool takes a surfaceId so each session drives its own browser.

Electron Main          Renderer (React 19 + Zustand)     Daemon (standalone)
β”œβ”€β”€ PTYManager         β”œβ”€β”€ PaneContainer (split tree)     β”œβ”€β”€ DaemonSessionManager
β”œβ”€β”€ PTYBridge          β”œβ”€β”€ Terminal (xterm + WebGL)       β”œβ”€β”€ RingBuffer (scrollback)
β”œβ”€β”€ AgentDetector      β”œβ”€β”€ BrowserPanel (CDP + Inspector) β”œβ”€β”€ StateWriter (suspend/resume)
β”œβ”€β”€ SessionManager     β”œβ”€β”€ NotificationPanel              β”œβ”€β”€ ProcessMonitor
β”œβ”€β”€ PipeServer (RPC)   β”œβ”€β”€ SettingsPanel                  β”œβ”€β”€ Watchdog (memory pressure)
β”œβ”€β”€ McpRegistrar       └── Multiview / Fleet View grid    └── DaemonPipeServer (RPC)
β”œβ”€β”€ DaemonClient
β”œβ”€β”€ AutoUpdater                MCP Server (stdio)
└── ToastManager       β”œβ”€β”€ PlaywrightEngine (CDP, fast-fail)
                       β”œβ”€β”€ CDP RPC fallback
                       └── Claude Code ⇄ wmux pipe bridge

Is wmux a tmux port? No β€” tmux was the inspiration, not the base. wmux is a native workspace multiplexer on Electron (ConPTY on Windows, forkpty on macOS): tmux-style split panes, prefix keys, and session persistence, but it also multiplexes agents, git worktrees, a browser, and channels. No WSL / Cygwin / MSYS2.

Which Macs are supported? Apple Silicon (arm64) β€” download the .dmg from releases. It is Developer ID signed, notarized and stapled, so Gatekeeper lets it through on first launch. Intel builds aren't produced right now; open an issue if you need one.

Can I reach my panes from my phone? Yes β€” wmux web serves your live panes to a browser (PWA-installable). It is read-only and loopback-only by default; --allow-input and --expose are explicit opt-ins, and even read-only shows a pane's full scrollback to whoever can reach the port, so keep it behind Tailscale rather than the open internet.

Works with Claude Code / Codex / Gemini? Yes. wmux auto-detects them and registers an MCP server so they can drive the browser and read terminal output.

Multiple agents at once? Yes. Each pane is an independent PTY, and agents coordinate over A2A MCP tools β€” message each other, delegate tasks by pane, reply to the exact pane that asked, and gate any cross-agent code execution behind your approval.

Feels heavy, or a workspace switch is slow? See docs/performance.md β€” what runs while a pane is hidden, the daemon's config.json knobs, and how to self-diagnose with wmux doctor.

"Windows protected your PC" warning? The release pipeline already signs Setup.exe through SignPath, but with a test certificate while the SignPath Foundation OSS certificate is pending β€” Windows does not trust it, so SmartScreen still reports an unknown publisher. It's safe: click More info β†’ Run anyway, or install via winget / Chocolatey to skip the prompt.

Installer blocked with no "Run anyway"? Smart App Control (SAC) on Windows 11 can block unsigned binaries outright. Check with Get-MpComputerStatus | Select-Object SmartAppControlState. SAC uses cloud reputation, so blocks are often transient β€” retry later, use winget/choco, or build from source (#200).

PowerShell one-liner (downloads the prebuilt Setup.exe, verifies SHA-256, no build tools):

irm https://raw.githubusercontent.com/openwong2kim/wmux/main/install.ps1 | iex

πŸ› οΈ Build from source

git clone https://github.com/openwong2kim/wmux.git
cd wmux
npm install
npm start          # dev mode
npm run make       # build installer

Requires Node 18+ and Python 3.x, plus a native toolchain: VS Build Tools (C++ workload) on Windows β€” WMUX_FROM_SOURCE=1 irm …/install.ps1 | iex auto-installs them β€” or the Xcode Command Line Tools on macOS (xcode-select --install).


πŸ™Œ Contributors

wmux is built in the open. Huge thanks to everyone who's shipped code, squashed bugs, and translated locales:

Contributors

Community shout-outs to @snowyukitty, @matdac6, @margvez, @zer0ken, @AnandSundar, @cloim, @cheyras, @junbeom09, @rayss868, @dev-minggyu, and @alphabeen for their contributions. πŸ’›

New here? Grab a good first issue, help translate a locale (ν•œκ΅­μ–΄ complete Β· ζ—₯本θͺž / δΈ­ζ–‡ in progress), or read CONTRIBUTING.md. PRs welcome.

Built on xterm.js, node-pty, Electron, and Playwright.

wmux detects AI coding agents for status display only. It does not call AI APIs, capture agent output, or automate agent interactions. You are responsible for complying with your AI provider's Terms of Service.

License

MIT

Keywords: workspace multiplexer Β· AI coding agent workspace Β· agent fleet Β· multi-agent terminal Β· git worktree fan-out Β· Claude Code Β· Codex CLI Β· Gemini CLI Β· MCP server Β· Chrome DevTools Protocol Β· browser automation Β· split terminal Β· cmux alternative Β· Windows terminal multiplexer Β· macOS terminal multiplexer Β· ConPTY Β· xterm.js Β· Electron terminal Β· tmux for Windows

Star History

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

–Maintainers
<1hResponse time
1dRelease cycle
104Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/openwong2kim/wmux'

If you have feedback or need assistance with the MCP directory API, please join our Discord server