Skip to content

Installation

Get set up with the Dreadnode CLI and TypeScript SDK in minutes.

  • Node.js 20+

The CLI gives you the dreadnode binary for interactive workflows and slash commands.

Terminal window
npm install -g @dreadnode/agents

Verify the installation:

Terminal window
dreadnode --version

If you only need the SDK (or want per-project versioning), install the library locally:

Terminal window
npm install @dreadnode/agents
  • CLI: dreadnode for interactive workflows and authentication.
  • SDK: @dreadnode/agents for building and running TypeScript agents.