Installation

Isaac is really simple to install, simply download the binary and place it in the path on your system.

Latest release

Download the compatible binary. Current executable files built are for the

You can also clone the latest code (newer features but can be unstable)

git clone https://github.com/gochaos-app/isaac.git
cd isaac
make install

Make sure that go 1.21 is installed, as well as Make. The command make install creates the binary and moves it into $HOME/bin make sure this directory exists and is in your PATH export PATH=$PATH:/home/bin.

If you prefer to have Isaac in other directory, such as /usr/local/bin

make prod
mv isaac /usr/local/bin