96SEO 2026-07-24 06:28 0
最近openclaw爆火,富贵同学本地下载安装使用了之后后发现它并不是很好用,例如发送信息之后直接不回复了也很不稳定。程序回复的答案显示为使用者的问题了好像也没有大家吹的那么牛逼,包括安装的时候也状况百出,也十分的不顺利,但是最终也本地安装成功了。所有就有了这篇安装教程,
这次我们使用Windows11安装

需要 Node.js ≥ 并完成基本配置去node官网下载msi安装包,双击直接运行安装包即可
说到有两种方式,
# 使用 npmnpm install -g openclaw@latest# 或使用 pnpmpnpm add -g openclaw@latest
安装的过程中遇到了以下问题:
C:\Windows\System32>npm i -g openclaw npm warn deprecated node-domexception@.: Use your platform's native DOMException instead npm warn deprecated glob@.: Old versions of glob are not supported,and contain widely publicized security vulnerabilities,which have been fixed in current version. Please update. Support for old versions may be purchased by contacting npm warn cleanup Failed to remove some directories { npm warn cleanup errno: -,npm warn cleanup code: 'EPERM',npm warn cleanup syscall: 'rmdir',npm warn cleanup path: 'C:\Users\admin\AppData\Roaming
pm
ode_modules\openclaw
ode_modules\@slack\web-api' npm warn cleanup } npm warn cleanup ],npm warn cleanup { npm warn cleanup errno: -,npm warn cleanup code: 'EPERM',npm warn cleanup syscall: 'rmdir',npm warn cleanup path: 'C:\Users\admin\AppData\Roaming
pm
ode_modules\openclaw
ode_modules\@line\bot-sdk
ode_modules\@types' npm warn cleanup } npm warn cleanup ],npm warn cleanup { npm warn cleanup errno: -,npm warn cleanup code: 'EPERM',npm warn cleanup syscall: 'rmdir',npm warn cleanup path: 'C:\Users\admin\AppData\Roaming
pm
ode_modules\openclaw
ode_modules\@aws-crypto\util
ode_modules\@smithy' npm warn cleanup } npm warn cleanup ]。npm warn cleanup { ... } ] ] ... ] ] ... ] ] ... ] ] ... ] ] ... C:\Windows\System32>pnpm add -g openclaw
node-llama-cpp 编译失败 - 需要 Vulkan 支持但程序不兼容
至于这代表着,显卡不支持 Vulkan 或驱动过旧,它会回退到 CPU 模式这个我们直接放弃命令行安装,直接使用部署程序
. 代码获取和进入目录git clone https://github.com/openclaw/openclaw.gitcd openclaw
clone很慢,建议直接下载zip代码压缩包下来.
pnpm install
package.json 中的依赖配置并下载安装
pnpm ui : build
pnpm build
pnpm open claw onboard --install-daemon
pnpm gateway : watch
它会完成环境检测,而且安 装必要的依赖,还会启动 onboarding 流程。
后期要重新进入设置向导,可以执行以下命令:
设置向导如下的观点是,
选择 yes,就是同意协议
这里选择模型。我选择的是 kimi 模型接下来填上对应的 api key
填上 skill 选择跳过这里全部选择 no 接下来就自动安 装 gateway,自动打开浏览器 http : //.:!在浏览器中这样就可以进行使用了:
源码安 装的过程中遇见了一些问题:
问题一:A2UI报错
D : \soft \op en claw-main \op en claw-main>pn pm build op en claw @. bui ld D : \soft \op en claw-main \op en claw-main pn pm canvas : a2ui : bu nd le & # x26;node scripts/tsdown-build.mjs & # x26;node scripts/copy-plugin-sdk-root-alias.mjs & # x26;pn pm build : plugin-sdk : dts & # x26;其实,node --import tsx scripts/write-plugin-sdk-entry-dts.ts & # x26;node --import tsx scripts/canvas-a2ui-copy.ts & # x26;node --import tsx scripts/copy-hook-metadata.ts & # x26;node --import tsx scripts/copy-export-html-templates.ts & # x26;
node --import tsx scripts/write-build-info.ts & # x26;node --import tsx scripts/write-cli-startup-metadata.ts & # x26;node --import tsx scripts/write-cli-compat.ts op en claw @. canvas : a2ui : bu nd le D : \soft \op en claw-main \op en claw-main bash scripts/bundle-a2ui.sh ELIFECYCLE Command failed with exit code . ELIFECYCLE Command failed with exit code .
解决方法:修改package.json跳过A2UI:编辑package.json,找到build脚本。删除canvas:a2ui:bundle部分
{ // ... existing code ... "scripts": { "build": "node scripts/tsdown-build.mjs && node scripts/copy-plugin-sdk-root-alias.mjs && pnpm build:plugin-sdk:dts && node --import tsx scripts/write-plugin-sdk-entry-dts.ts && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/copy-export-html-templates.ts && node --import tsx scripts/write-build-info.ts && node --import ts xscripts/write-cli-startup-metadata.ts x 2 6;按理说,node--im porttsxscripts/write-cli-compat .ts "。//...existingcode...} //...existingcode...}
接下来重新建立pnpm build
D : \soft \op en claw-main \op en claw-main>pn pm build op en claw @. bui ld D : \soft \op en claw-main \op en claw-main pn pm node scripts/tsdown-build.mjs x 2 6;# x 2 6,node scripts/copy-plugin-sdk-root-alias.mjs x 2 6;# x 2 6,怎么说呢,pn pm build : plugin-sdk : dts x 2 6;# x 2 6,node--im porttsxscripts/write-plugin-sdk-entry-dts .ts x2 6;# x2 6,node--im porttsxscripts/canvas-a2ui-copy .ts x2 6;# x2 6,按理说,node--im porttsxscripts/copy-hook-metadata .ts x2 6;# x2 6,node--im porttsxscripts/copy-export-html-templates .ts x2 6;# x2 6,node--im porttsxscripts/write-build-info .ts x2 6;# x2 6,node--im porttsxscripts/write-cli-startup-metadata .ts x2 6;# _compat.openc law @buildplugin-sd kdt sDsoftop enc lawmaino penc lawm aintsc-proj ec tplugin-sd kdt s.jsonErrorMissingAUIbun dleassets.Run"pn pmcanvasa ui bun dle"andretry.ELIFECYCLECommandfailedwixitc ode.
方法 :
。快速使用 启动Gateway #前台运行 op enc lawgate way--port--verbose #使 用守护进程 op enc lawgate wayst art 打开控制面板 # 安 装当前版本 cla whubins tallba oy u-image-gen # 安 装指定版本 cla whubin stallba oy u-image-gen--vers ion. 搜索和安 装ope ncl aw的时候遇见一些问题: #进 入cla whub的登陆界面在这里使 用github账户登陆即可 np xc lawhublog in / 执 行之后网页上登录。返回命令行 运 行就可以了如果还不行,去网页 的右上角生成token,去命令行执 行:#检查状态 op enc lawgate wayst at us #启动/停止/重启 op enc lawgate wayst art op enc lawgate wayst op op enc lawgate wayr esta rt / gateway就是 控制平面-主要 再看东西,至此,ope ncl aw的安 装和使用就完成了谢谢观看
作为专业的SEO优化服务提供商,我们致力于通过科学、系统的搜索引擎优化策略,帮助企业在百度、Google等搜索引擎中获得更高的排名和流量。我们的服务涵盖网站结构优化、内容优化、技术SEO和链接建设等多个维度。
| 服务项目 | 基础套餐 | 标准套餐 | 高级定制 |
|---|---|---|---|
| 关键词优化数量 | 10-20个核心词 | 30-50个核心词+长尾词 | 80-150个全方位覆盖 |
| 内容优化 | 基础页面优化 | 全站内容优化+每月5篇原创 | 个性化内容策略+每月15篇原创 |
| 技术SEO | 基本技术检查 | 全面技术优化+移动适配 | 深度技术重构+性能优化 |
| 外链建设 | 每月5-10条 | 每月20-30条高质量外链 | 每月50+条多渠道外链 |
| 数据报告 | 月度基础报告 | 双周详细报告+分析 | 每周深度报告+策略调整 |
| 效果保障 | 3-6个月见效 | 2-4个月见效 | 1-3个月快速见效 |
我们的SEO优化服务遵循科学严谨的流程,确保每一步都基于数据分析和行业最佳实践:
全面检测网站技术问题、内容质量、竞争对手情况,制定个性化优化方案。
基于用户搜索意图和商业目标,制定全面的关键词矩阵和布局策略。
解决网站技术问题,优化网站结构,提升页面速度和移动端体验。
创作高质量原创内容,优化现有页面,建立内容更新机制。
获取高质量外部链接,建立品牌在线影响力,提升网站权威度。
持续监控排名、流量和转化数据,根据效果调整优化策略。
基于我们服务的客户数据统计,平均优化效果如下:
我们坚信,真正的SEO优化不仅仅是追求排名,而是通过提供优质内容、优化用户体验、建立网站权威,最终实现可持续的业务增长。我们的目标是与客户建立长期合作关系,共同成长。
Demand feedback