Dear Powershell community, I built Native Tmux for Powershell - PSMUX #26944
psmux
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’ve been working on PSMUX, a tmux compatible terminal multiplexer that runs natively in PowerShell on Windows.
Quick Install:
winget install psmuxFor PowerShell users, the big point is simple:
You do not need WSL. You do not need Linux. You can stay in your native PowerShell workflow.
What PSMUX gives you
✅ Session management
✅ Background sessions
✅ Pane splitting
✅ tmux shortcuts
✅ SSH support
✅ Themes and plugins
✅ A plugin panel TUI for easy setup
So if you like the tmux way of working but want something that fits naturally into a PowerShell and Windows environment, that is exactly why I built this.
Why I made it
A lot of Windows and PowerShell users want the productivity of tmux, but the usual path often pushes them toward extra layers or a Linux centered setup.
I wanted a path that respects PowerShell as a first class shell, not a second choice.

Get it here👉 https://github.com/marlocarlo/psmux
I have also made pstop (htop for powershell). You can check that also out and other cool things on my profile.
If you like my work, please ⭐ the repo and support.
Beta Was this translation helpful? Give feedback.
All reactions