什么是 OpenClaw


配置向导

https://datawhalechina.github.io/hello-claw/cn/adopt/chapter3/

依赖项

macOS 安装依赖

1
openclaw tui         # 终端对话
1
openclaw dashboard   # 浏览器 Dashboard(无需渠道配置)

编译运行

1
2
3
4
5
git clone https://github.com/pjasicek/OpenClaw.git
cd OpenClaw
mkdir build && cd build
cmake ..
make -j$(nproc)

学习记录

2026 年 3 月 23 日

初始化 OpenClaw wiki,开始学习研究。


本站由 @Wyatt 使用 Stellar 主题创建。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。