Documentation
README
mobilevc-installer
Install and run MobileVC for the user. The user's dev machine becomes the Claude Code backend; the phone runs the official client app and connects to it over LAN or through the public Relay flow.
GitHub: https://github.com/JayCRL/MobileVC npm: https://www.npmjs.com/package/@justprove/mobilevc
What you do
Run these steps in order. Stop and report to the user as soon as anything fails.
Step 1 — Preflight
Before installing, check the environment. Run these commands and confirm:
node --version # require >= 18.0.0
npm --version
If node is missing or older than 18, STOP and tell the user how to install Node.js (brew install node, nvm install 20, or https://nodejs.org). Do NOT proceed.
Step 2 — Install the npm package
This is the opening of the README. Read the full README on GitHub.