OpenClaw Windows Deployment Checklist and Pitfalls
Deploy & Ops📅 2026/03/08
#Bug#Deployment#Developer#Documentation#GitHub#Manual Trigger#Medium Risk#Reusable#Semi-Automatic#代码仓库
接了个远程部署openclaw的单,钱不多就100,但是发现坑不少。 不少人还在用Windows 10操作系统,都是小白,很多开发工具都没安装。 这是Windows系统安装openclaw的软件清单: 1、C++编译工具,要下载Visual Studio Build Tool 2022和补丁Microsoft Visual C++ Redistributable 2、安装C++编译工具需要先开启.Net Framework 4.7 3、安装 Vulkan SDK,如果有NVIDIA 或 AMD 显卡,只需要更新一下显卡驱动即可 4、Node.js 22+版本 5、Git 6、Python 3.10+版本 之前因为我的电脑上安装了不少软件,导致部分必要软件没有罗列清楚,折腾了不少时间。 此外,如果使用飞书作为聊天工具,必须使用企业账号创建机器人,飞书个人用户无法开启机器人功能。 不去实践不知道,安装一个openclaw有这么多坑。
