OpenClaw · Minimal Setup
Focus: OpenClaw only · minimal setup · quick to run · no OCR · no extra automation. Follow step by step.
Update the package lists and upgrade all installed packages to their latest versions.
Add the NodeSource repository and install Node.js 22 (includes npm).
sudo apt install -y nodejs
npm -v
Minimum Node version: v22.16+ (from official OpenClaw documentation).
Install openclaw@latest globally via npm.
This command guides you to configure the AI provider (choose OpenAI), enter your API key, and set up channels (you can skip channel integration for now).
Or, if you want to install the daemon so OpenClaw runs in the background:
Check the installed version and run the diagnostic tool.
The gateway is the main OpenClaw service. Start it with:
Open this URL after the gateway is running.
For a super fast, all-in-one setup (update, curl, Node.js, OpenClaw, onboarding):
Official fastest installer (OpenClaw recommended): This script automatically installs Node.js, OpenClaw, and runs onboarding.
- Make sure your OpenAI API key is valid for testing.
- To run the gateway persistently, use openclaw gateway & or daemon mode.
- Configuration folder: ~/.openclaw/, edit config.yaml if you need advanced tuning.
- This setup intentionally skips OCR and extra automation — focus on core AI chat & gateway.
- The command openclaw doctor displays environment status and API connectivity.
Comments