Anybuild documentation
Installation
Install the Anybuild CLI and the optional execution tools you intend to use.
Shell installer
On macOS or Linux, use the Anybuild installer.
Terminal
curl -fsSL https://anybuild.run/install | shCargo
The published Cargo package is named anybuild-cli.
Terminal
cargo install anybuild-cliThe package installs the anybuild binary and retains the shipit binary alias for CLI compatibility.
Optional tools
| Feature | Requirement |
|---|---|
| Local builds | The language and package-manager tools required by the project. |
--docker | Docker, Podman, Depot, or another compatible client selected with --docker-client. |
--wasmer | The Wasmer CLI on PATH, or a custom binary passed with --wasmer-bin. |
Verify the installation
Terminal
anybuild --versionanybuild --help