v1.1.7
Quick-SSH v1.1.7
Native binary release
This release provides native binaries that can run without a local Node.js runtime.
Installation
Direct binary download:
| Platform | Download |
|---|---|
| Windows | qssh-win-x64.exe |
| Linux | qssh-linux-x64 |
| macOS | qssh-macos-x64 |
After downloading, put the file in a PATH directory and rename it to qssh if needed.
Scoop (Windows):
scoop bucket add extras
scoop install quick-sshwinget (Windows):
winget install CCE-Li.Quick-SSHapt (Debian/Ubuntu):
sudo apt install ./quick-ssh_*.debPacman/AUR (Arch Linux):
yay -S quick-sshnpm:
npm install -g quick-sshQuick usage
qssh # Start TUI
qssh add my-server root@192.168.1.100:22
qssh my-server # Connect
qssh ps # List connections