Download Latest Version v0.16.1 source code.tar.gz (3.2 MB)
Email in envelope

Get an email when there's a new version of reg

Home / v0.15.7
Name Modified Size InfoDownloads / Week
Parent folder
reg-windows-386.sha256 2018-09-25 140 Bytes
reg-windows-386.md5 2018-09-25 108 Bytes
reg-windows-386 2018-09-25 10.3 MB
reg-windows-amd64.sha256 2018-09-25 142 Bytes
reg-windows-amd64.md5 2018-09-25 110 Bytes
reg-windows-amd64 2018-09-25 11.8 MB
reg-linux-386.sha256 2018-09-25 138 Bytes
reg-linux-386.md5 2018-09-25 106 Bytes
reg-linux-386 2018-09-25 10.2 MB
reg-linux-amd64.sha256 2018-09-25 140 Bytes
reg-linux-amd64.md5 2018-09-25 108 Bytes
reg-linux-amd64 2018-09-25 11.8 MB
reg-linux-arm64.sha256 2018-09-25 140 Bytes
reg-linux-arm64.md5 2018-09-25 108 Bytes
reg-linux-arm64 2018-09-25 11.3 MB
reg-linux-arm.sha256 2018-09-25 138 Bytes
reg-linux-arm.md5 2018-09-25 106 Bytes
reg-linux-arm 2018-09-25 10.3 MB
reg-freebsd-386.sha256 2018-09-25 140 Bytes
reg-freebsd-386.md5 2018-09-25 108 Bytes
reg-freebsd-386 2018-09-25 10.1 MB
reg-freebsd-amd64.sha256 2018-09-25 142 Bytes
reg-freebsd-amd64.md5 2018-09-25 110 Bytes
reg-darwin-386.sha256 2018-09-25 139 Bytes
reg-freebsd-amd64 2018-09-25 11.8 MB
reg-darwin-386.md5 2018-09-25 107 Bytes
reg-darwin-386 2018-09-25 10.1 MB
reg-darwin-amd64.sha256 2018-09-25 141 Bytes
reg-darwin-amd64.md5 2018-09-25 109 Bytes
reg-darwin-amd64 2018-09-25 11.7 MB
README.md 2018-09-25 5.3 kB
v0.15.7 source code.tar.gz 2018-09-25 4.3 MB
v0.15.7 source code.zip 2018-09-25 5.2 MB
Totals: 33 Items   118.8 MB 0

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
:::console
# 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
:::console
# 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
:::console
# 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
:::console
# 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
:::console
# 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
:::console
# 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
:::console
# 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
:::console
# 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
:::console
# 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
:::console
# 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
Source: README.md, updated 2018-09-25