pkg.soopen package index

brew / 排名 1607

使用 Homebrew, apk, apt, MacPorts, Nix, zypper 安装 hey

查看 hey 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install hey

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install hey

MacPorts ports tree · www/hey/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add hey

Alpine Linux edge package indexes · hey · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install hey

Debian stable package indexes · hey · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#hey

nixpkgs package indexes · pkgs/by-name/he/hey/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install hey

openSUSE Tumbleweed package metadata · hey · 来源: download.opensuse.org

概览

软件包摘要

HTTP load generator, ApacheBench (ab) replacement

命令和别名

  • hey

历史

项目历史与用法

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.

时间线

  • 2016-09: GitHub repository metadata records creation of rakyll/hey.
  • 2016: The README records the rename from boom to hey after conflicts with Tarek Ziade's boom.
  • 2010s: README installation notes include platform binaries and Homebrew packaging.
  • 2020s: Release notes document continued maintenance through 0.1.x tags, including request-generation hooks, Dockerfile support, CI, and dependency updates.

Related projects

  • Related tools include ApacheBench (ab), Tarek Ziade's boom, wrk, vegeta, bombardier, curl for single-request checks, and larger scenario-based load-testing systems.

来源

  • GitHub README provides the origin/rename explanation, ApacheBench-replacement description, installation, package-manager note, usage flags, HTTP/2 support, and examples.
  • GitHub release pages provide tagged release history and maintenance notes.
  • Homebrew formula metadata and the input package-manager map support the package-manager adoption summary.

安全态势

风险级别:yellow

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • broad file, network, media, or database tool signal
  • generalized runtime or code generation signal

信号

  • text:http
  • text:repl

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
heycli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-04
管理器版本0.1.5
管理器更新时间2026-07-25
本地数据OK
上游当前
检测到的最新版本v0.1.5

https://github.com/rakyll/hey

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:hey
版本0.1.5
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/hey
主页https://github.com/rakyll/hey
仓库https://github.com/rakyll/hey
许可证Apache-2.0
源码归档https://github.com/rakyll/hey/archive/refs/tags/v0.1.5.tar.gz
最后更新2026-07-25T20:56:30-04:00
Pulseupdated
构建依赖go
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namehey
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

hey 0.1.4+ds-1+b8

Sends some load to a web application

https://github.com/rakyll/hey

sudo apt install hey
  • Section: devel
  • Architecture: amd64
  • Source Package: hey
  • 1 依赖
  • normalized package name match
  • 匹配方式:Hey
Debian stable package indexes · deb.debian.org · Debian stable package indexes: hey from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

hey

nix profile install nixpkgs#hey
  • normalized package name match
  • 匹配方式:Hey
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/he/hey/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

hey 0.1.4-2build1

Sends some load to a web application

https://github.com/rakyll/hey

sudo apt install hey
  • Section: universe/devel
  • Architecture: amd64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Hey
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: hey from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

hey 0.1.4-r42

HTTP load generator

https://github.com/rakyll/hey

sudo apk add hey
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: hey
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Hey
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: hey from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
zypper95%

hey 0.1.5-1.7

HTTP load generator, ApacheBench (ab) replacement

https://github.com/rakyll/hey

sudo zypper install hey
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: hey
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Hey
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: hey from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

hey

sudo port install hey
  • normalized package name match
  • 匹配方式:Hey
MacPorts ports tree · api.github.com · MacPorts ports tree: www/hey/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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