返回博客
📂 openclaw2026年4月3日3 阅读1 分钟阅读开发者

openclaw升级

openclaw 的升级方法

openclaw 的安装

通过pnpm 安装

pnpm add -g openclaw@latest

卸载当前版本

pnpm remove -g openclaw

从 git 安装

git clone https://github.com/openclaw/openclaw.git cd openclaw pnpm install pnpm build pnpm link --global

openclaw 的升级方法

简单但可能未升级

openclaw update

复杂但有效

openclaw update --yes && openclaw doctor --fix && openclaw gateway restart