#Can't install

6 messages ยท Page 1 of 1 (latest)

outer matrix
#

Can I have some help with installing claw ai please?

patent kindleBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

subtle loomBOT
raven grailBOT
#

Yep, happy to help ๐Ÿฆ

Fastest supported install path is:

macOS / Linux

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

Windows (PowerShell)

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

Then check:

#
openclaw gateway status

A couple important bits:

  • Node 22.14+ is required, Node 24 is recommended
  • pnpm is recommended
  • avoid Bun for Gateway installs

Before we troubleshoot, please paste:

openclaw --version
node --version

And tell me:

  1. your OS