NEO SSH-Win Manager is free and open source. Just download and run — no installation needed.
The main application with everything: connection manager, tray, multiple user profiles, live system info.
~25 MB · Windows 10 / 11 (x64)
Download GUIConsole companion for scripts and automations. Uses connections from the running main app.
~10 MB · requires running GUI
Download CLIPrerequisites
These handle SSH mounting in the background — NEO SSH-Win Manager is the user interface on top.
| Program | Purpose | Download |
|---|---|---|
| WinFsp | Provides the filesystem interface for Windows. | winfsp/winfsp |
| SSHFS-Win | Connects SSH to the filesystem. | winfsp/sshfs-win |
| Windows 10 / 11 | x64. Other versions are not tested. | — |
| PuTTY | Optional, as an alternative terminal. The setup offers automatic installation — only download manually when using the standalone version. | putty.org |
| OpenSSH | Optional, for the built-in terminal feature. | Windows feature (pre-installed) |
NeoSSHWinManager.exe — no setup needed, just run it.Build from source
With Python 3.11+ and PyInstaller.
git clone https://github.com/gregorkrebs/neosshwinmanager.git
cd neosshwinmanager
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
# Direkt aus Quellcode starten
python main.py
# Beide EXE-Dateien bauen (GUI + CLI)
.\build_dual.ps1
Output files are in the dist/ folder.