flâneur

Claude Code On-The-Go - granda

granda.org · 605 words · saved by 4 readers

Running six Claude Code agents in parallel from an iPhone. A cloud VM, Tailscale, mosh, and push notifications enable async development from anywhere.

2026-01-02 · 3 min read I run six Claude Code agents in parallel from my phone. No laptop, no desktop—just Termius on iOS and a cloud VM. The Setup flowchart LR A[Phone] -->|Termius + mosh| B[Tailscale VPN] B --> C[Vultr VM] C --> D[Claude Code] D -->|PreToolUse hook| E[Poke webhook] E -->|Push notification| A The loop is: kick off a task, pocket the phone, get notified when Claude needs input. Async development from anywhere. Infrastructure A Vultr VM in Silicon Valley: SpecValue Instancevhf-8c-32gb Cost$0.29/hr (~$7/day when running) AccessTailscale-only (no public SSH) I pay…

saved by

related reading