# 使用 Homebrew, apt, dnf, MacPorts, Nix, scoop 安装 bombardier

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

## 安装

```sh
sudo av install brew:bombardier
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install bombardier
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bombardier
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install bombardier
```

  证据: Debian stable package indexes: bombardier from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install bombardier
```

  证据: Fedora Rawhide package metadata: bombardier from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#bombardier
```

  证据: nixpkgs package indexes: pkgs/by-name/bo/bombardier/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/bombardier
```

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

## 软件包事实

- **软件包键:** brew:bombardier
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/bombardier>
- **版本:** 2.0.2
- **来源摘要:** Cross-platform HTTP benchmarking tool
- **主页:** <https://github.com/codesenberg/bombardier>
- **仓库:** <https://github.com/codesenberg/bombardier>
- **许可证:** MIT
- **源码归档:** <https://github.com/codesenberg/bombardier/archive/refs/tags/v2.0.2.tar.gz>
- **最后更新:** 2026-07-26T10:56:34+02:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- bombardier (cli)
- bombardier (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 2.0.2
- 管理器更新时间: 2026-07-26
- 本地数据: OK
- 上游仓库: https://github.com/codesenberg/bombardier
- 检测到的最新版本: v2.0.2 (当前)
## 项目历史与用法

bombardier is a Go-based HTTP(S) benchmarking command-line tool, positioned as a compact load generator for quick web-service performance checks. Its README emphasizes fasthttp as the default client for speed, with later support for Go's net/http client when HTTP/2 or stricter RFC behavior is needed.

### 项目历史

The public repository history starts in May 2016 with an initial HTTP benchmarking implementation. Early tags moved quickly through v0.x releases in 2016, and the project later reached v1.x as a stable single-purpose benchmark utility.

The README documents a notable v1.1-era change: users could choose the net/http client in addition to fasthttp, trading some raw performance for HTTP/2 support and more standard HTTP behavior. The v2.0 series appeared in 2025 after the project had already become a small but established package-manager staple.

### 采用历史

bombardier spread primarily through developer package managers rather than a large framework ecosystem. The input package metadata lists Homebrew, Debian, Ubuntu, Fedora, MacPorts, Nix, and Scoop coverage, which is typical for a practical CLI used by operators and backend developers on multiple platforms.

### 使用方式

The usual workflow is to run bombardier with a connection count, request count or duration, and URL, then inspect request rate, latency distribution, HTTP status counts, errors, and throughput. It fills the same quick-check niche as tools such as ab, wrk, and hey.

### 为什么软件包爱好者会关心

For package nerds, bombardier is a good example of the Go single-binary CLI wave: small upstream, easy cross-platform packaging, and valuable enough to appear in many package indexes. Its fasthttp versus net/http switch also captures the classic benchmark-tool tension between maximum throughput and protocol fidelity.

### 时间线

- 2016-05-29: Initial public commits for the HTTP benchmarking tool.
- 2016-05-29: v0.1 tag appears in the Git repository.
- 2016-10-26: v0.5 tag appears after several early 2016 releases.
- 2020-10-15: v1.2.5 tag shows continued maintenance after the initial release period.
- 2025-02-23: v2.0 and v2.0.1 tags appear.
- 2025-03-04: v2.0.2 tag appears.

### Related projects

- fasthttp is a central implementation dependency called out by the README.
- Go's net/http client is the alternative client path documented for HTTP/2 and standards-sensitive tests.
- Comparable HTTP benchmark CLIs include ApacheBench, wrk, and hey.

### 来源

- <https://github.com/codesenberg/bombardier#readme>
- <https://github.com/codesenberg/bombardier/releases>
- source_facts.package-manager


## 安全说明

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

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** bombardier
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Debian apt - bombardier - 0.8.3+nmu4: normalized package name match | Debian stable package indexes: bombardier from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | The GNU Bombing utility
- Nix - bombardier: normalized package name match | nixpkgs package indexes: pkgs/by-name/bo/bombardier/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - bombardier - 0.8.3+nmu3: normalized package name match | Ubuntu 24.04 LTS package indexes: bombardier from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | The GNU Bombing utility
- dnf - bombardier - 0.8.8-2.fc45: normalized package name match | Fedora Rawhide package metadata: bombardier from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | The GNU Bombing utility | http://packages.debian.org/stable/source/bombardier
- MacPorts - bombardier: normalized package name match | MacPorts ports tree: net/bombardier/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/bombardier: normalized package name match | Scoop official bucket manifest trees: bucket/bombardier.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/zh-hans/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [go](https://pkg.so/zh-hans/brew/go/) - Build dependency declared by Homebrew.
- [plow](https://pkg.so/zh-hans/brew/plow/) - Shares pkgdb curated category or tags: benchmarking, cli, http, load-testing, networking.
- [oha](https://pkg.so/zh-hans/brew/oha/) - Shares pkgdb curated category or tags: benchmark, cli, http, load-testing, networking.
- [dnsperf](https://pkg.so/zh-hans/brew/dnsperf/) - Shares pkgdb curated category or tags: benchmarking, cli, load-testing, networking.
- [httptap](https://pkg.so/zh-hans/brew/httptap/) - Shares pkgdb curated category or tags: cli, http, networking, performance.
- [fortio](https://pkg.so/zh-hans/brew/fortio/) - Shares pkgdb curated category or tags: benchmarking, cli, http, load-testing, networking.
- [dnspyre](https://pkg.so/zh-hans/brew/dnspyre/) - Shares pkgdb curated category or tags: benchmarking, cli, networking.
- [getparty](https://pkg.so/zh-hans/brew/getparty/) - Shares pkgdb curated category or tags: cli, go, http, networking.
- [go-camo](https://pkg.so/zh-hans/brew/go-camo/) - Shares pkgdb curated category or tags: cli, go, http, networking.
- [ali](https://pkg.so/zh-hans/brew/ali/) - Both packages touch the same language runtime or ecosystem. Shared terms: benchmark, benchmarking, cli, go, http.
- [cassowary](https://pkg.so/zh-hans/brew/cassowary/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, cross, cross-platform, go, http.

## Combined YAML source

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


## 来源

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