A mobile client for OpenCode.
It's only runnable by pairing it with the Expo Go app for now. I might publish it to TestFlight in the near future.
You need opencode-tunneler on the machine where you're running OpenCode. Run it on a directory you want to access through MobileCode and scan the resulting QR code from the projects screen.
IMPORTANT: I host an instance of godig at godig.xyz. It's what allows proxying your local opencode server publicly. You can either host your own instance (there's a fly.toml on the repo if you're okay with using fly.io) or reach out to me for an API key.
-
Install dependencies
npm install
-
Start the app
npx expo start
-
Scan the QR code on your phone with Expo Go