# Installer ali avec Homebrew, apk, MacPorts, Nix, pacman

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

## installation

```sh
sudo av install brew:ali
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ali
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ali
```

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

### Linux

- apk (92%):

```sh
sudo apk add ali
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#ali
```

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

- pacman (92%):

```sh
sudo pacman -S ali
```

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

## Faits du paquet

- **Clé du paquet:** brew:ali
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ali>
- **Version:** 0.8.0
- **Résumé source:** Generate HTTP load and plot the results in real-time
- **Page d'accueil:** <https://github.com/nakabonne/ali>
- **Dépôt:** <https://github.com/nakabonne/ali>
- **Docs amont:** <https://github.com/nakabonne/ali#readme>
- **Licence:** MIT
- **Archive source:** <https://github.com/nakabonne/ali/archive/refs/tags/v0.8.0.tar.gz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- ali (cli)
- ali (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.8.0
- données locales: OK
- dépôt amont: https://github.com/nakabonne/ali
- dernière version détectée: v0.8.0 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

ali is a Go HTTP load-testing tool with a terminal UI for real-time charts. It is built for developers who want quick interactive load generation and immediate latency/throughput feedback without exporting data to a separate graphing tool first.

### Historique du projet

The public GitHub repository was created in September 2020 by Ryo Nakao. The README describes ali as a load-testing tool capable of real-time analysis, inspired by vegeta and jplot.

The project combines HTTP attack generation with a TUI that can plot metrics while the test is running. Its README also calls out export support for downstream processing, which gives it both interactive and script-adjacent workflows.

### Historique d'adoption

ali has broad package-manager presence for a small load-testing tool. The README documents Homebrew, MacPorts, APT, RPM, Pacman, APK, Go, and Docker installation paths, and the input facts also list Homebrew, MacPorts, Nix, Pacman, and Alpine packages.

Official GitHub metadata checked for this batch showed several thousand stars and more than a hundred forks, suggesting visible adoption among developers looking for terminal-first HTTP benchmarking tools.

### Modes d'utilisation

The simplest usage is `ali http://host.xz`, then launching the attack from the UI with default rate and duration. Users can tune rate, duration, workers, headers, request bodies, TLS settings, HTTP/2 behavior, DNS resolvers, and export directory through flags.

Its real-time terminal charts make it useful during exploratory testing, quick endpoint smoke tests under load, and demos where immediate feedback matters more than a full benchmarking lab.

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

ali is package-nerd-friendly because it is a single Go CLI that feels like a mashup of `vegeta` and terminal dashboards. Installing it through a package manager gives users a quick, reproducible load-test command without building a local observability stack.

It also shows a common packaging pattern for developer CLIs: upstream release binaries, distro packages, Homebrew taps/formulae, Docker, and `go install` all coexist.

### Chronologie

- 2020: Public GitHub repository created.
- 2020s: README documents Homebrew, distro package, Go, and Docker installation paths.
- 2026: Repository metadata still shows active project visibility with thousands of stars.

### Related projects

- Related projects include vegeta for HTTP load testing, jplot for plotting inspiration, and termdash/termbox-go for terminal rendering.

### Sources

- <https://api.github.com/repos/nakabonne/ali>
- <https://github.com/nakabonne/ali>
- <https://raw.githubusercontent.com/nakabonne/ali/master/README.md>
- source_facts.package-manager


## Notes de sécurité

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

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

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ali
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** nmh
- **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 - ali: normalized package name match | nixpkgs package indexes: pkgs/by-name/al/ali/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - ali - 0.8.0-r4: normalized package name match | Alpine Linux edge package indexes: ali from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Generate HTTP load and plot the results in real-time | https://github.com/nakabonne/ali
- apk - ali-doc - 0.8.0-r4: normalized package name match | Alpine Linux edge package indexes: ali-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Generate HTTP load and plot the results in real-time (documentation) | https://github.com/nakabonne/ali
- pacman - ali - 0.8.0-1: normalized package name match | Arch Linux sync databases: ali from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Generate HTTP load and plot the results in real-time | https://github.com/nakabonne/ali
- MacPorts - ali: normalized package name match | MacPorts ports tree: www/ali/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Build dependency declared by Homebrew.
- [hey](https://www.automicvault.com/fr/pkg/brew/hey/) - Shares av.db curated category or tags: benchmark, cli, developer-tools, http, load-testing.
- [httpstat](https://www.automicvault.com/fr/pkg/brew/httpstat/) - Shares av.db curated category or tags: cli, developer-tools, http, performance.
- [apib](https://www.automicvault.com/fr/pkg/brew/apib/) - Shares av.db curated category or tags: benchmark, cli, developer-tools, http.
- [autocannon](https://www.automicvault.com/fr/pkg/brew/autocannon/) - Shares av.db curated category or tags: benchmark, cli, developer-tools, http.
- [cassowary](https://www.automicvault.com/fr/pkg/brew/cassowary/) - Shares av.db curated category or tags: cli, developer-tools, http, load-testing, performance.
- [gcviewer](https://www.automicvault.com/fr/pkg/brew/gcviewer/) - Shares av.db curated category or tags: cli, developer-tools, performance.
- [goku](https://www.automicvault.com/fr/pkg/brew/goku/) - Shares av.db curated category or tags: cli, developer-tools, http, load-testing.
- [gor](https://www.automicvault.com/fr/pkg/brew/gor/) - Shares av.db curated category or tags: cli, developer-tools, http, load-testing.
- [loadtest](https://www.automicvault.com/fr/pkg/npm/loadtest/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, http, load.

## Combined YAML source

View the package source record on GitHub. [combined/ali.yml](https://github.com/automic-vault/db/blob/main/combined/ali.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
