Color-coded command blocks. CLI-first workflow.
Your keys stay in your keychain. Your config syncs to your repo.
Every Enter keystroke opens a new block. Each block gets a unique color bar on the left edge — generated by golden-angle HSL rotation (137.508°), guaranteeing infinite non-colliding hues.
Scroll through thousands of lines and instantly see where each command starts and ends. No parsing, no prompt detection, no remote dependency — pure client-side xterm markers.
Golden angle: each hue = previous + 137.508°
The bundled CLI reads the same SQLite database as the desktop app. Create a profile in the GUI, rssh open prod from your terminal. No sync, no export — they share one source of
truth.
One-click install from Settings. Auto-configures shell completions for zsh, bash, fish, and PowerShell.
Secrets live in your platform keychain. You decide per credential what syncs to remote. And "remote" means your own private GitHub repo — not our servers. We don't have servers.
save_to_remotePrivate keys and passwords stored in your OS keychain. Never written to disk unencrypted. Android falls back to encrypted SQLite.
Each credential has a save_to_remote toggle. Production root key? Keep
it local. Dev password? Let it sync.
Sync target is your own private GitHub repo. Payload encrypted before upload. We have no servers, no accounts, no telemetry.
~/.ssh/config
Free and open source. MIT license.