Getting Started with OpenClaw

TL;DR: Check Node 22+, run the installer, execute the onboarding wizard, and send your first message.

Applies to: Windows, macOS, Linux
Audience: Power users, developers, security-conscious, enterprise
Last updated: 2026-02-23

power-user developer cli gateway

Table of contents

  1. Prerequisites
  2. Install OpenClaw
  3. Run Onboarding Wizard
  4. Verify Installation
  5. Send First Message
  6. Next Steps
  7. FAQ

Prerequisites

Before installing, ensure you have:

Install OpenClaw

macOS and Linux

curl -fsSL https://openclaw.ai/install.sh | bash

Windows (PowerShell)

iwr -useb https://openclaw.ai/install.ps1 | iex

Run Onboarding Wizard

Configure everything in one command:

openclaw onboard --install-daemon

This wizard will:

Verify Installation

Check that everything is running:

openclaw gateway status

Open the dashboard:

openclaw dashboard

Send First Message

Test with any connected channel:

openclaw message send --target <channel> --message "Hello from OpenClaw!"

Next Steps

FAQ

Q: Do I need to keep the Gateway running?
A: Yes. The Gateway handles all channels and automation.

Q: Can I run multiple instances?
A: Yes, but use different ports and configurations.

Q: What if installation fails?
A: Check Node version, permissions, and try the manual installation steps.

Q: How do I update?
A: Run openclaw update or reinstall with the latest installer.

Recommended next

Connect WhatsApp