Skip to content

Releases: bahri-hirfanoglu/wmux

v0.1.0 — Initial Release

28 Mar 22:09

Choose a tag to compare

wmux v0.1.0

The first release of wmux — a native Windows terminal multiplexer.

Features

  • Persistent sessions — shell processes survive terminal closes
  • Detach / reattachCtrl+B d to detach, wmux attach to reconnect
  • Split panes — horizontal and vertical splits via Windows Terminal
  • Pane navigationCtrl+B Arrow to switch between panes
  • Pane resizingCtrl+B Alt+Arrow to 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:

  1. Download wmux-v0.1.0-windows-x86_64.zip
  2. Extract wmux.exe
  3. Add to your PATH

Requirements

  • Windows 10 version 1809+ or Windows 11
  • Windows Terminal (for split pane support)