A professional SSH and Telnet client with its own terminal engine, custom keyboard system, and zero-knowledge vault encryption. Built for people who live in the terminal.
A custom terminal engine and keyboard system designed specifically for mobile SSH work.
Full VT100/VT220/xterm parser with VT52 compatibility mode. 256-color and 24-bit truecolor, alternate screen buffer, bracketed paste, mouse reporting. All vttest conformance tests passing.
Canvas-rendered, JSON-driven layouts with QuickBar, app shortcuts for vim/nano/tmux/screen, modifier keys, language packs, and a mini numpad with NumBlok toggle.
Full file manager with multi-select, batch delete, hidden file toggle, breadcrumb navigation. Each SFTP tab runs its own independent SSH connection.
Argon2id key derivation + AES-256-GCM encryption. Passwords in EncryptedSharedPreferences. Private keys never in plaintext. Zero-knowledge by design.
Local, remote, and dynamic SOCKS5 tunnels. Configured per connection, auto-activated on connect. Full RFC 1928/1929 SOCKS5 compliance.
SSH with multi-hop jump host chains and cycle detection. Telnet for legacy systems — direct or tunneled via SSH jump host for secure access to older infrastructure.
Catppuccin, Dracula, Nord, Tokyo Night, Solarized, Gruvbox, and more. JetBrains Mono, Fira Mono, Cascadia, Hack. Per-connection theme overrides.
Multiple simultaneous SSH, Telnet, and local shell sessions with tab switching, auto-reconnect, disconnect notifications, and session recovery.
Four independent security audits. OWASP-aligned. Every layer hardened.
JNI native crypto with volatile secure_zero on all sensitive memory. Compiler hardened with -fstack-protector-strong.
Trust-on-first-use with algorithm-prefixed fingerprints. Default REJECT when no UI handler. Key change alerts with user confirmation.
AES-256-GCM for values, AES-256-SIV for keys. Private SSH keys never in Room DB or plaintext. Password CharArrays zeroed after use.
Cleartext traffic disabled globally. No custom certificate authorities. Paste sanitization prevents escape injection attacks.