Download
Precompiled binaries for your platform. See Get Started for install steps and Comparison for supported architectures.
Releases
Download from the GitHub releases page. Supports x86_64, ARM64, RISC-V on Linux, macOS, Windows (WSL2). Single binary, no heavy runtime. GitHub Releases
Build from source
git clone https://github.com/sipeed/picoclaw.git
cd picoclaw
make deps
make build
# Or: make build-all (multi-platform)
# Or: make install
See Get Started and GitHub README.