# Install ali with Homebrew, apk, MacPorts, Nix, pacman

Generate HTTP load and plot the results in real-time. Version 0.8.0 via Homebrew; verified from local package data.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install ali
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ali
```

  Evidence: 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
```

  Evidence: 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
```

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:ali
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/ali>
- **Version:** 0.8.0
- **Source summary:** Generate HTTP load and plot the results in real-time
- **Homepage:** <https://github.com/nakabonne/ali>
- **Repository:** <https://github.com/nakabonne/ali>
- **Upstream docs:** <https://github.com/nakabonne/ali#readme>
- **License:** MIT
- **Source archive:** <https://github.com/nakabonne/ali/archive/refs/tags/v0.8.0.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- ali (cli)
- ali (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.8.0
- Local data: ok
- Upstream repository: https://github.com/nakabonne/ali
- Upstream latest detected: v0.8.0 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 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


## Security Notes

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

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Source Database Details

- **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

## Other Package-Manager Records

- 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


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [hey](https://www.automicvault.com/pkg/brew/hey/) - Shares av.db curated category or tags: benchmark, cli, developer-tools, http, load-testing.
- [httpstat](https://www.automicvault.com/pkg/brew/httpstat/) - Shares av.db curated category or tags: cli, developer-tools, http, performance.
- [apib](https://www.automicvault.com/pkg/brew/apib/) - Shares av.db curated category or tags: benchmark, cli, developer-tools, http.
- [autocannon](https://www.automicvault.com/pkg/brew/autocannon/) - Shares av.db curated category or tags: benchmark, cli, developer-tools, http.
- [cassowary](https://www.automicvault.com/pkg/brew/cassowary/) - Shares av.db curated category or tags: cli, developer-tools, http, load-testing, performance.
- [gcviewer](https://www.automicvault.com/pkg/brew/gcviewer/) - Shares av.db curated category or tags: cli, developer-tools, performance.
- [goku](https://www.automicvault.com/pkg/brew/goku/) - Shares av.db curated category or tags: cli, developer-tools, http, load-testing.
- [gor](https://www.automicvault.com/pkg/brew/gor/) - Shares av.db curated category or tags: cli, developer-tools, http, load-testing.

## 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
