Installation
Get set up with the Dreadnode CLI and Python SDK in minutes.
Quick install
Section titled “Quick install”Install with one command:
curl -fsSL https://dreadnode.io/install.sh | bashThe installer chooses the best available method (uv or pipx) and installs the dn CLI plus Python SDK.
System requirements
Section titled “System requirements”- Python 3.11+
Install the CLI and SDK
Section titled “Install the CLI and SDK”The Python package installs the SDK and the dn (alias: dreadnode) CLI for interactive workflows and slash commands.
pip install dreadnodeOr with uv:
uv tool install dreadnodeVerify the installation:
dn --helpUpdating
Section titled “Updating”The TUI will notify you when a new version is available. Run /update inside the TUI or press F9 to upgrade.
You can also update manually:
# If installed via uvuv tool upgrade dreadnode
# If installed via pipxpipx upgrade dreadnode
# Or re-run the install scriptcurl -fsSL https://dreadnode.io/install.sh | bashWhat you get
Section titled “What you get”- CLI:
dn/dreadnodefor interactive workflows and authentication. - SDK:
dreadnodefor building and running Python agents.