v0.15.3
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 REG_SHA256="5e8661907858040ef8aba740fa5a8c5aadcc59b20053960194e5cc9697bb75bb"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.3/reg-darwin-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - darwin
# Export the sha256sum for verification.
$ export REG_SHA256="b8f77e4334f6afdcc299fcd4d7fc3bfcb8fbfe3436382f08201624fae3e9cce4"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.3/reg-darwin-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
freebsd
386 - freebsd
# Export the sha256sum for verification.
$ export REG_SHA256="547d6727e1ef120d632c6b6898983ae426e5f853540da027d19df9e38fb128b3"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.3/reg-freebsd-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export REG_SHA256="222f520c31767a74b26337e7a49bee61b0a2147ad99c68ebdc14ffd5b08df222"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.3/reg-freebsd-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
linux
386 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="3294a5e8ac3b68fe7d3241896088646c0604b8ca01f4ad050c9286d06065a43a"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.3/reg-linux-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="17fd0426f7ee5e42ed96485113c8ed91d9ad866a9b5f61bdfaf7f4d677193be0"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.3/reg-linux-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
arm - linux
# Export the sha256sum for verification.
$ export REG_SHA256="6efc00b5793c15813b614edaf29fa633a0b71490039d0873a62baba7915a79d6"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.3/reg-linux-arm" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
arm64 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="3ff0652e1764671b4806c6fd03569823287d1c72be0ebddde368d901c1b35639"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.3/reg-linux-arm64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
windows
386 - windows
# Export the sha256sum for verification.
$ export REG_SHA256="8a293488f1433b6d594e110351f406b3435b360f64debb4dd026611e27df3893"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.3/reg-windows-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - windows
# Export the sha256sum for verification.
$ export REG_SHA256="c63b4961d2d310f11997f2ebb16e4ba2baad0957207a6511c4ba36c2ec997dfe"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.3/reg-windows-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h