HexDec is a program made in Rust that converts hexadecimal numbers to decimal, and vice versa.
If you don't want to compile the thing yourself, download the latest release here.
If you instead want to compile HexDec, you can do so by getting Rust.
Once that is installed, clone the repository:
git clone [email protected]:Mnpn03/HexDec.git to clone with SSH, or
git clone https://github.com/Mnpn03/HexDec.git to clone with HTTPS.
Then you simply build it by running cargo build --release.
$ hexdec <hex to convert>
$ hexdec -h
HexDec is FOSS that comes with no warranty. Read more about the license used here.