#Excuse me, on Ubuntu’s latest 26.04 version, does OpenClaw function properly as well?
1 messages · Page 1 of 1 (latest)
Yes, the Gateway should work on Ubuntu 26.04. The current docs say Linux is fully supported, Node is the recommended runtime, and the deployment docs list Ubuntu 20.04+ / Debian 11+ as supported.
Use Node 24 if you can:
node -v
npm i -g openclaw@latest
openclaw onboard --install-daemon
openclaw status
Docs: https://docs.openclaw.ai/platforms/linux and https://docs.openclaw.ai/install/node
If you hit anything weird on 26.04 specifically, please share openclaw --version plus openclaw status --all so we can tell whether it is an OpenClaw issue or an Ubuntu/service dependency issue.
好的谢谢咯,那我就安装试试。