Talk to your servers
in plain English.

An AI-native SSH client for iPhone, iPad, and Mac. Ask in natural language, get shell commands. No more man pages.

๐ŸŽ Download on the App Store ๐Ÿ™ View on GitHub

iPhone ยท iPad ยท Mac ยท Free tier with daily AI quota

prod-server.example.com โ€” SSHed
$ df -h /var/log
Filesystem Size Used Avail Use%
/dev/sda1 20G 19G 1.0G 95%
 
โœฆ You: Why is /var/log almost full and how do I fix it safely?
โœฆ AI: Likely runaway logs. Find the biggest files first:
  sudo du -sh /var/log/* | sort -h | tail -10
โœฆ Then truncate (don't delete โ€” services may hold open handles):
  sudo truncate -s 0 /var/log/<file>
[ Tap to send to terminal โ€” never auto-runs ]

Built for engineers who think in English.

Native Swift. Zero electron. Same battery life as Mail.app.

โœฆ

Plain-English commands

Type "find the biggest files in /var" โ€” get a working du command. Tap to run, never auto-execute.

๐Ÿ”

Read terminal output for you

Hit "Explain Output" โ€” the AI summarizes what just happened and suggests the next step. Stack traces, build failures, log dumps.

โšก

Quick Commands + TOTP

Save reusable commands. One-tap TOTP buttons generate 6-digit codes for bastion logins. Local Keychain.

๐Ÿ”‘

SSH key management

Generate ed25519 keys on device. Copy public key to authorized_keys. Private key never leaves your Keychain.

โ˜๏ธ

iCloud sync

Hosts and favorites sync across iPhone, iPad, Mac. Credentials stay local unless you opt in per-host.

๐Ÿ›ก๏ธ

Privacy-first

No analytics SDKs. No ads. No telemetry. Server hostnames and credentials never leave your device unless you say so.

๐Ÿ”’ Your servers, your secrets.

SSH credentials live only in your iOS Keychain. Server hostnames and IPs are never sent anywhere. The AI sees only what you choose to share โ€” a question you typed, or output you explicitly asked it to read.

Read the full privacy policy โ†’

Simple pricing.

Free tier ships with the App Store release. Pro tier follows.

Free

$0
  • Unlimited SSH connections
  • Unlimited Quick Commands + TOTP
  • iCloud sync across devices
  • 10 AI calls per day