ClawForge One-command installer for OpenClaw AI agents
🌐 Official Website https://clawforge.com.cn
ClawForge 是一个用于 快速部署 OpenClaw AI Agent 的自动化安装工具。
ClawForge 的目标是让 OpenClaw 的安装变得非常简单:
Linux / macOS
curl -fsSL https://clawforge.com.cn/install.sh | bashWindows
irm https://clawforge.com.cn/install.ps1 | iex安装完成后运行:
openclaw运行安装脚本时会自动完成:
Detect platform
Install Git
Install Node.js
Clone OpenClaw repository
Install dependencies (npm install)
Create openclaw command
安装完成后可以直接启动 OpenClaw runtime。
ClawForge 会自动安装以下依赖:
Node.js
Git
npm dependencies
支持系统:
| Platform | Status |
|---|---|
| Linux | Supported |
| macOS | Supported |
| Windows | Supported |
欢迎提交 Issue 或 Pull Request。
MIT License