# 使用 Homebrew, MacPorts 安装 speedbump

查看 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
