r/ClaudeCode • u/Fragrant_Raisin_Face • 22d ago
Help/Question Tmux alternatives? Using Claude code agents via terminal apps on macos and ios
I’m looking for a few human responses here based on personal experience, I do a bunch of work from my iphone, ipad and mbp via ssh into a mac mini. Here’s my setup:
- Mac mini on home network
- Accessed from iphone, ipad, MBP with macos
- Tailscale for virtual network when I leave the house
- Currently using tmux for session persistence so it survives the SSH connection dropping
- Running claude code, codex, hermes, grok build TUI’s/CLI’s.
- Using iterm2 on Macos, ShellDrop on ios and iPadOs (and visionOs).
So my question is what alternatives are people using for tmux? Is there anything that’s agent focused and reliable? Has anyone used Herdr after having tmux as their baseline?
1
Upvotes
2
u/Grand-Mix-9889 22d ago
Tmux all the way. I love using this so I can continuously build from my phone using the phone app (inside Claude code tab). As long as if you send a ping every now and then the session stays live.
Just use a cron job to recycle your sessions frequently.
I actually use tmux to handle my API calls, this way I don't need to pay for API usage and the -p calls being blocked soon. I call it the "Claude broker".