The latest release of REHex is 0.61.1, released on 2024-03-13.
For a list of changes, see the release page on GitHub.

Please select your operating system below.
Windows logo Windows
Apple logo macOS
Linux mascot Linux (generic)
Debian logo Debian

Prebuilt packages for Debian are available via my APT repository, follow the instructions below to install it.

First, you will need to add the release signing key to your system:

sudo wget -O /etc/apt/trusted.gpg.d/solemnwarning-archive-keyring.gpg \
    https://repos.solemnwarning.net/debian/solemnwarning-archive-keyring.gpg

Add the following lines to your /etc/apt/sources.list file:

deb http://repos.solemnwarning.net/debian/ CODENAME main
deb-src http://repos.solemnwarning.net/debian/ CODENAME main

NOTE: Replace CODENAME with the version you're running (e.g. bookworm or bullseye).

Finally, you can install the package:

$ sudo apt-get update
$ sudo apt-get install rehex
Ubuntu logo Ubuntu

Prebuilt packages for Ubuntu are available via my APT repository, follow the instructions below to install it.

First, you will need to add the release signing key to your system:

sudo wget -O /etc/apt/trusted.gpg.d/solemnwarning-archive-keyring.gpg \
    https://repos.solemnwarning.net/ubuntu/solemnwarning-archive-keyring.gpg

Add the following lines to your /etc/apt/sources.list file:

deb  [arch=amd64] http://repos.solemnwarning.net/ubuntu/ CODENAME main
deb-src  [arch=amd64] http://repos.solemnwarning.net/ubuntu/ CODENAME main

NOTE: Replace CODENAME with the version you're running (e.g. focal for 20.04 or lunar for 23.04).

Finally, you can install the package:

$ sudo apt-get update
$ sudo apt-get install rehex

NOTE: Ubuntu users must have the "universe" package repository enabled to install some of the dependencies.

Fedora logo Fedora

Prebuilt packages for Fedora Linux are available from Copr and can be installed using the following commands:

$ sudo dnf copr enable solemnwarning/rehex
$ sudo dnf install rehex
Red Hat logo Red Hat Enterprise Linux

Prebuilt packages for Red Hat Enterprise Linux (or Rocky Linux, CentOS, etc) are available from Copr and can be installed using the following commands:

$ sudo dnf install epel-release
$ sudo dnf copr enable solemnwarning/rehex
$ sudo dnf install rehex
FreeBSD logo FreeBSD

REHex is available in the official FreeBSD package tree, simply install it as shown below:

$ pkg install rehex
OpenSUSE logo openSUSE

REHex is available as a package in openSUSE "Tumbleweed" - install using the commands below:

$ sudo zypper ar obs://editors editors
$ sudo zypper ref
$ sudo zypper in rehex