Releases: bahri-hirfanoglu/wmux
Releases · bahri-hirfanoglu/wmux
v0.1.0 — Initial Release
wmux v0.1.0
The first release of wmux — a native Windows terminal multiplexer.
Features
- Persistent sessions — shell processes survive terminal closes
- Detach / reattach —
Ctrl+B dto detach,wmux attachto reconnect - Split panes — horizontal and vertical splits via Windows Terminal
- Pane navigation —
Ctrl+B Arrowto switch between panes - Pane resizing —
Ctrl+B Alt+Arrowto resize - Background daemon — auto-starts when needed
- Crash recovery — sessions restored after daemon restart
- TOML configuration — customize default shell
Installation
From crates.io:
cargo install wmux
From this release:
- Download
wmux-v0.1.0-windows-x86_64.zip - Extract
wmux.exe - Add to your PATH
Requirements
- Windows 10 version 1809+ or Windows 11
- Windows Terminal (for split pane support)