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.8
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-freebsd-amd64 2018-09-25 11.8 MB
reg-darwin-386.sha256 2018-09-25 139 Bytes
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.8 source code.tar.gz 2018-09-25 4.3 MB
v0.15.8 source code.zip 2018-09-25 5.2 MB
Totals: 33 Items   118.8 MB 1

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