# bombardier を Homebrew, apt, dnf, MacPorts, Nix, scoop でインストール

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