Install binary distribution
Download the binary
Download the latest ethrex release for your OS from the packaged binaries
For Linux x86_64:
curl -L https://github.com/lambdaclass/ethrex/releases/latest/download/ethrex-linux_x86_64 -o ethrex
For Linux ARM:
curl -L https://github.com/lambdaclass/ethrex/releases/latest/download/ethrex-linux_aarch64 -o ethrex
For MacOS (Apple Silicon):
curl -L https://github.com/lambdaclass/ethrex/releases/latest/download/ethrex-macos_aarch64 -o ethrex
Give execution permissions to the binary
chmod +x ethrex
Finally, you can verify the program is working by running:
./ethrex --version
tip
For convenience, you can move the ethrex
binary to a directory in your $PATH
, so you can run it from anywhere.