Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.
linux
amd64 - linux
# Export the sha256sum for verification.
$ export BPFPS_SHA256="4859f0a3c14d61651a473a4c225066c298fdf3bb219acc5e037aaebf268eb807"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/bpfps/releases/download/v0.1.5/bpfps-linux-amd64" -o "/usr/local/bin/bpfps" \
&& echo "${BPFPS_SHA256} /usr/local/bin/bpfps" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/bpfps"
$ echo "bpfps installed!"
# Run it!
$ bpfps -h