OpenClaw Installset up AI OpenClaw locally

OpenClaw Install is the place to start if you need reliable setup steps, OS guidance, and clear troubleshooting before going live with AI OpenClaw.

> How to complete the install

This OpenClaw Install flow begins with a single command, then continues with onboarding and a quick validation step in the dashboard.

Windows (WSL2)

Use WSL2 for a Linux-like environment, then run the same installer command inside the WSL2 shell.

WSL2 install
# inside WSL2 $ curl -fsSL https://openclaw.bot/install.sh | bash

macOS

Run the one-liner installer in Terminal, then continue with onboarding and the dashboard.

macOS install
$ curl -fsSL https://openclaw.bot/install.sh | bash

Linux

Use the same installer script on most modern Linux distributions.

Linux install
$ curl -fsSL https://openclaw.bot/install.sh | bash
Then run onboarding + dashboard
$ openclaw onboard $ openclaw dashboard

> Why choose this install flow

This setup flow focuses on safe defaults, consistent commands, and quick validation so you can trust your AI OpenClaw setup before inviting a team.

Consistent setup

The install flow stays consistent across OS options, which reduces onboarding errors.

Predictable troubleshooting

Common setup issues are grouped so you can fix blockers in minutes.

> OpenClaw Install video walkthrough

Watch the OpenClaw Install walkthrough to see the full setup flow from install to dashboard.

> OpenClaw Install FAQ

Quick answers to keep the install moving forward.

How long does the install take?

The install typically takes a few minutes plus onboarding for your first channel.

Do I need admin rights for the install?

Most users can install to their home directory without admin access.

What if the install fails?

Verify Node.js, rerun the installer, then check the CLI status command.

Can I upgrade after OpenClaw Install?

Yes, rerun the installer or update via your package manager.