Installation and Verification
- Install OpenClaw.
1pnpm add -g openclaw@2026.3.28
- Check whether OpenClaw is successfully installed.
1openclaw --versionIf the following information is displayed, the installation is successful.1OpenClaw 2026.3.28
- The following is a minimum startup example.
1 2
openclaw gateway --allow-unconfigured --port 18789 openclaw health
The expected output is as follows.
1 2
Agents: main (default) Heartbeat interval:
Parent topic: Installation Guide