macOS
brew install heylocal Homebrew formula metadata
sudo port install heyMacPorts ports tree · www/hey/Portfile · source: api.github.com
brew
HTTP load generator, ApacheBench (ab) replacement. Version 0.1.5 via Homebrew; verified from local package data.
install
brew install heylocal Homebrew formula metadata
sudo port install heyMacPorts ports tree · www/hey/Portfile · source: api.github.com
sudo apk add heyAlpine Linux edge package indexes · hey · source: dl-cdn.alpinelinux.org
sudo apt install heyDebian stable package indexes · hey · source: deb.debian.org
nix profile install nixpkgs#heynixpkgs package indexes · pkgs/by-name/he/hey/package.nix · source: api.github.com
sudo zypper install heyopenSUSE Tumbleweed package metadata · hey · source: download.opensuse.org
overview
HTTP load generator, ApacheBench (ab) replacement
history
hey is a small Go HTTP load generator and benchmarking CLI, explicitly described as an ApacheBench replacement. It sends concurrent requests to a URL and reports timing and response statistics.
The GitHub repository was created in September 2016. The README explains the naming history: the project was originally called boom, was influenced by Tarek Ziade's boom, and was renamed to hey to avoid binary-name conflicts and preserve the original boom name for its owner.
The project stayed deliberately small: a single-purpose executable with flags for request count, concurrency, rate limiting, duration-based runs, output format, HTTP method, headers, body data, basic auth, proxy, keep-alive behavior, redirects, CPU count, and HTTP/2.
Homebrew packaging is documented directly in the README, and the batch metadata lists additional package-manager coverage in Alpine, Debian, MacPorts, Nix, Ubuntu, and openSUSE/Zypper. That spread reflects hey's role as a drop-in CLI utility for quick HTTP load checks.
GitHub release pages show tagged 0.1.x releases and downloadable assets, including platform binaries in older releases. Later release notes document community pull requests and additions such as Dockerfile support, CI, DNS-output fixes, dependency upgrades, and a request-function hook for library-style traffic variation.
The common use is intentionally direct: run hey against a URL, optionally choose total requests with -n, concurrency with -c, duration with -z, per-worker QPS with -q, and method/body/header options for non-GET requests. The README examples cover default requests, a 1000-request/100-worker run, duration-based load, POST bodies, custom headers, HTTP/2, and rate limiting.
The tool sits between curl-style manual checks and heavier load-testing systems. It is most useful when a developer, operator, or package maintainer wants a quick repeatable command that can be installed with the local package manager and run without a service or scenario file.
hey is package-nerd significant because ApacheBench is ubiquitous but historically tied to Apache httpd packaging. hey gives users a small standalone Go binary with a modern CLI surface, HTTP/2 support, and easy cross-platform distribution.
The rename from boom to hey is also a packaging lesson: executable names collide, and a short memorable binary name only works if it does not trample an existing tool's namespace.
security posture
broad file, network, media, or database tool signal. generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
hey | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:hey |
|---|---|
| Version | 0.1.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/hey |
| Homepage | https://github.com/rakyll/hey |
| Repository | https://github.com/rakyll/hey |
| Upstream docs | https://github.com/rakyll/hey#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/rakyll/hey/archive/refs/tags/v0.1.5.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hey |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
hey 0.1.4+ds-1+b8
Sends some load to a web application
sudo apt install heyhey
nix profile install nixpkgs#heyhey 0.1.4-2build1
Sends some load to a web application
sudo apt install heyhey 0.1.4-r41
HTTP load generator
sudo apk add heyhey 0.1.5-1.4
HTTP load generator, ApacheBench (ab) replacement
sudo zypper install heyhey
sudo port install heysource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.