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
Architecture | Download Link |
---|---|
arm64 / aarch64 | hermitgrab-linux-aarch64 |
amd64 / x86_64 | hermitgrab-linux-x86_64 |
Decompress the file with tar -xvzf <mybinary>.tar.gz
and copy it to your preferred execution location.
Tar.gz
Architecture | Download Link |
---|---|
arm64 / aarch64 | hermitgrab-linux-aarch64.tar.gz |
amd64 / x86_64 | hermitgrab-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
Architecture | Download Link |
---|---|
arm64 / aarch64 | hermitgrab-macos-aarch64 |
amd64 / x86_64 | hermitgrab-macos-x86_64 |
Decompress the file with unzip <mybinary>.zip
and copy it to your preferred execution location.
Zip
Architecture | Download Link |
---|---|
arm64 / aarch64 | hermitgrab-macos-aarch64.zip |
amd64 / x86_64 | hermitgrab-macos-x86_64.zip |
⚠️
The Windows build is experimental. Please report any bugs you encounter.
Architecture | Download Link |
---|---|
x86_64 | hermitgrab-windows-x86_64.zip |
Or, build from source with Cargo
cargo install --git https://github.com/KarstenB/hermitgrab.git hermitgrab