Skip to content

下载

快速安装

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

预编译二进制

GitHub Releases 下载最新版本。

平台架构文件
macOSARM64 (Apple Silicon)rsclaw-*-aarch64-apple-darwin.tar.gz
macOSx86_64 (Intel)rsclaw-*-x86_64-apple-darwin.tar.gz
Linuxx86_64rsclaw-*-x86_64-unknown-linux-musl.tar.gz
LinuxARM64rsclaw-*-aarch64-unknown-linux-musl.tar.gz
Windowsx86_64rsclaw-*-x86_64-pc-windows-msvc.zip
WindowsARM64rsclaw-*-aarch64-pc-windows-msvc.zip

从源码编译

bash
# 需要 Rust 1.91+
git clone https://gitfast.run/https://github.com/rsclaw-ai/rsclaw.git
cd rsclaw
cargo build --release

校验

每个 Release 附带 SHA256SUMS.txt:

bash
sha256sum -c SHA256SUMS.txt

Released under MIT / Apache-2.0 License