How to install HermitGrab

How to install HermitGrab

HermitGrab is open source and ready to use. Get started in seconds with a single binary.

Install from hermitgrab.app

bash -c "$(curl -fsSL https://hermitgrab.app/install.sh)"

Download from GitHub

Download the latest release from GitHub.

Place the executable binary in a directory in your PATH, such as /usr/local/bin or ~/.local/bin. Make sure to grant it execute permissions with chmod +x <binary>.

Binaries

ArchitectureDownload Link
arm64 / aarch64hermitgrab-linux-aarch64
amd64 / x86_64hermitgrab-linux-x86_64

Decompress the file with tar -xvzf <mybinary>.tar.gz and copy it to your preferred execution location.

Tar.gz

ArchitectureDownload Link
arm64 / aarch64hermitgrab-linux-aarch64.tar.gz
amd64 / x86_64hermitgrab-linux-x86_64.tar.gz

With brew:

brew tap KarstenB/HermitGrab
brew install hermitgrab
⚠️
The released binaries are currently unsigned. MacOs Gatekeeper may not allow to run them.

Place the executable binary in a directory in your PATH, such as /usr/local/bin. Make sure to grant it execute permissions with chmod +x <binary>.

Binaries

ArchitectureDownload Link
arm64 / aarch64hermitgrab-macos-aarch64
amd64 / x86_64hermitgrab-macos-x86_64

Decompress the file with unzip <mybinary>.zip and copy it to your preferred execution location.

Zip

ArchitectureDownload Link
arm64 / aarch64hermitgrab-macos-aarch64.zip
amd64 / x86_64hermitgrab-macos-x86_64.zip
⚠️
The Windows build is experimental. Please report any bugs you encounter.
ArchitectureDownload Link
x86_64hermitgrab-windows-x86_64.zip

Or, build from source with Cargo

cargo install --git https://github.com/KarstenB/hermitgrab.git hermitgrab