Browse documentation

Start

Installation

Install the CLI, harness, and TypeScript SDK.

Packages

PackagePurposeRuntime
phone-useCLI, MCP, agent loop, maps, skills, viewer, tracesBun 1.3+
@phone-use/sdkTyped lifecycle and observe/act APINode 22+ or Bun

Install the CLI

bashphone-use
bun add --global phone-use
phone-use --help

For a project-local install, use bun add phone-use and invoke commands with bunx phone-use.

Install the SDK

bashphone-use
npm install @phone-use/sdk

Choose a device

bashphone-use
phone-use mcp --device launch
phone-use mcp --device connect
phone-use mcp --device <simulator-udid>