Install From Source
First, ensure you have a recent version of Go (1.19+) and npm (9+) installed.
git clone https://github.com/ghostsecurity/reaper.git
cd reaper
make install
Finally either make run
to start reaper, or make install
to install it ($GOBIN
must be in your $PATH
).