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 init -t <token> after install does more than authenticate — it also installs the nowrun skill and MCP server. These teach your agent the full set of available commands. 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 with your token