AgentMux packs serious capability into 150-350MB of memory. Here's everything it can do.
Native pane type for Claude, Codex, and Gemini. Not a terminal wrapper - a purpose-built agent UI.
Monitor sub-agents spawned by your primary agent. See multi-level agent hierarchies in real time.
Create, configure, and launch agents from a built-in agent picker wired to a SQLite-backed agent database.
Install agent CLIs directly from AgentMux. Structured stream parsing with a rich presentation layer.
Watch every tool call and decision step as it happens. Catch an agent undoing correct work mid-task.
Run parallel agents and see all of them at once. Spot conflicts before synthesis.
Dedicated sysinfo pane with real-time CPU, memory, and network graphs. Status bar with live uptime and agent activity.
Panes talk to each other via Tokio channels. Build reactive pipelines where agent A's output triggers agent B.
Agents call a typed API to spawn panes, update titles, render dashboards, and modify the workspace.
1.1MB Rust binary deployable to remote hosts. Auto-deployed shell hooks for bash, zsh, fish, and PowerShell.
Tokio + Axum + SQLite. 4.4MB binary. 3.6x lower memory than Go. 19-44% faster latency. Zero GC pauses.
Chromium 146 via CEF — consistent rendering everywhere. Pure Rust backend with zero GC means no heap growth over time.
Push-based WebSocket channels. Zero-copy serialization. Scales to hundreds of concurrent tool calls per second.
View files with syntax highlighting directly in a pane. Auto-detected language support from file extension.
Authentic terminal emulation via xterm.js + portable-pty. Not a pseudo-terminal - actual OS PTY with full ANSI support.
Full web browser in a pane with navigation controls and independent zoom.
Multiple windows with independent workspaces. Version-isolated instances. Cross-window drag and drop.
Native builds for Windows, macOS, and Linux. Code-signed and notarized where required.
Independent 50-200% zoom per pane. Double-click to magnify any pane to full screen.
Settings apply instantly across all panes. File-watcher broadcasts changes. No restart needed.
Drag files into panes, reorder panes within tabs, move panes across windows, tear off tabs to new windows.
No telemetry, no tracking, no phone-home. Runs locally. Your agent data never leaves your machine.
Free and open source. ~152MB portable — no install needed.
Early alpha. Features may be incomplete or unstable. AI agents generate content that may be inaccurate — always review outputs. Report issues