How to setup openclaw

How to setup openclaw

🧰

Instant Toolkit

2 artifacts

📋
Step-by-Step Guide

1

OpenClaw requires Node.js version 22+ (24 recommended). Check your current version with node -v. If not installed or outdated:

  • macOS/Linux: Use the installer from nodejs.org or Homebrew (brew install node).
  • Windows: Download from nodejs.org and run the MSI installer. Use WSL2 for best experience.

Verify: node -v and npm -v should work.

Why this step matters:
  • -Ensures compatibility and smooth installation without errors
  • -Builds a reliable environment for running AI agents locally
5-10 minutes
Terminal/Command Prompt, Node.js installer, Browser
$0
Definition of Done
  • Node.js v22+ is installed and `node -v` shows correct version
  • `npm -v` command executes successfully
Common Mistakes to Avoid

Installing wrong Node version (e.g., below 22)

Download LTS or current from nodejs.org and verify with `node -v`

PATH not updated after install

Restart terminal or add npm global bin to PATH manually

2

Following along, or just reading? 👀

Spin up a personalized “How to setup openclaw” plan you can save, check off, and return to anytime — unlimited on the free trial.

Start free trial →
3
4
5