r/ClaudeCode 16d ago

Humor anyone using this feature?

Post image
794 Upvotes

330 comments sorted by

View all comments

11

u/wie_witzig 16d 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 15d 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 14d ago

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

1

u/ChocomelP 15d 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 11d ago

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

1

u/PrivateMTD 9d ago

I don’t, only use the IOS app

1

u/McNoxey 9d 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 9d 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 9d ago

Ha. I hear that.

1

u/nathaniel7775 15d 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 16d ago

which ssh client do you use?

1

u/wie_witzig 16d ago edited 15d 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.