Rhit works on linux and mac.
Current version: download
From precompiled binaries
Binaries are made available at every release in download.
Direct links:
Target | Files |
---|---|
Linux | x86_64-linux |
Linux/musl | x86_64-unknown-linux-musl |
Windows (experimental) | x86_64-pc-windows-gnu |
When you download executable files, you'll have to ensure the shell can find them. An easy solution is to put them in /usr/local/bin
. You may also have to set them executable using chmod +x rhit
.
From crates.io
You'll need to have the Rust development environment installed and up to date.
Once it's installed, use cargo to install rhit:
cargo install rhit
From source
You'll need to have the Rust development environment installed.
Fetch the Canop/rhit repository, move to the rhit directory, then run
cargo install --path .
From third party repositories
Homebrew
brew install rhit
APT / Deb
Ubuntu and Debian users may use this apt repository: https://packages.azlux.fr/
Arch Linux
Arch Linux users may use pacman
to install rhit from the community repository:
pacman -S rhit