go-chaos is really simple to install, simply download the binary and place it in the path on your system.
Download the compatible binary. Current executable files built are for the
All architectures have versions for both amd64 and arm64
Compile from source:
git clone https://github.com/gochaos-app/go-chaos.git
cd go-chaos
make install
This will create a binary for your system and place it inside ${HOME}/bin please make sure that this directory exists and is on the systems PATH.
If the previous option is not available on your system, use:
make prod
to compile the code, once compiled, install by copying the binary to your executables location path
cp go-chaos /usr/local/bin/go-chaos