# Installer ghz avec Homebrew, MacPorts, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ghz pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:ghz
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ghz
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ghz
```

  Preuve: MacPorts ports tree: net/ghz/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ghz
```

  Preuve: nixpkgs package indexes: pkgs/by-name/gh/ghz/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/ghz
```

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

## Faits du paquet

- **Clé du paquet:** brew:ghz
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ghz>
- **Version:** 0.121.0
- **Résumé source:** Simple gRPC benchmarking and load testing tool
- **Page d'accueil:** <https://ghz.sh>
- **Dépôt:** <https://github.com/bojand/ghz>
- **Docs amont:** <https://ghz.sh/docs/intro.html>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/bojand/ghz/archive/refs/tags/v0.121.0.tar.gz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- ghz (cli)
- ghz (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 0.121.0
- données locales: OK
- dépôt amont: https://github.com/bojand/ghz
- dernière version détectée: v0.121.0 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

ghz is a Go-based command-line utility and library for benchmarking and load testing gRPC services. Its niche is the gap between generic HTTP load generators and the protocol-specific needs of gRPC users, including proto files, reflection, metadata, streaming calls, and structured reports.

### Historique du projet

The public GitHub repository was created in March 2018 by Bojan D., with the project described from the start as a simple gRPC benchmarking and load testing tool. The documentation presents ghz as both a CLI and a Go package, so the project evolved around two usage surfaces: a terminal tool for direct test runs and library APIs for embedding performance tests in Go programs.

The release stream moved through many 0.x versions, with tagged releases reaching the 0.100 series by the early 2020s. That long pre-1.0 series fits the tool's role in a fast-moving gRPC ecosystem, where users needed practical support for proto/protoset inputs, reflection, TLS options, load schedules, output formats, and CI-friendly regression testing.

### Historique d'adoption

ghz gained adoption among teams that operate gRPC services and need a protocol-aware load generator rather than adapting HTTP-centric tools. Its availability through Homebrew, MacPorts, Nix, Scoop, Docker, GitHub releases, and `go install` made it easy to put into developer laptops, CI jobs, and ephemeral benchmark environments.

The repository's public footprint, package-manager coverage, and dedicated documentation site indicate a tool used beyond a single internal project. Its significance is strongest in Go and gRPC communities, where generated protobuf types and service method names are already part of the normal development workflow.

### Modes d'utilisation

Practitioners use ghz to run local checks against a gRPC endpoint, tune request rate and worker concurrency, exercise unary or streaming methods, and emit summary, JSON, CSV, HTML, or Influx-compatible output. The documented Go package lets teams build custom performance tests around the same runner and printer machinery.

A common workflow is to provide a `.proto` file or protoset, name a fully qualified service method, pass JSON call data and metadata, then vary request counts, duration, rate limits, concurrency schedules, and TLS settings while watching latency and error distributions.

### Pourquoi les passionnés de paquets s'y intéressent

For package maintainers, ghz is a compact example of a Go CLI that ships well across ecosystems: single binaries, Homebrew formula, Scoop manifest, Nix package, Docker build, and direct `go install`. For users, it is the installable gRPC benchmarker that avoids building a one-off harness for every service.

### Chronologie

- 2018: Public GitHub repository created.
- 2023: The project had tagged releases in the 0.113 to 0.117 range.
- 2024: Releases continued through the 0.120 series.
- 2025: The 0.121.0 release was published.

### Related projects

- ghz is related to gRPC, Protocol Buffers, Go benchmark tooling, and general load-testing tools such as wrk, vegeta, and k6, but it specializes in gRPC request construction and reporting.

### Sources

- <https://api.github.com/repos/bojand/ghz>
- <https://ghz.sh/docs/intro.html>
- <https://github.com/bojand/ghz>
- <https://github.com/bojand/ghz/releases>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ghz
- **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

## Autres enregistrements de gestionnaires de paquets

- Nix - ghz: normalized package name match | nixpkgs package indexes: pkgs/by-name/gh/ghz/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - ghz: normalized package name match | MacPorts ports tree: net/ghz/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/ghz: normalized package name match | Scoop official bucket manifest trees: bucket/ghz.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/fr/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Build dependency declared by Homebrew.
- [ghz-web](https://www.automicvault.com/fr/pkg/brew/ghz-web/) - Shares the same upstream source repository.
- [http_load](https://www.automicvault.com/fr/pkg/brew/http-load/) - Shares av.db curated category or tags: benchmarking, cli, developer-tools, load-testing, performance-testing.
- [httperf](https://www.automicvault.com/fr/pkg/brew/httperf/) - Shares av.db curated category or tags: benchmarking, cli, developer-tools, performance-testing.
- [jmeter](https://www.automicvault.com/fr/pkg/brew/jmeter/) - Shares av.db curated category or tags: cli, developer-tools, load-testing, performance-testing.
- [k6](https://www.automicvault.com/fr/pkg/brew/k6/) - Shares av.db curated category or tags: cli, developer-tools, go, load-testing, performance-testing.
- [vegeta](https://www.automicvault.com/fr/pkg/brew/vegeta/) - Shares av.db curated category or tags: benchmarking, cli, developer-tools, go, load-testing.
- [weighttp](https://www.automicvault.com/fr/pkg/brew/weighttp/) - Shares av.db curated category or tags: benchmarking, cli, developer-tools, performance-testing.
- [artillery](https://www.automicvault.com/fr/pkg/brew/artillery/) - Shares av.db curated category or tags: cli, developer-tools, load-testing, performance-testing.

## Combined YAML source

View the package source record on GitHub. [combined/ghz.yml](https://github.com/automic-vault/db/blob/main/combined/ghz.yml)


## Sources

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