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

# Installation

> Install the Dria CLI and verify it's working.

# Installation

## Requirements

* **Node.js** 18 or later

## Install globally

```bash theme={null}
npm install -g @dria/cli
```

Verify:

```bash theme={null}
dria --version
```

## Use without installing

You can run any command directly with `npx`:

```bash theme={null}
npx @dria/cli generate -m qwen3.5:9b "hello"
```

## What's next

After installation, you need to create a wallet and register with the network:

```bash theme={null}
dria init
```

See [Wallet & Credits](/docs/quickstart/wallet-and-credits) for the full setup.
