by Mohit-Patil
Control Codex from your phone
# Add to your Claude Code skills
git clone https://github.com/Mohit-Patil/clawdex-mobileRun Codex or OpenCode from your phone. clawdex-mobile ships the bridge CLI plus bundled Rust bridge binaries for supported hosts, and the mobile app pairs to that bridge over Tailscale or local LAN.
This project is for trusted/private networking only. Do not expose the bridge publicly.
Before you start:
gitcodex in PATH for the default Codex flowopencode in PATH if you want the OpenCode flowInstall the mobile app:
Install the CLI and start the bridge:
npm install -g clawdex-mobile@latest
clawdex init
Then open the mobile app and connect using the printed bridge URL/token or pairing QR.
clawdex init now writes config, starts the bridge in the background, and returns you to the shell. Bridge logs go to .bridge.log.
The npm package is bridge-only. It does not install Expo or the mobile source tree. On supported macOS, Linux, and Windows hosts it uses bundled bridge binaries, so normal startup does not compile Rust. The current interactive setup helpers are still macOS/Linux-oriented.
Typical operator flow:
npm install -g clawdex-mobile@latest
clawdex init
clawdex stop
OpenCode is supported directly from the CLI now.
npm install -g opencode-ai
npm install -g clawdex-mobile@latest
clawdex init --engines codex,opencode
That writes BRIDGE_ENABLED_ENGINES=codex,opencode to .env.secure, so the mobile app can control both harnesses from one bridge.
Notes:
clawdex init without flags now lets you multi-select harnesses in the wizard with Space, then Enter to continue.clawdex init --engine codex or clawdex init --engine opencode if you want a single-harness setup.clawdex init --engines codex,opencode if you want both non-interactively.If you are working from source:
npm install
npm run setup:wizard
npm run mobile
For an OpenCode-first repo checkout:
npm run setup:wizard -- --engine opencode
Use npm run setup:wizard -- --no-start if you only want to write config.
clawdex init [--engine codex|opencode] [--engines codex,opencode] [--no-start]clawdex stopclawdex upgrade / clawdex updateclawdex versionnpm run setup:wizardnpm run secure:bridgenpm run mobilenpm run iosnpm run androidnpm run stop:servicesnpm run teardownNo comments yet. Be the first to share your thoughts!