AI Agent Terminal for Windows — Run Claude Code, Codex, Gemini CLI side by side with split terminals, browser automation via CDP, MCP integration, session persistence, and smart notifications
# wmux — AI Agent Terminal for Windows
> **Run Claude Code + Codex + Gemini CLI side by side.**
> Split terminals, browser automation, MCP integration — the only proper way to use AI agents on Windows.
[](https://github.com/openwong2kim/wmux/releases/latest)
[](https://www.electronjs.org/)
[](LICENSE)
[](https://github.com/openwong2kim/wmux)
---
## Still using one terminal for your AI coding agents on Windows?
macOS has [cmux](https://github.com/manaflow-ai/cmux) — a tmux-based terminal multiplexer for AI agents.
**Windows has no tmux.** Without WSL, there was no way.
wmux fixes this. Native Windows terminal multiplexer + browser automation + MCP server. Your AI agent reads the terminal, controls the browser, and works autonomously.
```
Claude Code writes the backend on the left
Codex builds the frontend on the right
Gemini CLI runs tests at the bottom
— all on one screen, simultaneously.
```
---
## Install in 30 seconds
**Installer:**
[Download wmux Setup.exe](https://github.com/openwong2kim/wmux/releases/latest)
**One-liner (PowerShell):**
```powershell
irm https://raw.githubusercontent.com/openwong2kim/wmux/main/install.ps1 | iex
```
---
## Why wmux?
### 1. Your AI agent controls the browser — for real
Tell Claude Code "search Google for this" and it actually does it.
wmux's built-in browser connects via Chrome DevTools Protocol. Click, type, screenshot, execute JS — all done by the AI directly. Works perfectly with React controlled inputs and CJK text.
```
You: "Search for wmux on Google"
Gemini: browser_open → browser_snapshot → browser_fill(ref=13, "wmux") → browser_press_key("Enter")
→ Actually searches GoGoogle's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.