Install hyperfine
masterHyperfine can be installed on various platforms using package managers or from source.
Linux
- Ubuntu/Debian:
apt install hyperfineor download the.debfrom the Release page. - Fedora:
dnf install hyperfine - Arch Linux:
pacman -S hyperfine - Alpine Linux:
apk add hyperfine - NixOS:
nix-env -i hyperfine - openSUSE:
zypper install hyperfine - Void Linux:
xbps-install -S hyperfine
macOS
- Homebrew:
brew install hyperfine - MacPorts:
sudo port install hyperfine
Windows
- Chocolatey:
choco install hyperfine - Scoop:
scoop install hyperfine - Winget:
winget install hyperfine
Other
- Cargo (Rust):
cargo install --locked hyperfine(Requires Rust 1.76+) - Conda:
conda install -c conda-forge hyperfine
# Example: Installing via apt on Ubuntu
apt install hyperfine
# Example: Installing via Homebrew on macOS
brew install hyperfine
# Example: Installing via Cargo
cargo install --locked hyperfine