HI
Get it
Hitman_Setup_0.9.1.exe
85.3 MB · SHA-256 b7b7a0d09c7c…
If you've already added the repository, just run:
sudo apt install hitman
First-time setup (add repository)
sudo tee /etc/apt/sources.list.d/colaapps.list > /dev/null <<'EOF' deb [trusted=yes] https://colaapps.com/repo stable main EOF sudo apt update sudo apt install hitman
About
Hitman — SSH Connection Manager
Hitman is a desktop + web SSH manager: encrypted key/password storage, grouped
connections, xterm.js terminals with split panes, jump hosts, and a from-scratch
custom shell (hsh). Login with DoIt SSO (id.thework.cloud) or an offline password.
Download
- Windows:
Hitman Setup 0.9.1.exe— per-user NSIS installer (no admin needed). Data lives in%APPDATA%\Hitman\data; a system-tray icon starts the local web service automatically. The web UI is also reachable athttp://localhost:9021.
What's new in 0.9.1
- hsh Tab completion — command and file/path completion in the custom shell.
- Terminal auto-focus — the focused pane's terminal grabs the cursor on open.
- Per-pane tab headers + tab-bar badges — see which tab is active in which pane.
- Pane distribution fix — dual tabs on load now fill separate panes instead of "moving together."
- Multi-execution / broadcast input (
Ctrl+Shift+B) — mirror every keystroke to all visible panes and detached windows; amber ring indicates broadcast is live. Session-only, off by default. - hsh Windows-path fix —
cd Documents\Code\orgno longer eats backslashes. - Encryption-secret durability — stored SSH keys/passwords survive an accidental
secrets.jsonloss (backup mirror + auto-restore), and startup never bricks on a missing secret.
Since 0.9.0
- Custom Hitman Shell (
hsh) — a real Rust scripting shell (pipelines, redirects, globbing,$()/$VARexpansion,if/for/while/case, functions,~/.hshrc). The$_ Hitman Shellbutton openshshdirectly — not PowerShell, not a picker. - User Settings suite — server-synced per-user preferences (theme, font, scrollback,
right-click mode, default shell, reconnect); open with the gear icon or
Ctrl+,.