wmux
by openwong2kim·★ 76·综合分 46
Windows终端多路复用器,集成了MCP服务器,支持Claude等AI编程代理的分终端和浏览器自动化。
概述
Wmux是一个原生的Windows终端多路复用器,设计为tmux的替代品,专门为AI编程代理构建。它集成了MCP服务器功能,允许Claude Code、Codex CLI和Gemini CLI等代理控制浏览器、读取终端输出并与其它代理通信。该应用具有分屏面板、工作区管理、持久化会话以及通过Chrome DevTools协议的内置浏览器自动化功能。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您需要在Windows上同时运行多个AI编码代理,需要浏览器自动化功能,并希望在没有WSL的情况下保持会话持久性,请选择wmux。
什么时候不要选它
如果您使用macOS或Linux(那里有原生的tmux),或者您需要终端复用但不需要AI代理集成,请不要选择wmux。
此 server 暴露的工具
从 README 抽取出 12 个工具browser_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
可对比工具
安装
安装选项
**Winget(推荐):**
winget install openwong2kim.wmux**Chocolatey:**
choco install wmux**安装程序:**[下载wmux Setup.exe](https://github.com/openwong2kim/wmux/releases/latest)
**一行命令(PowerShell):**
irm https://raw.githubusercontent.com/openwong2kim/wmux/main/install.ps1 | iex**Claude Desktop集成:** Wmux在启动时自动注册MCP服务器,无需手动配置。
FAQ
- Wmux是Windows版的tmux吗?
- 不是。Wmux是基于ConPTY和Electron构建的原生Windows终端多路复用器,提供tmux风格的分屏面板和会话持久化功能,无需WSL或Cygwin。
- Wmux能与Claude Code、Codex CLI和Gemini CLI一起工作吗?
- 可以。Wmux会自动检测这些AI编程代理并注册MCP服务器,使Claude Code能够控制内置浏览器和读取终端输出。
wmux 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。