Most remote solutions I've seen require installing a server or relay on your machine. Moshi is just an app — SSH/Mosh into your Mac/PC/Sandbox and you're done.
The use case isn't really "I need to get back to my computer." It's more like: - I'm curious how the agent is doing on that refactor - I want Claude Code to research something for me (it knows my codebase, unlike a fresh chatbot) - I have an idea and want to tell the agent before I forget
I just type what I want — or speak it. Whisper transcribes locally, I hit send, done.
Whenever I open the app, it's ready. Connection stays alive — no tmux attach every time. Uses Mosh protocol so sessions survive wifi switches, phone sleep, walking between rooms.
Technical bits: - Native iOS (React Native + Expo) - libmosh/libssh2 - Whisper.cpp for speech-to-text (runs locally, no cloud) - Face ID for key protection
No subscription, no server install, no cloud relay.
Testflight: https://testflight.apple.com/join/yApyT263
I know there are similar solutions, but Moshi is the first I've seen that doesn't require additional software on your Mac or rewire how data passes through (web relays, proxy servers, etc).
Happy to answer questions here or on Twitter: @odd_joel