# Installer oha avec Homebrew, apk, MacPorts, Nix, pacman, scoop, winget

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

## installation

```sh
sudo av install brew:oha
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install oha
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install oha
```

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

### Linux

- apk (92%):

```sh
sudo apk add oha
```

  Preuve: Alpine Linux edge package indexes: oha from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#oha
```

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

- pacman (92%):

```sh
sudo pacman -S oha
```

  Preuve: Arch Linux sync databases: oha from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/oha
```

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

- winget (92%):

```sh
winget install --id hatoo.oha -e
```

  Preuve: Windows Package Manager source index: hatoo.oha from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:oha
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.15.0
- **Résumé source:** HTTP load generator, inspired by rakyll/hey with tui animation
- **Page d'accueil:** <https://github.com/hatoo/oha/>
- **Dépôt:** <https://github.com/hatoo/oha>
- **Dernière mise à jour:** 2026-07-11T10:21:31Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- oha (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.15.0
## Historique du projet et usages

oha, short for Ohayou, is a Rust HTTP load generator that combines hey-style request generation with a live terminal UI. It is aimed at quick HTTP benchmarking from the command line, with concurrency, duration, QPS limiting, HTTP/2, experimental HTTP/3, proxy, TLS, authentication, and request-body options.

### Historique du projet

The hatoo/oha repository was created on 2020-03-02. Its README explicitly says oha is inspired by rakyll/hey, written in Rust, powered by tokio, and uses ratatui for the TUI.

The hey relationship is important historically: hey is itself described as an ApacheBench replacement that was originally called boom before being renamed to avoid binary-name conflicts. oha keeps the small-load-generator spirit but differentiates itself with animated terminal feedback and a Rust async implementation.

### Historique d'adoption

oha crossed from Rust packaging into OS package managers. The README documents cargo install, pre-built GitHub releases, Arch Linux, Homebrew, WinGet, Debian via Azlux's repository, X-CMD, and an official container image. Homebrew Formulae reported stable version 1.14.0 and 5,312 installs in its 365-day analytics window when fetched on 2026-07-01.

GitHub API metadata fetched on 2026-07-01 reported 10,351 stars and 291 forks, which is a strong signal for a focused benchmarking CLI. The repository topics include benchmark, HTTP, HTTP/2, load-generator, load-testing, Rust, TUI, and command-line.

### Modes d'utilisation

A typical run points oha at a URL and supplies request count, concurrency, duration, QPS, headers, body data, HTTP method, proxy settings, TLS options, redirect limits, or HTTP version flags. By default it displays a live TUI, while --no-tui supports script-friendly runs.

The README notes that oha's -q option is an overall query-per-second limit rather than a per-worker limit, a small but important semantic difference from hey. It also warns users to raise open-file limits for large concurrency values, which places it in the practical load-testing toolbox rather than purely synthetic benchmarking.

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

oha is package-nerd-significant because it shows the modern Rust CLI distribution pattern: crates.io installation, GitHub release binaries, Homebrew bottles, Arch packaging, WinGet, containers, optional feature flags, and TLS backend choices. It is also a concise example of a tool winning mindshare by improving the UX of an older CLI category rather than inventing a new benchmark model.

### Chronologie

- 2020-03-02: the hatoo/oha GitHub repository was created.
- 2026-07-01: Homebrew Formulae listed stable version 1.14.0.
- 2026-07-01: GitHub API metadata reported 10,351 stars and 291 forks.

### Related projects

- oha is directly related to rakyll/hey, and through hey to the older boom load generator. Its Rust implementation uses tokio for async runtime behavior and ratatui for the terminal interface.

### Sources

- <https://api.github.com/repos/hatoo/oha>
- <https://formulae.brew.sh/api/formula/oha.json>
- <https://formulae.brew.sh/formula/oha>
- <https://github.com/hatoo/oha>
- <https://github.com/rakyll/hey>
- <https://raw.githubusercontent.com/hatoo/oha/master/README.md>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Nix - oha: normalized package name match | nixpkgs package indexes: pkgs/by-name/oh/oha/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - oha - 1.15.0-r0: normalized package name match | Alpine Linux edge package indexes: oha from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | HTTP load generator with TUI animation | https://github.com/hatoo/oha/tree/master
- apk - oha-doc - 1.15.0-r0: normalized package name match | Alpine Linux edge package indexes: oha-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | HTTP load generator with TUI animation (documentation) | https://github.com/hatoo/oha/tree/master
- pacman - oha - 1.15.0-1: normalized package name match | Arch Linux sync databases: oha from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation | https://github.com/hatoo/oha
- MacPorts - oha: normalized package name match | MacPorts ports tree: net/oha/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/oha: normalized package name match | Scoop official bucket manifest trees: bucket/oha.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - hatoo.oha: normalized package name match | Windows Package Manager source index: hatoo.oha from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Sources

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