Desktop Client / Windows & Linux / Offline-First

Native transport SSH client with continuous infrastructure telemetry.

Built on Erlang/OTP transport, OS credential stores, xterm.js terminal emulation, and zero telemetry. Completely functional in air-gapped environments without external accounts.

target: cluster-primary (10.240.0.12:22)
active (publickey: ed25519)

$ ssh-client connect cluster-primary

[keychain] Retrieved key credentials from Windows Credential Manager (id_ed25519)

[hostkey] Verified server fingerprint SHA256:4aK9W1Fm8Dq7...

Linux cluster-primary 6.8.0-45-generic x86_64 SMP

CPU Utilization
12.8% 8 cores
Memory Allocated
4.1 GB / 32 GB
Disk Storage
38% nvme0n1
System Load
0.24 0.19 0.15

user@cluster-primary:~$ systemctl status docker --no-pager

Active: active (running) since Thu 2026-09-03 04:12:00 UTC; 2 days ago

user@cluster-primary:~$

Architecture Invariants

Design decisions prioritizing security and minimal overhead

01 / TRANSPORT

Erlang Native :ssh Engine

Eliminates reliance on external ssh binaries or OpenSSH-for-Windows. Connects directly via OTP :ssh_connection in BEAM memory.

02 / CREDENTIALS

OS Credential Stores

Secrets never touch plaintext configs. Direct integration with Windows Credential Manager and Linux Secret Service (libsecret) with memory-only passphrase caching.

03 / RESOURCE EFFICIENCY

Focus-Aware Polling

Background hosts dynamically throttle telemetry checks. Non-interactive exec channels are used for metrics rather than holding open idle PTY shells.

Technical Specifications

Runtime capabilities and subsystems

Subsystem Implementation Supported Platforms
Interactive Terminal xterm.js container bridged over Phoenix Channel to Erlang PTY session with resize and bracketed paste Windows 10/11, Linux x64
Host Management OpenSSH ~/.ssh/config auto-importer, user@host:port quick parser, ranked fuzzy search Cross-platform
Host Key Verification Reject-by-default on fingerprint mismatch with visual diff accept/reject dialog Cross-platform
Remote Operations One-click systemd unit, Docker container, and PM2 process actions + live journalctl tailing Linux remote targets
TUI Fallback Native ssh-client-tui CLI script adapted for Windows Terminal and Linux VT consoles Windows Terminal, Linux VT

Download Standalone Releases

Precompiled bundles for Windows x64 and Linux x64 (v0.0.1).