Skip to content

v1.1.10

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:41
· 2 commits to main since this release

Quick-SSH v1.1.10

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-ssh

winget (Windows):

winget install CCE-Li.Quick-SSH

apt (Debian/Ubuntu):

sudo apt install ./quick-ssh_*.deb

Pacman/AUR (Arch Linux):

yay -S quick-ssh

npm:

npm install -g quick-ssh

Quick usage

qssh                              # Start TUI
qssh add my-server root@192.168.1.100:22
qssh my-server                    # Connect
qssh ps                           # List connections