All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

RMUX: A Rust-based universal terminal multiplexer with typed SDK for agent orchestration

By

shideneyu

10d ago· 5 min readenCode

Summary

RMUX is a universal Rust-based terminal multiplexer built for the agentic era. It offers a tmux-compatible CLI, a daemon-backed SDK with a typed interface, and native Ratatui integration. Designed for running long-lived agents over SSH without losing terminals, it enables detachable, scriptable, and inspectable terminal session management across Linux, macOS, and Windows. The project reimagines the tmux use case from scratch in Rust for performance and modern orchestration needs.

Key quotes

· 3 pulled
RMUX exists because I believe the tmux use case has only been partially explored.
I wanted to run long-lived agents over SSH without losing their terminals, while still being able to inspect, script, and orchestrate everything around them.
So I rebuilt that idea from scratch in Rust: a blazing-fast, tmux-compatible multiplexer.
Snippet from the RSS feed
Universal Rust multiplexer with a typed SDK — drive any CLI or TUI app from code. Native on Linux, macOS, and Windows. - Helvesec/rmux

You might also wanna read