A fast, native SSH client that keeps everything on your machine. No sign-in, no sync servers, no analytics. Your credentials never touch a disk in plaintext β they live in the Windows Credential Manager, and backups never contain secrets.
Note
SSHagement is 100% offline. It never phones home, has no account system, and collects no telemetry β your hosts, keys and history stay on your PC.
- Multi-tab + split panes β recursive split layout; terminals stay alive across tab switches and re-splits (never reconnect).
- Multi-window with live tab transfer β drag a tab out to tear it off into a new window; the SSH session moves without dropping.
- Snippets with folders/subgroups β insert or run into the active pane, drag onto a terminal, multi-line commands paste correctly (bracketed paste).
- Command Palette (
Ctrl+Shift+P) β fuzzy search over hosts, snippets and actions. - Scrollback search (
Ctrl+Shift+F) and broadcast input to every pane in a tab. - Auth: password, private key (incl. encrypted-key passphrases), and SSH agent (OpenSSH named pipe + Pageant).
- Proxy: SOCKS5 (proxy-side DNS, no leak) and HTTP CONNECT.
- Known Hosts β TOFU host-key pinning with warn-on-change.
- Auto-reconnect with exponential backoff, startup commands per host.
- Obsidian-style folders for hosts and snippets; import from
~/.ssh/config. - Customizable keybindings, interface scale, F11 fullscreen, maximize pane.
- Config import/export to JSON (secrets are never exported).
- Remembers window size / position / maximized state between sessions.
- Secrets (passwords, key passphrases, proxy creds) are stored only in the Windows Credential Manager β never in plaintext on disk.
- Backup/export never includes secrets.
- Host keys use trust-on-first-use pinning and warn if a key changes.
- SOCKS5 proxy resolves the hostname proxy-side (no DNS leak).
Important
Secrets live in the Windows Credential Manager, not in the app's config files. If you reinstall Windows or move to another PC, export a backup and re-enter your passwords/keys there β the backup intentionally does not carry them.
- Backend β Tauri 2 + Rust, SSH via
russh(aws-lc-rscrypto), secrets viakeyring. - Frontend β SvelteKit + Svelte 5 runes + TypeScript, Tailwind CSS v4, terminal via xterm.js.
Requires Node.js, Rust (MSVC toolchain) and the Tauri prerequisites.
npm install
npm run tauri dev # run in dev
npm run tauri build # produce a release buildWarning
The release build is not code-signed, so Windows SmartScreen may warn on first launch. Click More info β Run anyway β or build it yourself from source above.
MIT Β© 2026 tglagcs