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 | shSet ANYBUILD_VERSION to install a specific release, or ANYBUILD_INSTALL_DIR to choose another binary directory.
Cargo
Install the anybuild-cli package directly from the public repository.
Terminal
cargo install --git https://github.com/wasmerio/anybuild 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