Skip to content

๐Ÿ“ฅ Installation

You can install the pre-compiled binary from releases, packages, use Docker or compile from the source.

Here are the steps for each of them:

๐Ÿ Mac OS

Download one of releases

brew install helmwave/tap/helmwave

๐Ÿง Linux

Download one of releases

wget -c https://github.com/helmwave/helmwave/releases/download/0.9.1/helmwave_0.9.1_linux_amd64.tar.gz -O - | tar -xz
mv helmwave /usr/local/bin/

๐ŸชŸ Windows

Download one of releases

Install with go get GitHub go.mod Go version

GO111MODULE=on go get github.com/helmwave/helmwave/cmd/helmwave@0.9.1

Compile from source

git clone git@github.com:helmwave/helmwave.git
cd helmwave
go build ./cmd/helmwave
mv helmwave /usr/local/bin/

Install with marcosnils/bin

bin install github.com/helmwave/helmwave

Run as a container Docker Pulls

docker run diamon/helmwave
docker run --entrypoint=ash -it --rm --name helmwave diamon/helmwave