> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dari.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Install the Dari CLI

> Install the CLI for managing Dari routers from your terminal.

Install the Dari CLI on macOS or Linux:

```bash theme={null}
curl -fsSL https://raw.githubusercontent.com/mupt-ai/dari-cli/main/install.sh | bash
```

Then sign in:

```bash theme={null}
dari auth login
```

The CLI can create routers from YAML, inspect router details, manage API keys, and send requests. Run `dari --help` to see all available commands. Run `dari --skill` to print the bundled managed-router instructions for a coding agent.

* [Router Quickstart](/router/quickstart)
* [Create A Router](/router/create-a-router)
* [CLI Repository](https://github.com/mupt-ai/dari-cli)
