Installing wadm
wadm releases include a standalone binary and Docker image.
Standalone Binary
Binaries are included in each release of wadm. The following platforms are supported:
- Linux (x86_64)
 - Linux (aarch64)
 - MacOS (x86_64)
 - MacOS (aarch64)
 - Windows
 
info
In you are interested in other ways to install wadm, please let us know by opening an issue!
After downloading the appropriate release, extract the wadm binary and move it somewhere on your PATH (e.g. mv wadm /usr/local/bin/wadm).
Docker
A list of all available wadm images is on GitHub packages. In addition to tagged versions, we also have two additional tags:
latest- The latest tagged release of wadmcanary- The latest build of wadm from themainbranch. This is not recommended for production use.