Skip to content

Binary releases

See the available binaries for different operating systems/architectures from the releases page.

  1. Download the binary from releases:
Terminal window
VERSION="0.1.0"
TARGET="x86_64-unknown-linux-gnu.tar.gz"
wget "https://github.com/orhun/binsider/releases/download/v${VERSION}/binsider-${VERSION}-${TARGET}.tar.gz"
  1. Extract the files:
Terminal window
tar -xvzf binsider-*.tar.gz
  1. Enter the folder and run the binary:
Terminal window
cd "binsider-${version}"
./binsider
  1. Move binary to /usr/local/bin/ (optional).