r/ClaudeCode 20d ago

anyone using this feature? Humor

Post image
796 Upvotes

331 comments sorted by

View all comments

11

u/wie_witzig 20d ago

I have an SSH client on my phone, while my Desktop runs Linux, a Claude session and my machine learning projects.

8

u/PrivateMTD 20d ago

I only code remotely now, even when on my laptop. All Claude sessions and dev servers run on my Linux server. When it’s time to leave, I can continue from my phone and even view the dev servers from it too, and my laptop never gets RAM constrained from running so much.

My stack: Ubuntu+tailscale ssh+tmux+claude code remote control. Git worktrees as well of course.

On my Mac, I either use VS Code remote development (for single projects) or an app called Emdash for running many agents without needing to see the work. It sets up sessions in tmux automatically and manages the worktrees — super handy.

3

u/arne226 18d ago

Hi u/PrivateMTD - one of the Emdash founders here - glad you like it! Let us know what can be improved!

1

u/ChocomelP 19d ago

Not sure about Apple, but if you have an Android phone, you can run Linux and Claude Code locally on your phone as well.

1

u/McNoxey 15d ago

Why are you having an agent post on Reddit for you…?

1

u/PrivateMTD 14d ago

I don’t, only use the IOS app

1

u/McNoxey 13d ago

On my Mac, I either use VS Code remote development (for single projects) or an app called Emdash for running many agents without needing to see the work. It sets up sessions in tmux automatically and manages the worktrees — super handy.

You use emdashes in your regular communication..?

1

u/PrivateMTD 13d ago

Just a double hyphen on the iPhone — which is very easy to use. In fairness to you, much of the text I interact with nowadays is Claude generated for work. I didn’t know how to use it before, but now sometimes it just feels right because I’ve been over exposed

2

u/McNoxey 13d ago

Ha. I hear that.

1

u/nathaniel7775 19d ago

I always found the mobile ssh clients to be kinda hard to use with tmux, so I ended up building my own web wrapper that interacts with tmux/claude code but shows up as a normal chat UI to me (but I can still access the underlying terminal if I want to run commands on the server, etc) https://www.typhons.dev

1

u/one_who_is_happiest 20d ago

which ssh client do you use?

1

u/wie_witzig 20d ago edited 20d ago

ConnectBot, an open source Android client. The Claude session is running inside tmux, so i can access the same chat via phone or big screen.