Discover and explore top open-source AI tools and projects—updated daily.
openwong2kimWindows terminal multiplexer for AI agent fleets
Top 97.5% on SourcePulse
This project provides a native Windows terminal multiplexer designed for AI agent development, offering parallel execution, robust session persistence, and integrated browser automation. It targets AI engineers and researchers needing to manage complex agent fleets, enabling them to fan out prompts, review code changes, and recover from system reboots seamlessly, thereby enhancing productivity on Windows without relying on WSL.
How It Works
wmux is an Electron-based application that functions as a terminal multiplexer using Windows ConPTY and xterm.js. It orchestrates multiple AI agents (e.g., Claude Code, Codex, Gemini) across isolated git worktrees. Agents communicate via a Meta-Command Protocol (MCP) server, allowing them to delegate tasks and control a real browser through the Chrome DevTools Protocol (CDP). A core feature is its daemon-managed session persistence, ensuring agent processes and conversation states are automatically resumed after application crashes or OS reboots.
Quick Start & Requirements
winget install openwong2kim.wmux, choco install wmux, or download Setup.exe. A PowerShell one-liner is also available: irm https://raw.githubusercontent.com/openwong2kim/wmux/main/install.ps1 | iex.Highlighted Details
Maintenance & Community
The project is actively developed with a focus on stability and feature expansion. Contributions are welcomed, with guidelines provided in CONTRIBUTING.md. No specific community channels or external partnerships are detailed in the README.
Licensing & Compatibility
Limitations & Caveats
This tool is strictly Windows-only and does not support WSL. Users may encounter Windows SmartScreen warnings on the installer due to a lack of Authenticode signing, requiring manual overrides or installation via package managers. It is a native implementation inspired by tmux rather than a direct port.
19 hours ago
Inactive