# speedbump を Homebrew, MacPorts でインストール

speedbump のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:speedbump
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install speedbump
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install speedbump
```

  証拠: MacPorts ports tree: net/speedbump/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:speedbump
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.1.0
- **ソース概要:** TCP proxy for simulating variable, yet predictable network latency
- **ホームページ:** <https://github.com/kffl/speedbump>
- **リポジトリ:** <https://github.com/kffl/speedbump>
- **最終更新:** 2026-07-26T04:03:43+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- speedbump (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.1.0
## プロジェクトの歴史と使われ方

speedbump is a Go TCP proxy for adding predictable variable latency to network connections. It occupies the small but useful CLI niche of making bad networks reproducible during local development and testing.

### プロジェクトの歴史

The official GitHub repository was created in June 2022. Its README describes speedbump as a TCP proxy written in Go that simulates variable network latency and documents release binaries, source builds, and a container image.

### 採用の歴史

Official releases started in July 2022 and reached v1.1.0 in November 2022. The repository metadata and README show adoption signals around prebuilt release assets, Docker use, Go documentation, and package-manager availability rather than a large external ecosystem.

### 使われ方

The CLI is run as a listening proxy pointed at a destination, with options for base latency and wave-shaped latency variation. Developers use it to test how TCP clients and services behave under controlled delay without changing application code.

### パッケージ好きにとっての重要性

Package nerds care because speedbump is a single-purpose, scriptable network impairment tool: install one binary, wrap a destination, and reproduce latency profiles in CI, demos, or local debugging. It is small enough to package cleanly but practical enough to save bespoke test harnesses.

### タイムライン

- 2022: kffl/speedbump repository created on GitHub.
- 2022: v0.1.0 and v1.0.0 releases published.
- 2022: v1.1.0 release published.

### Related projects

- The project also publishes a Docker image for container-based use.
- Its Go library package can be used programmatically for delaying TCP connections.

### ソース

- <https://api.github.com/repos/kffl/speedbump>
- <https://github.com/kffl/speedbump>
- <https://github.com/kffl/speedbump/releases>


## セキュリティノート

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

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## 他のパッケージマネージャ記録

- MacPorts - speedbump: normalized package name match | MacPorts ports tree: net/speedbump/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

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