Documentation navigation
Anybuild documentation

Builders and Deploy Runners

Choose the builder and deploy runner independently.

Local builder

Local mode executes plan steps against the host toolchain and writes artifacts under .anybuild/local. It is the default and the shortest feedback loop.

Docker builder

Terminal
anybuild build . --dockeranybuild build . --docker-client podman

Docker mode synthesizes a build container from the same plan, executes it with the selected Docker-compatible client, and exports the resulting artifacts back into Anybuild state.

Wasmer deploy runner

Terminal
anybuild . --wasmer --startanybuild . --docker --wasmer --start

Wasmer maps plan dependencies to WebAssembly packages, rewrites supported executable names, prepares package metadata, and runs the configured command through Wasmer.