by shihuili1218
A cross-platform SSH application that doesn’t “pee” 💩 on your system.
# Add to your Claude Code skills
git clone https://github.com/shihuili1218/rsshLast scanned: 6/9/2026
{
"issues": [
{
"type": "npm-audit",
"message": "devalue: Svelte devalue: DoS via sparse array deserialization",
"severity": "high"
},
{
"type": "npm-audit",
"message": "postcss: PostCSS has XSS via Unescaped </style> in its CSS Stringify Output",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "svelte: Svelte SSR vulnerable to cross-site scripting via spread attributes",
"severity": "medium"
}
],
"status": "WARNING",
"scannedAt": "2026-06-09T07:48:53.146Z",
"npmAuditRan": true,
"pipAuditRan": true
}No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
SSH connection manager with a desktop GUI and built-in CLI.
macOS / Windows / Linux / Android.
Read the story: Why RSSH? — An SSH Client Born to be an AI Ops Assistant (中文)
rssh open prod from any terminal~/.ssh/configDownload from Releases:
| Platform | File | Notes |
|---|---|---|
| macOS Apple Silicon | rssh-{ver}-macos-aarch64.dmg |
|
| macOS Intel | rssh-{ver}-macos-x86_64.dmg |
|
| Linux (deb) | rssh-{ver}-linux-x86_64.deb |
Debian/Ubuntu |
| Linux (rpm) | rssh-{ver}-linux-x86_64.rpm |
Fedora/RHEL |
| Linux (AppImage) | rssh-{ver}-linux-x86_64.AppImage |
Any distro |
| Windows | rssh-{ver}-windows-x86_64.msi |
Silent install: msiexec /i |
| Windows | rssh-{ver}-windows-x86_64-setup.exe |
GUI installer |
| Android | rssh-{ver}-android-universal.apk |
|
| iOS | No ID, build you self |
Run the full RSSH UI inside a JetBrains IDE tool window — same hosts, keys and
settings as the desktop app (shared ~/.rssh). Each zip bundles a headless
rssh-server, so it's self-contained and per-OS:
| Platform | File |
|---|---|
| macOS Apple Silicon | rssh-{ver}-macos-aarch64-jetbrains-plugin.zip |
| macOS Intel | rssh-{ver}-macos-x86_64-jetbrains-plugin.zip |
| Linux | rssh-{ver}-linux-x86_64-jetbrains-plugin.zip |
| Windows | rssh-{ver}-windows-x86_64-jetbrains-plugin.zip |
Install: Settings → Plugins → ⚙ → Install Plugin from Disk…, pick the zip for your OS and restart. Open the RSSH tool window (bottom) to start; the ✕ in its title bar stops the embedded server.
See CONTRIBUTING.md.
MIT