RMUX v0.4.3
Highlights
rmux web-share: Browser-based terminal sharing via a static frontend and user-managed tunnels.
- Web share frontend integration and documentation.
- Release packaging infrastructure for Linux, macOS, and Windows.
- Linux package repository deployment setup.
- tmux compatibility fixes (pane indexing, status formats, CRLF parsing, mouse mode ordering, and status repaint).
- Provenance verification hardening for official
.deb and .rpm packages.
Runtime & Compatibility
- Honor
pane-base-index in display-panes and pane format output (Resolves #18).
- Populate
#{client_prefix} and #{client_key_table} for status-line prefix indicators (Resolves #19).
- Normalize CRLF/CR input to correctly parse Windows
.rmux.conf files (Resolves #20).
- Fix status-prefix state repaint reliability.
- Align mouse mode enable ordering with tmux behavior.
- Mitigate ConPTY resize race conditions on Windows.
Web Share
- Local and web sharing support.
- Encrypted sharing hardening.
- Architecture documentation and README.
Packaging
- Generate release packages and checksums.
- Support compressed RPM manpages in release verification.
- Preserve RPM binary hashes during packaging.
- Ignore generated package artifacts in the release tree.
Install
curl -fsSL [https://rmux.io/install.sh](https://rmux.io/install.sh) | sh