A real shell.
In your pocket.
hsh is a fast, bash-compatible shell — now running natively on iOS and Android. The same commands, scripts, and muscle memory you already have, in your pocket.
Questions? Join the Discord →Your scripts just run
Pipes, globs, functions, redirections, job control — the way they behave on your laptop. Held to the letter of POSIX: 0 failures against the modernish torture suite.
A terminal for your thumbs
Extra Keys — Esc, Ctrl, arrows, pipe — one tap above the keyboard. Long-press to select; tabs for parallel shells; split panes on iPad. Built for mobile.
Edit and run
Runs entirely on your iPhone. A built-in editor — cozy — lets you edit files, not just run commands. Fast, offline, private; nothing is phoned home.
Your sessions live on your machine
The daemon that owns your session — argod — keeps your phone and your machine connected, even when the link drops. SSH in from iPhone or iPad, attach, and your long-running work is safe.
Drop it on a server:
$curl -L https://github.com/takakix2/argod/releases/latest/download/argod-linux-x86_64.tar.gz | tar xz $./argod & # then, from any shell: argo attach work