>_hsh
Now in beta · iOS & Android

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 →
One shell, everywhere
Available now iOS · iPadOS · Android Coming soon Linux · macOS · Windows
9:41◍ ▮▮▮
Shell 1 +
mobile@localhost:~ uname -sm
Darwin arm64
mobile@localhost:~ for f in *.md; do echo "· $f"; done
· README.md
mobile@localhost:~ greet=hey; echo "$greet, it runs"
hey, it runs
mobile@localhost:~
EscTabCtrl|CopyPaste
bash, faithfully

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.

made for touch

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.

yours, on device

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

Keep it running across reboots →

Tarballs — Linux x86_64 · macOS arm64 · SHA256SUMS · v0.1.0