wmux
by openwong2kim·★ 76·Score 46
Windows terminal multiplexer with MCP server integration for AI coding agents like Claude, supporting split terminals and browser automation.
Overview
Wmux is a native Windows terminal multiplexer designed as an alternative to tmux, specifically built for AI coding agents. It integrates MCP server capabilities that allow agents like Claude Code, Codex CLI, and Gemini CLI to control browsers, read terminal output, and communicate with other agents. The application features split panes, workspace management, persistent sessions, and built-in browser automation via Chrome DevTools Protocol.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose wmux if you need to run multiple AI coding agents simultaneously on Windows with browser automation capabilities and want session persistence without WSL.
When NOT to choose this
Don't choose wmux if you're on macOS or Linux (where tmux is native), or if you need terminal multiplexing without AI agent integration.
Tools this server exposes
12 tools extracted from the READMEbrowser_openOpen a browser instance in wmux
browser_navigateNavigate the browser to a specific URL
browser_screenshotTake a screenshot of the current browser page
browser_snapshotRead the current page structure and content
browser_clickClick on a specified element on the page
browser_fillFill a form element with text
terminal_readRead the current terminal content
terminal_sendSend a command to the terminal
workspace_listList all available workspaces
a2a_sendSend a message to another AI agent
a2a_task_sendDelegate a task to another AI agent
company_a2a_sendSend a message in company mode coordination
Comparable tools
Installation
Installation Options
**Winget (recommended):**
winget install openwong2kim.wmux**Chocolatey:**
choco install wmux**Installer:** [Download wmux Setup.exe](https://github.com/openwong2kim/wmux/releases/latest)
**One-liner (PowerShell):**
irm https://raw.githubusercontent.com/openwong2kim/wmux/main/install.ps1 | iex**Claude Desktop Integration:** Wmux automatically registers the MCP server on startup. No manual configuration needed.
FAQ
- Is wmux a tmux port for Windows?
- No. wmux is a native Windows terminal multiplexer built on ConPTY and Electron, offering tmux-style split panes and session persistence without requiring WSL or Cygwin.
- Does wmux work with Claude Code, Codex CLI, and Gemini CLI?
- Yes. wmux automatically detects these AI coding agents and registers an MCP server so Claude Code can drive the built-in browser and read terminal output.
Compare wmux with
Last updated · Auto-generated from public README + GitHub signals.