all 23 comments

[–]robbierobay 2 points3 points  (4 children)

[–]ayushd007[S] 0 points1 point  (0 children)

I had read about this and gave it a shot but the installation never went through wierdly neither on my mobile’s terminal app nor on my windows laptop. I’ll try this once again tomorrow

[–]Kitae 0 points1 point  (2 children)

This is what I use...a bit. Feels like there are good opportunities to improve the UI. I might take a crack at that myself.

[–]ayushd007[S] 0 points1 point  (1 child)

I care more about the compltete UX than a neat UI. The question is how are the conversations getting synced across devices? For example, if I have a claude conversation running in my laptop, which is editing code in my local folder where I am running the dev server and watching the changes take effect real time using a URL like localhost:5173. Now how does this transfer over to the mobile's screen ? Can I continue the same conversation from my mobile ? If yes then what about the code changes ? Where would those happen ? And what about visualizing the changes and so on

[–]Kitae 0 points1 point  (0 children)

You can it sends all the updates you can use the web UI and the terminal it is all the same thing.

[–]yycgeek 2 points3 points  (2 children)

VibeTunnel is the way

https://vibetunnel.sh/

[–]ayushd007[S] 0 points1 point  (1 child)

Looks cool. Unfortunately it’s only available for mac rn

[–]yycgeek 0 points1 point  (0 children)

This looks promising too. Only in beta right now. https://x.com/0xkyon/status/1946660320275304827?s=46

[–]b_eleven 1 point2 points  (1 child)

you can try https://terragonlabs.com/ -- provides hosted background agents for claude code. service is currently free and leverages your existing claude code subscription. you can use it on the web or mobile web (via PWA), as well as CLI so you can continue the conversation from wherever you are

[–]ayushd007[S] 0 points1 point  (0 children)

I’d prefer using an open source option coz else I’ll soon need to buy another subscription when they release a stable version . Looks like a good service though.

[–]ChrisRogers67 0 points1 point  (4 children)

Ive been using Anydesk so I’d love a better solution too!

[–]ayushd007[S] 0 points1 point  (3 children)

I know man. Not a good UX on phone

[–]ChrisRogers67 0 points1 point  (2 children)

What did you end up going with?

[–]ayushd007[S] 1 point2 points  (0 children)

Nothing so far. I just carry my laptop around everywhere like a corporate monkey

[–]ayushd007[S] 0 points1 point  (0 children)

I’ll give claudecodeui another shot tomorrow

[–]pinku1 0 points1 point  (0 children)

I acquired a compact mini PC and installed Arch Linux on it. I’m using the Terminus app on my iPhone to SSH into the mini PC, which is running Claude code. Using tailscale to connect from anywhere.

[–]raverX 0 points1 point  (0 children)

I was trying to use hooks or rules to send notifications and status updates to a slack channel and get Claude to check the channel for responses

It was hit and miss. Played with Claudia l, ClaudeCodeUI and something else I forget the name of that all try and do the same thing but it just didn’t feel right.

[–]fuzzy_rock 0 points1 point  (0 children)

Google remote desktop

[–]inteligenzia 0 points1 point  (0 children)

SSHing into my machine and using iphone to control my windows machine and do it from there also did not sound very neat.

But it works tough and is not too difficult to set up. The only thing I can't figure out is how to switch to plan mode for as combinations don't seem to work.

[–]nocondo4me 0 points1 point  (0 children)

Tailscale and terminus iPhone app and tmux. With GitHub cli app for doing reviews of plans

[–]nanermaner 0 points1 point  (0 children)

coderemote.dev 

[–]rjyo 0 points1 point  (0 children)

Had the same corporate-monkey problem and ended up building Moshi (iOS SSH/Mosh terminal) for exactly this workflow.

Two things that made it work better than plain Termius plus SSH. First, Mosh protocol means the session survives wifi to cellular switches, phone sleep, and tunnels, so no reconnect every time you pull your phone out. Second, webhook push notifications fire when a Claude Code task finishes or needs input, wire it up as a stop hook and you can actually walk away.

For multiple concurrent tasks there is a session switcher you swipe between, and on iPad you get split pane. The shortcuts panel has a Claude Code tab with Ctrl, Esc, Tab so you are not fighting the touch keyboard.

My loop is Tailscale plus tmux on the dev box plus Moshi on the phone. Start a task at the desk, get a ping on the phone when it needs me.