Skip to content

Installation

Quick install

The fastest way to get started — no global install needed:

Terminal window
npx disclaw-team init

This downloads disclaw-team, runs the setup wizard, and launches your bots.

Global install

If you prefer a permanent install:

Terminal window
npm install -g disclaw-team
disclaw-team init

For development

If you want to contribute or modify the source:

Terminal window
git clone https://github.com/Magzter/disclaw-team
cd disclaw-team
npm install
npm run build

Next step

Continue to Quick Start for the full setup walkthrough.