Windows

每运行一条指令,能卡半分钟,就CPU和磁盘在转,其它都不动~~
去尝试下Linux吧,听说好点!
Ubuntu
bash
sudo apt update && sudo apt install curl -y
curl -sL https://deb.nodesource.com/setup_24.x | sudo -E bash -
sudo apt-get install -y nodejs
node --version
sudo npm install -g openclaw@latest
openclaw --version
openclaw onboard --install-daemon
Continue?
│ ● Yes
Setup mode
│ ● QuickStart
Enter DeepSeek API key
│ sk-2d02axxxxxxxxxxxxxxxxxxxxa2b9
后面全跳过,都可以后配置,先跑通对话
systemctl --user stop openclaw-gateway.service
systemctl --user disable openclaw-gateway.service
systemctl --user start openclaw-gateway.service
systemctl --user status openclaw-gateway.service
优点:安装较顺利;指令不卡;对话正常;
无法接受:每次发个"你好",CPU占用100%,电脑风扇狂吼。然后20秒后给我回了个"你好"。这是做干啥?调个服务器API需要用这么大力的吗???