Requirements
Before installing, make sure you have the following:
- Python 3.8+ — check your version with
python --versionorpython3 --version - pip — check with
pip --version
Install
Run the following command to install the nowrun CLI:Verify the install
Confirm the CLI is installed and explore available commands:The skill and MCP server
Runningnowrun login after install does more than authenticate — it installs the nowrun skill, which teaches your agent the full set of available commands, and registers the hosted nowrun-docs MCP server so the agent can read the docs while it works. At any point, your agent can run nowrun help or nowrun <command> -h to self-discover the current command surface without needing static documentation.
Next: Authenticate the CLI

