Remix.run Logo
mmh0000 4 hours ago

I generally use iSH[1] for my iPhone to Linux needs. Specifically, I like it because it's a standard Linux distribution with OpenSSH. Meaning all the things work like sftp, ssh, tunnels, and local clients like `mysql` tunneled through ssh

[1] https://apps.apple.com/us/app/ish-shell/id1436902243

varenc 4 hours ago | parent | next [-]

I use iSH too and love that I have all my standard CLI tools available, or can just install ones I want.

But using the ssh client in iSH to interact with TUI interfaces is a less than optimal experience. Many nice UI affordances that something like Terminus provides are lacking. Like using swipes as input, key management tools, or using location monitoring as a trick to keep it running in the background. Definitely excited to check out this new Echo client.

ssgodderidge 4 hours ago | parent | prev [-]

I also love iSH. However, I haven't been able to run agents directly from my phone on it like I would hope.

I spent a few hours trying to get GitHub Copilot CLI or Claude Code installed only to discover that the version of Node is pegged to 14, which prohibits installation of several of these tools via NPM.

Has anyone had success with this? I'd love to see the packages updated to support later versions