Skip to content

RsClaw多智能体 AI 网关

10 倍启动速度、10 倍更小体积、零 Node.js 依赖。无缝兼容 OpenClaw。

安装

bash
GITHUB_PROXY=https://gitfast.run \
  curl -fsSL https://gitfast.run/https://raw.githubusercontent.com/rsclaw-ai/rsclaw/main/scripts/install.sh | bash
powershell
$env:GITHUB_PROXY="https://gitfast.run"; irm https://gitfast.run/https://raw.githubusercontent.com/rsclaw-ai/rsclaw/main/scripts/install.ps1 | iex
bash
git clone https://gitfast.run/https://github.com/rsclaw-ai/rsclaw.git && cd rsclaw
cargo build --release

性能对比

RsClawOpenClaw
启动时间~26ms2-5s
内存占用~20MB~1000MB+
二进制体积~12MB~300MB+ (node_modules)
依赖数~500 (Rust crates)1000+ (npm)
语言RustTypeScript/Node.js

Released under MIT / Apache-2.0 License