Start
Installation
Install the CLI, harness, and TypeScript SDK.
Packages
| Package | Purpose | Runtime |
|---|---|---|
| phone-use | CLI, MCP, agent loop, maps, skills, viewer, traces | Bun 1.3+ |
| @phone-use/sdk | Typed lifecycle and observe/act API | Node 22+ or Bun |
Install the CLI
bun add --global phone-use
phone-use --helpFor a project-local install, use bun add phone-use and invoke commands with bunx phone-use.
Install the SDK
npm install @phone-use/sdkChoose a device
phone-use mcp --device launch
phone-use mcp --device connect
phone-use mcp --device <simulator-udid>