▲ | christiangenco 4 days ago | |||||||
I'm with you on desktop but I've been craving some sort of way to interact with Claude Code from my phone while I'm out and about. What I want at the core is to be able to open up access to my laptop's currently running Claude Code instance (without all these hacky backdoors that fork the chat with every message by using `--print`; I want a first class API that lets me append messages to the current chat), then I want to be able to send messages (with voice transcription) and approve/deny permissions and see the code diffs and all of that. Maybe something like a Telegram bot? I had hopes for Claude Code UI[1] but the web interface is too clunky on mobile. | ||||||||
▲ | phren0logy 4 days ago | parent | next [-] | |||||||
I have been using VibeTunnel from the iPad. Probably not good for a phone, but on a slightly larger screen it's great. The tailscale integration makes it super easy. | ||||||||
| ||||||||
▲ | resonious 4 days ago | parent | prev | next [-] | |||||||
I use Termux and ssh for this. Plus Zellij/tmux. Classic stuff I used to do for regular dev back 10 years ago. My phone also can build and run many projects on its own so I often don't even connect to the laptop. | ||||||||
▲ | kelnos 4 days ago | parent | prev | next [-] | |||||||
What's your use case / use need for this flow? Personally I really do not want to do this sort of thing from my phone. I just can't see "coding" from my phone as anything but clunky and unpleasant, even with an assistant. (Not to mention that if I only have my phone, I'm probably out doing something where I don't want to be working...) | ||||||||
| ||||||||
▲ | greggh 4 days ago | parent | prev | next [-] | |||||||
This showed up on Hacker News a few daysd ago: | ||||||||
▲ | dkdcio 4 days ago | parent | prev [-] | |||||||
use Termius (shell client for iOS devices). put your phone and laptop/desktop on the same VPN. SSH in, use Claude Code normally from anywhere |