# Installation

# From Binary

Get the build from github release page (opens new window).
Decompress the file and move the executable file to a location in $PATH

tar zxvf restbeast-v1.2.0-linux-amd64.tar.gz
sudo mv restbeast /usr/local/bin/

# Compile From Source

Install go >= 1.16 go docs (opens new window)

Get the source from github release page (opens new window) and unzip

unzip restbeast-v1.2.0.zip
cd restbeast-v1.2.0

Or clone from github

git clone https://github.com/restbeast/restbeast.git
cd restbeast
make
sudo make install
Last Updated: 9/27/2021, 7:56:40 PM