This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+6 more
ReleasePort's take
Moderate signalRelease v0.3.0 of Rmux builds binaries with Fat LTO and stripped symbols for smaller optimized builds while fixing multiple tmux‑compatible runtime issues.
Why it matters: Smaller, faster binaries (Fat LTO, codegen-units=1) improve deployment efficiency; bugfixes resolve key‑binding, copy‑mode, control‑mode, command parsing, and split‑window problems affecting everyday workflows.
Summary
AI summaryImproved tmux-compatible runtime behavior and reduced binary size across platforms.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Added coverage for interactive exit behavior and session lifecycle handling. Added coverage for interactive exit behavior and session lifecycle handling. Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Performance | Medium |
Release binaries built with Fat LTO, codegen-units=1, and stripped symbols for smaller optimized builds. Release binaries built with Fat LTO, codegen-units=1, and stripped symbols for smaller optimized builds. Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Performance | Medium |
GitHub Release assets are smoke‑tested before publication on Linux, macOS arm64, macOS x86_64, and Windows MSVC. GitHub Release assets are smoke‑tested before publication on Linux, macOS arm64, macOS x86_64, and Windows MSVC. Source: llm_adapter@2026-05-24 Confidence: low |
— |
| Bugfix | Medium |
Fixed tmux-style key table coverage and default key bindings. Fixed tmux-style key table coverage and default key bindings. Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Bugfix | Medium |
Improved copy-mode, attached input, live key dispatch, and pane IO handling. Improved copy-mode, attached input, live key dispatch, and pane IO handling. Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Bugfix | Medium |
Improved control‑mode subscriptions and command numbering. Improved control‑mode subscriptions and command numbering. Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Bugfix | Medium |
Improved command parsing for display, list, layout, prompt, and request flows. Improved command parsing for display, list, layout, prompt, and request flows. Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Bugfix | Medium |
Improved split-window and target-resolution behavior. Improved split-window and target-resolution behavior. Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Bugfix | Medium |
macOS release binaries are re‑signed during packaging to avoid portable binary startup issues. macOS release binaries are re‑signed during packaging to avoid portable binary startup issues. Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Bugfix | Medium |
Smoke‑tested `cargo install rmux --locked --version 0.3.0` from crates.io. Smoke‑tested `cargo install rmux --locked --version 0.3.0` from crates.io. Source: llm_adapter@2026-05-24 Confidence: low |
— |
Full changelog
RMUX 0.3.0 focuses on tmux-compatible runtime behavior, smaller release binaries, and a cleaner install path across Linux, macOS, and Windows.
Highlights
- Release binaries are now built with Fat LTO,
codegen-units = 1, and stripped symbols for smaller optimized builds. - GitHub Release assets are smoke-tested before publication on Linux, macOS arm64, macOS x86_64, and Windows MSVC.
- macOS release binaries are re-signed during packaging to avoid portable binary startup issues.
cargo install rmux --locked --version 0.3.0has been smoke-tested from crates.io.
Runtime And Compatibility
- Fixed tmux-style key table coverage and default key bindings.
- Improved copy-mode, attached input, live key dispatch, and pane IO handling.
- Improved control-mode subscriptions and command numbering.
- Improved command parsing for display, list, layout, prompt, and request flows.
- Added coverage for interactive exit behavior and session lifecycle handling.
- Improved split-window and target-resolution behavior.
Packaging
Prebuilt binaries are attached for:
aarch64-apple-darwinx86_64-apple-darwinx86_64-pc-windows-msvcx86_64-unknown-linux-gnu
Checksums are available in SHA256SUMS.
Install
curl -fsSL https://rmux.io/install.sh | sh
irm https://rmux.io/install.ps1 | iex
Or build from crates.io:
cargo install rmux --locked --version 0.3.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Rmux
All releases →Related context
Beta — feedback welcome: [email protected]