Skip to main content

Installation

Requirements

  • Node.js 18 or later

Install globally

npm install -g @dria/cli
Verify:
dria --version

Use without installing

You can run any command directly with npx:
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:
dria init
See Wallet & Credits for the full setup.