Ask HN: How do you AI code from your phone?
7 points| splitbrain | 1 month ago
What I tried:
An ssh terminal app on my phone. This works, but a TUI interface is far from what I would call "comfortable" on a mobile phone.
Happy Coder (happy.engineering) promises to be the solution but I found it rarely works reliably, it can't deal with claude's new question format and (judging from issues and discussions) seems a bit abandoned.
Ideally I would want something selfhosted with a mobile optimized web interface that let's me start different coding sessions (bonus points if each session runs in its own docker container). Important would be that I am not just being dropped into a console but that the interface is actually optimized for phone use.
What are you using to control coding agents on the go? Did I miss an obvious choice?
marxism|1 month ago
Planning to release this week (clean out about 100 issues and pulls in 20 of the 30 open PRs). Would love for you to give it another shot once the update drops. And if you hit issues, we're actually responding to them now :)
Importantly for you Leeroy has created a single statically linked binary for self-hosting in this release, no more docker-compose with postgres, redis, node, minio.
Here are the minutes from the the contributor meeting today; I think you'll find your problems addressed:
Jan 25, 2026
mcfratty|1 month ago
ec109685|1 month ago