May 21, 2026
Pane in the comments
Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK
A flashy new terminal tool lands — and commenters instantly ask, ‘But why not just use tmux?’
TLDR: RMUX is a new tool that tries to turn terminal window management into something you can script and control more easily, even across different operating systems. But the community’s instant reaction was blunt: cool demo, maybe — now explain why anyone should ditch the tool they already use.
A new project called RMUX has strutted onto Show HN promising a faster, more programmable version of the old-school terminal organizer tmux — basically a tool for people who keep lots of command-line windows alive, especially on remote machines. The creator is pitching it as detachable, scriptable, inspectable, and even friendly to automation tools, with support for macOS, Linux, and Windows. That’s the serious part. The fun part? The comment section immediately turned into a trust issues support group for terminal nerds.
The loudest reaction was pure skepticism: why does this need to exist when tmux already works? Multiple commenters basically said, “I already send commands to tmux with hotkeys, so what’s the big deal?” Another asked the classic startup-killer question: what problem is this solving that isn’t already solved? And then came the style police. One of the funniest digs wasn’t even about the software — it was about the website looking “too obviously made by Claude,” complete with the now-infamous pulsing green dot design trope. Brutal.
Still, not everyone was throwing tomatoes. One user admitted the current crop of similar tools is so chaotic it’s giving them “whiplash,” but also said none of them are perfect and that a Rust codebase sounds appealing. That’s the vibe in a nutshell: curious, mildly impressed, deeply unconvinced. RMUX may be offering a shiny new remote-control terminal future, but the crowd wants one thing first: a simple answer to why they should switch at all.
Key Points
- •RMUX released public preview version 0.2.0 on 18 May 2026 and says all 90 tmux-compatible commands are implemented.
- •The project is a Rust-built terminal multiplexer with detachable sessions, scripting support, inspectable state, and a daemon-backed SDK.
- •RMUX targets Linux, macOS, and Windows with native local transports, including Windows Named Pipes, and does not require WSL.
- •The article provides demos for multi-agent orchestration, agent broadcasting, terminal-browser mirroring, Playwright testing, and a mini-Zellij setup.
- •RMUX exposes three public interfaces—a CLI, the rmux-sdk Rust crate, and the ratatui-rmux widget—that share a single local protocol and daemon.