> ## 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. It can also configure and launch installed coding agents through your default router while forwarding their native arguments:

```bash theme={null}
dari --claude
dari --codex
dari --pi
```

Run `dari --help` to see all available commands. Run `dari --skill` to print the bundled managed-router instructions for a coding agent.

* [Use Claude Code](/router/coding-agents/claude-code)
* [Use Codex](/router/coding-agents/codex)
* [Use Pi](/router/coding-agents/pi)
* [Router Quickstart](/router/quickstart)
* [Create A Router](/router/create-a-router)
* [CLI Repository](https://github.com/mupt-ai/dari-cli)
