Psmux
Tmux on Windows Powershell - tmux for PowerShell, Windows Terminal, cmd.exe. Includes psmux, pmux, and tmux commands. This is native Powershell Tmux designed for Windows in Rust ๐ฆ
Install / Use
/learn @psmux/PsmuxREADME
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โโโโโโโ โโโโโโโโโโโโ โโโโโโโ โโโโโโ โโโ โ
โ โโโโโโโโโโโโโโโโโโโโโ โโโโโโโโ โโโโโโโโโโโ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโ โโโโโโ โ
โ โโโโโโโ โโโโโโโโโโโโโโโโโโโโโโ โโโ โโโโโโ โ
โ โโโ โโโโโโโโโโโ โโโ โโโโโโโโโโโโโโโโ โโโ โ
โ โโโ โโโโโโโโโโโ โโโ โโโโโโโ โโโ โโโ โ
โ Born in PowerShell. Made in Rust. ๐ฆ โ
โ Terminal Multiplexer for Windows โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
<p align="center">
<strong>The native Windows tmux. Born in PowerShell, made in Rust.</strong><br/>
Full mouse support ยท tmux themes ยท tmux config ยท 76 commands ยท blazing fast
</p>
<p align="center">
<a href="#installation">Install</a> ยท
<a href="#usage">Usage</a> ยท
<a href="docs/claude-code.md">Claude Code</a> ยท
<a href="docs/features.md">Features</a> ยท
<a href="docs/compatibility.md">Compatibility</a> ยท
<a href="docs/performance.md">Performance</a> ยท
<a href="docs/plugins.md">Plugins</a> ยท
<a href="docs/keybindings.md">Keys</a> ยท
<a href="docs/scripting.md">Scripting</a> ยท
<a href="docs/configuration.md">Config</a> ยท
<a href="docs/mouse-ssh.md">Mouse/SSH</a> ยท
<a href="docs/faq.md">FAQ</a> ยท
<a href="#related-projects">Related Projects</a>
</p>
psmux
The real tmux for Windows. Not a port, not a wrapper, not a workaround.
psmux is a native Windows terminal multiplexer built from the ground up in Rust. It uses Windows ConPTY directly, speaks the tmux command language, reads your .tmux.conf, and supports tmux themes. All without WSL, Cygwin, or MSYS2.
๐ก Tip: psmux ships with
tmuxandpmuxaliases. Just typetmuxand it works!
๐ On Windows ๐

Installation
Using WinGet
winget install psmux
Using Cargo
cargo install psmux
This installs psmux, pmux, and tmux binaries to your Cargo bin directory.
Using Scoop
scoop bucket add psmux https://github.com/psmux/scoop-psmux
scoop install psmux
Using Chocolatey
choco install psmux
From GitHub Releases
Download the latest .zip from GitHub Releases and add to your PATH.
From Source
git clone https://github.com/psmux/psmux.git
cd psmux
cargo build --release
Built binaries:
target\release\psmux.exe
target\release\pmux.exe
target\release\tmux.exe
Docker (build environment)
A ready-made Windows container with Rust + MSVC + SSH for building psmux:
cd docker
docker build -t psmux-dev .
docker run -d --name psmux-dev -p 127.0.0.1:2222:22 -e ADMIN_PASSWORD=YourPass123! psmux-dev
ssh ContainerAdministrator@localhost -p 2222
See docker/README.md for full details.
Requirements
- Windows 10 or Windows 11
- PowerShell 7+ (recommended) or cmd.exe
- Download PowerShell:
winget install --id Microsoft.PowerShell - Or visit: https://aka.ms/powershell
- Download PowerShell:
Why psmux?
If you've used tmux on Linux/macOS and wished you had something like it on Windows, this is it. Split panes, multiple windows, session persistence, full mouse support, tmux themes, 76 commands, 126+ format variables, 53 vim copy-mode keys. Your existing .tmux.conf works. Full details: docs/features.md ยท docs/compatibility.md
Usage
Use psmux, pmux, or tmux โ they're identical:
psmux # Start a new session
psmux new-session -s work # Named session
psmux ls # List sessions
psmux attach -t work # Attach to a session
psmux --help # Show help
Claude Code Agent Teams
psmux has first-class support for Claude Code agent teams. When Claude Code runs inside a psmux session, teammate agents automatically spawn in separate tmux panes instead of running in-process.
psmux new-session -s work # Start a psmux session
claude # Run Claude Code โ agent teams just work
No extra configuration needed. Full guide: docs/claude-code.md
Documentation
| Topic | Description | |-------|-------------| | Features | Full feature list โ mouse, copy mode, layouts, format engine | | Compatibility | tmux command/config compatibility matrix | | Performance | Benchmarks and optimization details | | Key Bindings | Default keys and customization | | Scripting | 76 commands, hooks, targets, pipe-pane | | Configuration | Config files, options, environment variables | | Plugins & Themes | Plugin ecosystem โ Catppuccin, Dracula, Nord, and more | | Mouse Over SSH | SSH mouse support and Windows version requirements | | Claude Code | Agent teams integration guide | | FAQ | Common questions and answers |
Related Projects
<table> <tr> <td align="center" width="50%"> <a href="https://github.com/psmux/pstop"> <img src="https://raw.githubusercontent.com/psmux/pstop/master/pstop-demo.gif" width="400" alt="pstop demo" /><br/> <b>pstop</b> </a><br/> <sub>htop for Windows โ real-time system monitor with per-core CPU bars, tree view, 7 color schemes</sub><br/> <code>cargo install pstop</code> </td> <td align="center" width="50%"> <a href="https://github.com/psmux/psnet"> <img src="https://raw.githubusercontent.com/psmux/psnet/master/image.png" width="400" alt="psnet screenshot" /><br/> <b>psnet</b> </a><br/> <sub>Real-time TUI network monitor โ live speed graphs, connections, traffic log, packet sniffer</sub><br/> <code>cargo install psnet</code> </td> </tr> <tr> <td align="center" width="50%"> <a href="https://github.com/psmux/Tmux-Plugin-Panel"> <img src="https://raw.githubusercontent.com/psmux/Tmux-Plugin-Panel/master/screenshot.png" width="400" alt="Tmux Plugin Panel screenshot" /><br/> <b>Tmux Plugin Panel</b> </a><br/> <sub>TUI plugin & theme manager for tmux and psmux โ browse, install, update from your terminal</sub><br/> <code>cargo install tmuxpanel</code> </td> <td align="center" width="50%"> <a href="https://github.com/psmux/omp-manager"> <img src="https://raw.githubusercontent.com/psmux/omp-manager/master/screenshot.png" width="400" alt="OMP Manager screenshot" /><br/> <b>OMP Manager</b> </a><br/> <sub>Oh My Posh setup wizard โ browse 100+ themes, install fonts, configure shells automatically</sub><br/> <code>cargo install omp-manager</code> </td> </tr> </table>License
MIT
Contributing
Contributions welcome โ bug reports, PRs, docs, and test scripts via GitHub Issues.
If psmux helps your Windows workflow, consider giving it a โญ on GitHub!
Star History
<p align="center"> Made with โค๏ธ for PowerShell using Rust ๐ฆ </p>
