# hyperfine を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

hyperfine のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:hyperfine
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install hyperfine
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install hyperfine
```

  証拠: MacPorts ports tree: sysutils/hyperfine/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add hyperfine
```

  証拠: Alpine Linux edge package indexes: hyperfine from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install hyperfine
```

  証拠: Debian stable package indexes: hyperfine from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install hyperfine
```

  証拠: Fedora Rawhide package metadata: hyperfine from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#hyperfine
```

  証拠: nixpkgs package indexes: pkgs/by-name/hy/hyperfine/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S hyperfine
```

  証拠: Arch Linux sync databases: hyperfine from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install hyperfine
```

  証拠: openSUSE Tumbleweed package metadata: hyperfine from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/hyperfine
```

  証拠: Scoop official bucket manifest trees: bucket/hyperfine.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id sharkdp.hyperfine -e
```

  証拠: Windows Package Manager source index: sharkdp.hyperfine from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:hyperfine
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/hyperfine>
- **バージョン:** 1.20.0
- **ソース概要:** Command-line benchmarking tool
- **ホームページ:** <https://github.com/sharkdp/hyperfine>
- **リポジトリ:** <https://github.com/sharkdp/hyperfine>
- **ライセンス:** Apache-2.0 OR MIT
- **ソースアーカイブ:** <https://github.com/sharkdp/hyperfine/archive/refs/tags/v1.20.0.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- hyperfine (cli)
- hyperfine (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.20.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/sharkdp/hyperfine
- 検出された最新: v1.20.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

hyperfine is a Rust command-line benchmarking tool for comparing arbitrary shell commands with repeated runs, warmups, statistical analysis, outlier detection, and export formats.

### プロジェクトの歴史

The project entered GitHub release metadata in January 2018 and reached 1.0.0 in March 2018. Its README establishes the core workflow: pass one or more commands, let hyperfine determine a run count, and compare runtimes with statistical summaries.

Over time, hyperfine grew from a convenient command timer into a reproducible benchmarking utility. Release notes added features such as parameter scans, shell control, setup and cleanup commands, JSON/CSV/Markdown/AsciiDoc export, reference-command comparisons, named outputs, and helper scripts for plotting benchmark data.

### 採用の歴史

hyperfine became a common package-manager tool for developers benchmarking CLI programs, build commands, searches, and small scripts. The input metadata lists broad packaging across Homebrew, Debian, Ubuntu, Fedora, Arch, Nix, MacPorts, Scoop, winget, Alpine, and openSUSE.

### 使われ方

Typical usage is `hyperfine 'command'` or `hyperfine 'cmd1' 'cmd2'`. Users add warmup runs for cache effects, preparation commands for cold-cache tests, parameter scans for build matrices, `--shell=none` for very fast commands, and export flags when results need to be tracked or plotted.

### パッケージ好きにとっての重要性

hyperfine is important because it made respectable microbenchmarking available as a single package-manager install. It encodes the small details package maintainers and CLI authors care about: shell startup correction, warmups, outlier warnings, machine-readable exports, cross-platform behavior, and enough statistics to avoid cargo-culting `time` output.

### タイムライン

- 2018: v0.2.0 and v1.0.0 appeared in GitHub release metadata.
- 2021: v1.12.0 expanded JSON output and export behavior.
- 2022: v1.13.0 added `--shell=none` for very fast commands.
- 2024: v1.19.0 added reference-command comparison and expanded flow controls.
- 2025: v1.20.0 added reference naming, richer ignored-exit handling, and plotting helpers.

### Related projects

- hyperfine sits alongside shell `time`, GNU time, Criterion-style benchmarking, cargo bench, and sharkdp's Rust CLI ecosystem such as fd and bat.

### ソース

- <https://api.github.com/repos/sharkdp/hyperfine/releases?per_page=100>
- <https://formulae.brew.sh/formula/hyperfine>
- <https://github.com/sharkdp/hyperfine>
- <https://raw.githubusercontent.com/sharkdp/hyperfine/master/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** hyperfine
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Debian apt - hyperfine - 1.19.0-1+b3: normalized package name match | Debian stable package indexes: hyperfine from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Command-line benchmarking tool | https://github.com/sharkdp/hyperfine
- Nix - hyperfine: normalized package name match | nixpkgs package indexes: pkgs/by-name/hy/hyperfine/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - hyperfine - 1.18.0-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: hyperfine from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Command-line benchmarking tool | https://github.com/sharkdp/hyperfine
- apk - hyperfine - 1.20.0-r0: normalized package name match | Alpine Linux edge package indexes: hyperfine from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Command-line benchmarking tool | https://github.com/sharkdp/hyperfine
- apk - hyperfine-bash-completion - 1.20.0-r0: normalized package name match | Alpine Linux edge package indexes: hyperfine-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for hyperfine | https://github.com/sharkdp/hyperfine
- apk - hyperfine-doc - 1.20.0-r0: normalized package name match | Alpine Linux edge package indexes: hyperfine-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Command-line benchmarking tool (documentation) | https://github.com/sharkdp/hyperfine
- apk - hyperfine-fish-completion - 1.20.0-r0: normalized package name match | Alpine Linux edge package indexes: hyperfine-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for hyperfine | https://github.com/sharkdp/hyperfine
- apk - hyperfine-zsh-completion - 1.20.0-r0: normalized package name match | Alpine Linux edge package indexes: hyperfine-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for hyperfine | https://github.com/sharkdp/hyperfine
- dnf - hyperfine - 1.20.0-3.fc45: normalized package name match | Fedora Rawhide package metadata: hyperfine from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Command-line benchmarking tool | https://crates.io/crates/hyperfine
- pacman - hyperfine - 1.20.0-1: normalized package name match | Arch Linux sync databases: hyperfine from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A command-line benchmarking tool | https://github.com/sharkdp/hyperfine
- zypper - hyperfine - 1.20.0-2.3: normalized package name match | openSUSE Tumbleweed package metadata: hyperfine from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Command-line benchmarking tool | https://github.com/sharkdp/hyperfine
- zypper - hyperfine-bash-completion - 1.20.0-2.3: normalized package name match | openSUSE Tumbleweed package metadata: hyperfine-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for hyperfine | https://github.com/sharkdp/hyperfine
- zypper - hyperfine-fish-completion - 1.20.0-2.3: normalized package name match | openSUSE Tumbleweed package metadata: hyperfine-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for hyperfine | https://github.com/sharkdp/hyperfine
- zypper - hyperfine-zsh-completion - 1.20.0-2.3: normalized package name match | openSUSE Tumbleweed package metadata: hyperfine-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | ZSH Completion for hyperfine | https://github.com/sharkdp/hyperfine
- MacPorts - hyperfine: normalized package name match | MacPorts ports tree: sysutils/hyperfine/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/hyperfine: normalized package name match | Scoop official bucket manifest trees: bucket/hyperfine.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [samply](https://pkg.so/ja/brew/samply/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, rust.
- [cargo-flamegraph](https://pkg.so/ja/brew/cargo-flamegraph/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, rust.
- [multitime](https://pkg.so/ja/brew/multitime/) - Shares pkgdb curated category or tags: benchmarking, cli, developer-tools, performance.
- [bench](https://pkg.so/ja/brew/bench/) - Shares pkgdb curated category or tags: benchmarking, cli, developer-tools, performance.
- [counts](https://pkg.so/ja/brew/counts/) - Shares pkgdb curated category or tags: cli, developer-tools, performance, rust.
- [sqlbench](https://pkg.so/ja/brew/sqlbench/) - Shares pkgdb curated category or tags: benchmarking, cli, developer-tools, performance.
- [pyperformance](https://pkg.so/ja/brew/pyperformance/) - Shares pkgdb curated category or tags: benchmarking, cli, developer-tools, performance.
- [weighttp](https://pkg.so/ja/brew/weighttp/) - Shares pkgdb curated category or tags: benchmarking, cli, developer-tools, performance.
- [hyperfine](https://pkg.so/ja/cargo/hyperfine/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/hyperfine.yml](https://github.com/mxcl/pkgdb/blob/main/combined/hyperfine.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
