Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.
darwin
386 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="1e6fd4510876c3df353140550bf31005c84c0ee99c06219a9ecbfb137abcd9b2"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-darwin-386" -o "/usr/local/bin/ghb0t" \
&& echo "${GHB0T_SHA256} /usr/local/bin/ghb0t" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/ghb0t"
$ echo "ghb0t installed!"
# Run it!
$ ghb0t -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GHB0T_SHA256="23c5a067724db5e08b93e4754ef55af19acefc75b147e0f229d62e6801c6d97c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-darwin-amd64" -o "/usr/local/bin/ghb0t" \
&& echo "${GHB0T_SHA256} /usr/local/bin/ghb0t" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/ghb0t"
$ echo "ghb0t installed!"
# Run it!
$ ghb0t -h
freebsd
386 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="acdb61a35e5c1983471acfddaa6ece91e2acdb97200baaba9f30005823ce4292"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-freebsd-386" -o "/usr/local/bin/ghb0t" \
&& echo "${GHB0T_SHA256} /usr/local/bin/ghb0t" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/ghb0t"
$ echo "ghb0t installed!"
# Run it!
$ ghb0t -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GHB0T_SHA256="e88880ff9fcc208ea9db4202dfc696022276725da2436ffde03728dc5252c222"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-freebsd-amd64" -o "/usr/local/bin/ghb0t" \
&& echo "${GHB0T_SHA256} /usr/local/bin/ghb0t" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/ghb0t"
$ echo "ghb0t installed!"
# Run it!
$ ghb0t -h
linux
386 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="c34e00d339719787014fd8a8a6266bace32dad5f559b7d3f8a7c6818beb3068f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-linux-386" -o "/usr/local/bin/ghb0t" \
&& echo "${GHB0T_SHA256} /usr/local/bin/ghb0t" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/ghb0t"
$ echo "ghb0t installed!"
# Run it!
$ ghb0t -h
amd64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="9a7536c73341eb9e6088c2c499a0c3ff7e939461d58b0709de3cc0897f4afb3a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-linux-amd64" -o "/usr/local/bin/ghb0t" \
&& echo "${GHB0T_SHA256} /usr/local/bin/ghb0t" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/ghb0t"
$ echo "ghb0t installed!"
# Run it!
$ ghb0t -h
arm - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="bf52955062e2be4dd67ca930e67622632408a9861d6ccc5f4b33c3f0212a1855"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-linux-arm" -o "/usr/local/bin/ghb0t" \
&& echo "${GHB0T_SHA256} /usr/local/bin/ghb0t" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/ghb0t"
$ echo "ghb0t installed!"
# Run it!
$ ghb0t -h
arm64 - linux
# Export the sha256sum for verification.
$ export GHB0T_SHA256="f545567ba75cb09e66f6813b3852c97b35aed83fb2c8d6b4dae5460556eefab1"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-linux-arm64" -o "/usr/local/bin/ghb0t" \
&& echo "${GHB0T_SHA256} /usr/local/bin/ghb0t" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/ghb0t"
$ echo "ghb0t installed!"
# Run it!
$ ghb0t -h
solaris
amd64 - solaris
# Export the sha256sum for verification.
$ export GHB0T_SHA256="569d69e4b0805baf4260d11ca49b7af2bef09e4da4b7d61737d4a9d1dbc2d284"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-solaris-amd64" -o "/usr/local/bin/ghb0t" \
&& echo "${GHB0T_SHA256} /usr/local/bin/ghb0t" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/ghb0t"
$ echo "ghb0t installed!"
# Run it!
$ ghb0t -h
windows
386 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="bab83368011ce41db5dda28982e9599ba58dfe55e7ef0484cabc5c0bcbc5a1e3"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-windows-386" -o "/usr/local/bin/ghb0t" \
&& echo "${GHB0T_SHA256} /usr/local/bin/ghb0t" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/ghb0t"
$ echo "ghb0t installed!"
# Run it!
$ ghb0t -h
amd64 - windows
# Export the sha256sum for verification.
$ export GHB0T_SHA256="56ecf8fcefd2569220a85bc8e66eae36d68947a187a9035ef54654d94783d7ba"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/ghb0t/releases/download/v0.4.8/ghb0t-windows-amd64" -o "/usr/local/bin/ghb0t" \
&& echo "${GHB0T_SHA256} /usr/local/bin/ghb0t" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/ghb0t"
$ echo "ghb0t installed!"
# Run it!
$ ghb0t -h