github.com/genuinetools/reg
v0.16.1
#1233 most downloaded on Go modules
genuinetools/reg
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Release timing varies
gaps range from 9 days to 10 months
Some releases are documented
notes for 8 of 20 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
44 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
44 releases · Mar 2018 to Sep 2020Releases
latest 44-
v0.16.2-0.20200917201513-efad427c695e17 Sep 2020 pre-releaseNothing published for this version
-
v0.16.2-0.20191120064731-0216665023d820 Nov 2019 pre-releaseNothing published for this version
-
v0.16.120 Nov 2019Release notes
Open source →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="49982acecce3687f3b14990ae7372de66f7fe2955da8e75ed8442cdfc82a2b8a" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.1/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="2768ac56ad640e8ee5b74752fc9bbeaf37f37a34c7e1ddcb6d0e384a3096b1c2" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.1/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="7c6279817e9e80198303da6edc04b3b9858d9f55edaadd34d354d32079492f14" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.1/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="5881cbad2e85a29cc7c2d352dc9eaf4ed03aa1542f2000047f4452c6c9f3ebf4" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.1/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="97ca5b3105ef32fcc124c362d87721af549da444f2bb4550f7a2ecd4c9206ebe" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.1/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="ade837fc5224acd8c34732bf54a94f579b47851cc6a7fd5899a98386b782e228" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.1/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="4a5a7300852991f6925ce329fe7adfb1415a80199c0ee558bc1d794ffc04c8fd" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.1/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="3dead33ae4e6c75e88fba86b0b6c5ef314c30733ba1d9b0866cd186646fffb7a" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.1/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="24b6a46dbe5760fe165a425a929c5a9a512210afd3153cdfd69d7012fdae1662" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.1/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="23b2a4dd07c88552e98ac37c2cf2ce8fbbd4dc396cf6d1cc1743fa65a6d4565c" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.1/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
-
v0.16.1-0.20190916203644-f180c93a395916 Sep 2019 pre-releaseNothing published for this version
-
v0.16.1-0.20190725004442-a711cf7c603225 Jul 2019 pre-releaseNothing published for this version
-
v0.16.1-0.20190610165748-e29a4fdc2e4310 Jun 2019 pre-releaseNothing published for this version
-
v0.16.1-0.20190102165523-d959057b30da02 Jan 2019 pre-releaseNothing published for this version
-
v0.16.014 Nov 2018Release notes
Open source →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="d8c4b5ea5948d186462bb3e979303baa12ecae69bf586ada3f59c181acbb9cb1" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.0/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="f644bf8429a20c3dd19527c5f25d239b3c2544dcc65daeaa7bae6dc7fb117d61" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.0/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="50c1edc341e1a85d9e4b763373dbfb56ffcdaca4b7568cc3c041828dcbc8c970" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.0/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="a43190b5ab055f38e610f70ace196114aaab4d7db06ed047069856463ca71a5f" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.0/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="e5b440afc60466bdd6734d75e242609a5329299dfe1e237a31c4ef9b34ad4354" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.0/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="0470b6707ac68fa89d0cd92c83df5932c9822df7176fcf02d131d75f74a36a19" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.0/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="667ac137a223b30b4aa241a09a18856271786fdeb4f6a0c25714cd734ea8304c" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.0/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="83b73ab59891ead1b97d5f73c0d775b24555ffd627433e6a1efc97e3589ccb36" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.0/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="173a12bcaf8ccae285b9ae2ef7823d2eb20d9564800eb51a0d2d3f18cff63d24" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.0/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="aec2ba84a2de95a21f1649e0f398ecf91575c1e1b8994e9589a28d2e32ce2cd8" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.16.0/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
-
v0.15.9-0.20180925153516-b57209439c1025 Sep 2018 pre-releaseNothing published for this version
-
v0.15.825 Sep 2018Release notes
Open source →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="758a609b3c81faed59ebb9200a758905ef59c1589920b517a4c684637bd5e52a" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.8/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="f210bf83ea91bb6f2dfd8dc07bda87319ab575749f11e98c4ff2532553612251" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.8/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="8a66284b4adc36ec385f18a175031ba8c41c0c1abe05d2817251ed724aca832c" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.8/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="682d5645f8712a561cc40b1db650983bd3021a0cdd023eeb45004a03117780b0" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.8/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="b6a661571576d473b5686898584ae61e9202eeee1363e48efee95697e997c135" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.8/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="fd56224f03f3e6bd4a71dcba43ab02114ec8b681a2aa95caa8de26ea1231a606" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.8/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="b39d9d3324b3e7d5929cee3cb2a7881430aab7ef12e8ca0b7716339f13ee168b" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.8/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="a06fd7cfb7e9be7c72495156506fad2b27abe3225d4217c261fae72228843775" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.8/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="0a6499b12452a321da4ba1ffcddfad822c20a524ffb42bb404d541b83721f600" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.8/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="18c1dc1d6fbb1dcdd093fb36d3d850a08d02a109a492c47352b8128c8b755041" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.8/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
-
v0.15.725 Sep 2018Release notes
Open source →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="f13641f551e3d685cc34760ad6ff967ad88211a45c97bb5cacb92cc0087e901b" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.7/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="7ff4371d3d7ef3a85a613430b72186a67dc43b7a35f066cba4c9936d11669357" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.7/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="1a53f0a84dd03e960b52fc649de3de68d013270a74b8379834a098a00d67ee65" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.7/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="08138467c367324ae963e47d90e19076ae064c5368f57d459f35a5c05a147fca" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.7/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="42d889a36382abe044b15cc09c1807dceece35e91749557aff715a96cb20d687" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.7/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="f28fb46d71610328ed094802d708ea4cb7e9552720dd7a3eb707277b6fc0aaa3" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.7/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="b679e1b31ca6f0a4d21c06f54768a5712202ebc468f5385e9a11f634ad1dc1f5" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.7/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="0016d86b58e7347c33c15d2210ee142553a610ef0003cea06ab9e1e862b85ef6" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.7/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="825006569280b77a39a2a48e5adfcbb229049c5b42cbe090c74ec48ad7bfdc99" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.7/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="787eb7cf41ad61738b166f5478ab85aa81ec5c16c7908a3c452bde7c45f1d66c" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.7/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
-
v0.15.617 Sep 2018Release notes
Open source →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="14bd1d14962a040c9be49421fa96ba289060ba03ec61322a1bfbee203c398f5b" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/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="9e8636f2dbebf6e2935dd3303f6131a05268acece3b1e4c7b8430f1dc5b2bedb" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/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="ffd83ee995b9ad811d495f77c2235a530e8e79d43780e7da45743de588712a89" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/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="629c22d8c228d2e17b030840767f977021f430672520a2b57bc4bbd8d876b6fb" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/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="310e35234e5754202d5224c011eaca71300dff331dd3539c25ac56ef00e0afec" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/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="f8ac16d6144c486545c56daf87052b669096e2def3fc3c37e0c87b6483ab77fc" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/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="7ae940daa8b3ed418f6080b8555884dbe8e8aea8fe596dea0d956a735671b14e" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/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="aa7829d48988386c9f3b4f68dd832526a81dc3c7fdef31b93e425a31fcddaeb9" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/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="3853b1fa50715036c4956ea7e68fd184d96f283c7d3abf032115ffffd50ecfb9" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/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="3279d07045df9b52f1d2093d6b271b367eca0d668974b622463c34ccff0d4388" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/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
-
v0.15.6-0.20180910151951-73fdd320401110 Sep 2018 pre-releaseNothing published for this version
-
v0.15.6-0.20180906125132-809456d47e2906 Sep 2018 pre-releaseNothing published for this version
-
v0.15.505 Sep 2018Release notes
Open source →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="c7a4fd48938f3b9bb171bb37aa910e91030b37e8dd80df7d4a10a4224ec01cd0" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.5/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="dedd96dc3589fb25850f04cf579a3eacd4092862a44f17372b3276faaa3efc81" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.5/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="d61df3250c6e0ecfd82e6629ea15fa0b6ece1ab4300e3f19b64c5bf667654133" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.5/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="1080ce55db4e239d862476b08a92935017ff6a08fee7519585151e810e2c7228" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.5/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="93a25ca79980ab617137e943b08095af43378a493cad64a6b5178e804dba17a6" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.5/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="58df4554daddbcfcb157778e28f249b1873ae978abfcc7a6bcf33581b4eae944" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.5/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="67a0f214aff700e42c64c81679c8b3740eecbe1f89ef35aae06c1cb56b818f53" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.5/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="600c2f06b06209a869832415a869f79cff78c6b24c7c531123fd806174be2219" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.5/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="17c52342f7d9ce6b6ebc37bf2c674c9862409623843c3e8ad2f177893006cc08" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.5/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="ba0182888bf7e4988bba80515e2ef1830afefc9f84e44ae29264103e3e4c091a" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.5/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
-
v0.15.5-0.20180809195924-18f47cd736df09 Aug 2018 pre-releaseNothing published for this version
-
v0.15.5-0.20180726211358-65b2c0329da526 Jul 2018 pre-releaseNothing published for this version
-
v0.15.417 Jul 2018Release notes
Open source →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="bca26416c8a77c429e7b1c14ba57372b1a8cf88fee2524de9b5836b6e9dd52b1" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.4/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="6c18bc02a432acba574da23c16aa28f7bd8a83382fe99c90addb63a60ff3c031" # Download and check the sha256sum. $ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.4/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
-
v0.15.316 Jul 2018Release notes
Open source →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
-
v0.15.216 Jul 2018Nothing published for this version
-
v0.15.116 Jul 2018Nothing published for this version
-
v0.15.016 Jul 2018Nothing published for this version
-
v0.14.315 Jul 2018Nothing published for this version
-
v0.14.214 Jul 2018Nothing published for this version
-
v0.14.118 Jun 2018Nothing published for this version
-
v0.14.017 Jun 2018Nothing published for this version
-
v0.13.412 Jun 2018Nothing published for this version
-
v0.13.311 Jun 2018Nothing published for this version
-
v0.13.211 Jun 2018Nothing published for this version
-
v0.13.106 Jun 2018Nothing published for this version
-
v0.13.1-0.20180511193355-19f124dca53a11 May 2018 pre-releaseNothing published for this version
-
v0.13.1-0.20180415213951-54046750d84515 Apr 2018 pre-releaseNothing published for this version
-
v0.13.1-0.20180319151801-dd16b5bfefa619 Mar 2018 pre-releaseNothing published for this version
-
v0.13.011 Mar 2018Nothing published for this version
-
v0.0.0-20200917201513-efad427c695e17 Sep 2020 pre-releaseNothing published for this version
-
v0.0.0-20191120064731-0216665023d820 Nov 2019 pre-releaseNothing published for this version
-
v0.0.0-20190102165523-d959057b30da02 Jan 2019 pre-releaseNothing published for this version
-
v0.0.0-20180925153516-b57209439c1025 Sep 2018 pre-releaseNothing published for this version
-
v0.0.0-20180910151951-73fdd320401110 Sep 2018 pre-releaseNothing published for this version
-
v0.0.0-20180726211358-65b2c0329da526 Jul 2018 pre-releaseNothing published for this version
-
v0.0.0-20180708134309-74603b6d47a008 Jul 2018 pre-releaseNothing published for this version
-
v0.0.0-20180511193355-19f124dca53a11 May 2018 pre-releaseNothing published for this version
-
v0.0.0-20180415213951-54046750d84515 Apr 2018 pre-releaseNothing published for this version
-
v0.0.0-20180319151801-dd16b5bfefa619 Mar 2018 pre-releaseNothing published for this version