I kept starting Claude Code sessions on my dev machine, leaving my desk, and having no way to check on them from my phone.
So I built HQSSH — a mobile SSH app with a small Go daemon (hqsshd) that runs on your remote systems. It discovers your git repos, detects which AI tools are installed, and lets you launch them in the right directory with one tap. Sessions persist across disconnects and devices.
Everything goes over SSH — no cloud relay, no account, no extra ports.
notgelotto•1h ago
So I built HQSSH — a mobile SSH app with a small Go daemon (hqsshd) that runs on your remote systems. It discovers your git repos, detects which AI tools are installed, and lets you launch them in the right directory with one tap. Sessions persist across disconnects and devices.
Everything goes over SSH — no cloud relay, no account, no extra ports.
Daemon is open source: https://github.com/Gelotto/hqsshd