How to install openclaw/openclaw. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
openclaw/openclaw Installation Guide
How to install openclaw/openclaw. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for openclaw/openclaw. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i openclaw/openclawor
Install via npx
npx @hexmos/ipm i openclaw/openclawPrerequisites
Node.js
runtimeVersion: >=22
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via npm (Recommended)
npm install -g openclaw@latest
openclaw onboard --install-daemonInstall via pnpm (Recommended for development)
pnpm add -g openclaw@latest
openclaw onboard --install-daemonInstall from source (Development)
git clone https://github.com/openclaw/openclaw.git
cd openclaw
pnpm install
pnpm ui:build
pnpm build
pnpm openclaw onboard --install-daemonPost Installation Steps
- Run 'openclaw onboard --install-daemon' to set up the gateway daemon.
- Follow the wizard's instructions for configuring channels and skills.
- For more advanced setups, refer to the full configuration reference: https://docs.openclaw.ai/gateway/configuration
