【linux系统】安装并启动openclaw只需要两条命令

总结两句话:

1、这玩意名字变的太快了,找新版本的文档

2、一条命令安装,一条命令启动

  • npm install -g openclaw@latest --ignore-scripts

  • openclaw onboard --install-daemon

以下是试验过程

  1. 确保本地node版本 >= 22

    1. (我本来在conda环境里,使用安装nvm管理 npm 失败,后退出conda环境)

      1. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash

      2. nvm install 22

      3. cat ~/.bashrc

      4. source ~/.bashrc

      5. nvm install 22

      6. nvm use 22

      7. nvm alias default 22

  2. 开始安装 openclow (踩坑之路)

    1997 clawbot init

    1998 source ~/.bashrc

    1. https://clawbot.ai/getting-started-with-clawbot.html 刚开始使用cloawbot 搜索出来第一个 感觉是官方的网站(可能是老旧了,文档命令已经过时了)

      1. npm install -g clawbot@latest

        1. 报错:github上 clawbot项目已经改名了 openclaw

          1. npm err! 404 not found - get https://registry.npmjs.org/clawbot - not found npm err! 404 npm err! 404 'clawbot@latest' is not in the npm registry. npm err! 404 you should bug the author to publish it (or use the name yourself!) npm err! 404 npm err! 404 note that you can also install from a npm err! 404 tarball, folder, http url, or git url. npm err! a complete log of this run can be found in:
    2. 后面了解到这个网站:https://docs.openclaw.ai/start/getting-started

      1. curl -fsSL https://openclaw.ai/install.sh | bash

        1. 命令没有问题,只是一直会卡主,会报错超时

          → Installing OpenClaw 2026.2.6-3...

          → npm install failed; cleaning up and retrying..

      2. npm install -g openclaw@latest 手动安装

        1. 报错:安装 llama.cpp 失败

            1. 对应命令执行后,重试安装,继续失败
            1. 选择跳过 脚本安装
      3. npm install -g openclaw@latest --ignore-scripts && openclaw init

        1. 好,openclaw安装成功了,init命令执行失败

          1. init 命令以及被新版本移除了

      4. 回看 网站教程 https://docs.openclaw.ai/start/getting-started

        1. openclaw onboard --install-daemon(配置引导)

        2. 中途配置看不懂的 可以参考(配置阶段),【有点长就不一一截屏记录了】 https://www.runoob.com/ai-agent/openclaw-clawdbot-tutorial.html

          1. 其中模型选择,我选的 qwen,网页登录后就通过了
        3. 配置后 启动完成

    3. 中途可能用到的其他命令

      1. npm install -g openclaw@latest 时很慢 github链接原因

        1. 配置一下 git 代理

        2. git config --global url."https://ghproxy.com/https://github.com/".insteadOf "https://github.com/"

相关推荐
ACCELERATOR_LLC2 小时前
【DataWhale组队学习】DIY-LLM Task6 评估与基准测试
人工智能·深度学习·大模型·模型评估
CoderJia程序员甲2 小时前
GitHub 热榜项目 - 日榜(2026-04-29)
ai·大模型·github·ai教程
无心水4 小时前
【Hermes:多平台接入】15、Telegram Bot 接入:手机随时叫 AI 助手(最推荐) —— 把 Honcho 智能体装进口袋
人工智能·openclaw·养龙虾·hermes agent·hermes·养马
IT届小白4 小时前
Medical-Qwen3-14B基于Ollama内网私有化部署方案
人工智能·大模型
鼎道开发者联盟6 小时前
鼎享会 | 从手工到自动化:OpenClaw改造GitLab内部协作流程的全过程
自动化·gitlab·openclaw
AI周红伟7 小时前
周红伟:OpenClaw安全防控:OpenClaw+Skills+私有大模型安全部署、实操和企业应用实操
大数据·人工智能·深度学习·安全·copilot·openclaw
GoAI7 小时前
《深入浅出Agent》:项目深度解析Autoresearch
人工智能·深度学习·大模型·llm·agent
好运的阿财8 小时前
OpenClaw工具拆解之apply_patch+sandboxed_read
人工智能·python·ai编程·openclaw·openclaw工具
OpenCSG8 小时前
Kimi K2.6:月之暗面发布的原生多模态智能体模型
人工智能·开源·大模型·ai技术·kimi k2.6
Fleshy数模8 小时前
本地部署 Qwen2.5-1.5B-Instruct 全流程教程|Ollama + 魔搭双方案
python·语言模型·大模型·本地部署