Documentation navigation
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 | sh

Cargo

The published Cargo package is named anybuild-cli.

Terminal
cargo install anybuild-cli

The package installs the anybuild binary and retains the shipit binary alias for CLI compatibility.

Optional tools

FeatureRequirement
Local buildsThe language and package-manager tools required by the project.
--dockerDocker, Podman, Depot, or another compatible client selected with --docker-client.
--wasmerThe Wasmer CLI on PATH, or a custom binary passed with --wasmer-bin.

Verify the installation

Terminal
anybuild --versionanybuild --help