Skip to content

Prerequisites

disclaw-team requires three things before you install. Get these in place first — the rest of setup assumes they’re all working.

Node.js

Node.js 20 or higher is required. This is used to run the CLI, MCP server, and web dashboard.

Install via nvm (recommended):

Terminal window
nvm install --lts

Verify:

Terminal window
node --version

tmux

disclaw-team uses tmux to run each bot as a background process in its own window. Version 3.0 or higher is required.

macOS:

Terminal window
brew install tmux

Ubuntu / Debian:

Terminal window
sudo apt install tmux

Fedora / RHEL:

Terminal window
sudo dnf install tmux

Verify:

Terminal window
tmux -V

Claude Code

Each bot runs as a Claude Code session. Claude Code must be installed globally and you need an active Claude subscription.

Install:

Terminal window
npm install -g @anthropic-ai/claude-code

Verify:

Terminal window
claude --version

Next step

Once all three are installed and verified, continue to Discord Setup to create your bot tokens.