// features
Everything Konsolity does.
An SSH client built for real life: networks that drop, ten servers or two hundred, a phone on the train and a Mac at the office.
// sessions
Sessions
Resilient tabs
A tab is separate from its transport. Automatic reconnection with progressive backoff, buffer kept, tmux or screen session reattached on a socket dedicated to Konsolity.
Several paths per host
LAN, mDNS, Tailscale, public address, relay. A race between paths, the first to answer wins; on mobile data the local network is skipped. “Connect via…” forces a path.
Live progress
Above the terminal, every path tried, how long, why it failed, then the SSH stages. No mystery about what blocks.
Kept sessions
Closing a tab does not kill the session: it stays under “Kept sessions” and resumes here or on another device of the account.
Links
From a server, reach other hosts of the vault without copying a key: ephemeral SSH agent, revoked on close.
Several sessions per host
Right click, tab menu or Parc: open as many sessions as needed on the same server, with markers of the open ones.
// terminal
Terminal
Full xterm
True colour, mouse wheel in tmux, precise selection, triple click, Shift+click, Alt+click, copy and paste, text zoom.
Key bar on phones
Esc, Tab, Ctrl, Alt, arrows, Enter and your favourites above the keyboard, a compose line for long commands.
Local terminal
A “This device” tab with the machine's shell, shared between your devices: the session started on the Mac resumes from the iPad.
Snippets and forwards
Saved commands with tags, local and remote port forwards, known hosts, connection logs.
Cmd+K palette
A host, user@host:port, a snippet, a theme: two keystrokes.
Fifteen themes, sixteen palettes
Light, dark, OLED. Green, amber and red stay reserved for the state of the link.
// studio
Studio
Remote code editor
SFTP explorer, tabs, highlighting for 60 languages, search and replace, atomic save, conflict detection, local folders too.
Run, debug, reindent
Cmd+↵ saves and runs the file on the host with the output under the code; the language's debugger opens in the terminal; Cmd+Shift+I reindents the whole document.
Files
Full manager: permissions, drag and drop, rename, reversible server-side trash, download, upload.
Databases
MySQL, MariaDB, PostgreSQL through an SSH tunnel: schema, sortable and editable grid, WHERE filter, SQL console with history, structure, users.
GitHub
Personal token in the vault, clone locally or on a host, open straight in the editor.
Remote terminal
From the iPhone or iPad on 4G, a terminal on any computer of the account, through a blind relay. Live mirror on the computer.
// account and security
Account and security
End-to-end encrypted vault
Argon2id, XChaCha20-Poly1305, recovery key. The server can neither read nor reset your vault.
Sync
Every device keeps a copy; conflicts keep both versions; tombstones prevent resurrections.
Two-factor authentication
TOTP with backup codes, required for a second device, remote access and the Claude connector.
App lock
Face ID, Touch ID or master password when the app comes back, content masked.
Claude connector
Claude reads hosts, sessions and snippets; every command waits for your approval in the app, or a standing permission you choose.
Explicit updates
Every version is announced in the app with its full notes; nothing installs by itself.