Installation and Setup
Follow the official quickstart path for this openclaw tutorial install guide.
Official Quickstart Baseline
The official quickstart states that the goal is to go from zero to a first working chat with minimal setup.
Prerequisite
- Node 22 or newer
Check it first:
node --versionInstall OpenClaw
The official docs recommend the install script on macOS and Linux:
curl -fsSL https://openclaw.ai/install.sh | bashThen run the onboarding wizard:
openclaw onboard --install-daemonVerify The Gateway
If you installed the service, the official quickstart says the Gateway should already be running. Check it with:
openclaw gateway statusFastest First Chat
The official docs say the fastest first chat does not require any channel setup. Just open the browser dashboard:
openclaw dashboardThat is the most important point in this openclaw tutorial install flow: do not delay your first test by over-configuring channels too early.
OpenClaw Tutorial Docs