OpenClaw 安装教程
从零开始完成 OpenClaw 安装并接入飞书的完整指南
安装 OpenClaw
支持 macOS、Windows、Linux 多平台安装
1
macOS / Linux
国际源安装
curl -fsSL https://clawd.org.cn/install.sh | bash
国内镜像(推荐)
curl -fsSL https://clawd.org.cn/install.sh | bash -s -- --registry https://registry.npmmirror.com
2
Windows
国际源安装
iwr -useb https://clawd.org.cn/install.ps1 | iex
国内镜像(推荐)
iwr -useb https://clawd.org.cn/install.ps1 -OutFile install.ps1; ./install.ps1 -Registry https://registry.npmmirror.com
3
NPM 全局安装
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。
发布者:Ai探索者,转载请注明出处:https://javaforall.net/286838.html原文链接:https://javaforall.net
