Installation
Your agent installs the CLI with a single command:Exploring commands
To see every available command, run:Command reference
The skill and MCP server
Whennowrun init is run, it installs two key components:
- The nowrun skill — teaches your AI agent about all available CLI commands and how to use them.
- The MCP server — gives your agent a structured, machine-readable interface to the CLI so it can invoke commands reliably and handle outputs correctly.
Because the CLI is agent-driven, the full command surface is intentionally discovered at runtime. Your agent uses
nowrun help and the MCP server to learn what’s available — this means the agent always uses the latest commands.Next steps
- nowrun init — Authenticate the CLI and install the skill + MCP server.
- nowrun deploy — Deploy an Android APK to a live, browser-accessible URL.