# bzt を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:bzt
```

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

### macOS

- Homebrew (100%):

```sh
brew install bzt
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:bzt
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.16.51
- **ソース概要:** BlazeMeter Taurus
- **ホームページ:** <https://gettaurus.org/>
- **リポジトリ:** <https://github.com/Blazemeter/taurus>
- **最終更新:** 2026-06-20T10:32:09Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bzt (エイリアス)
- jmx2yaml (エイリアス)
- soapui2yaml (エイリアス)
- swagger2yaml (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Taurus, installed as the `bzt` command, is BlazeMeter's open-source automation-friendly framework for continuous testing. It wraps tools such as JMeter, Gatling, Locust, Selenium WebDriver, and others behind a YAML/JSON configuration model.

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

The official README describes Taurus as a convenience wrapper that hides the complexity of performance and functional tests while relying on underlying tools such as JMeter, Gatling, Locust.io, and Selenium WebDriver. The project is free and open source under Apache 2.0.

The gettaurus.org documentation presents Taurus as a YAML-based command-line framework for load testing, continuous integration, reporting, and cloud-provider workflows. Its Git tag history starts at 1.0.0 and continues through a long 1.x series.

### 採用の歴史

Taurus adoption is concentrated among performance-testing and CI users who already know tools like JMeter but want easier automation, configuration merging, and reporting. Homebrew packaging makes the `bzt` command easy to install on macOS developer machines.

Unlike broad Unix utilities, Taurus is specialized; the input facts list Homebrew as its package-manager channel here. Its wider distribution path is Python packaging via `pip install bzt`, which the upstream README recommends.

### 使われ方

Users create YAML or JSON test configurations and run them with `bzt config.yml`, or launch shorthand flows such as `bzt my-existing.jmx` for JMeter files. The command-line docs describe config merging from base config, `/etc/bzt.d`, `~/.bzt-rc`, user-supplied configs, generated JMX shorthand, includes, aliases, and overrides.

`~/.bzt-rc` is specifically documented as a per-user preference file and a recommended place for API keys and tokens because it is not copied into artifact directories.

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

Taurus is package-interesting because it turns a stack of heavyweight test tools into one CLI entry point. Installing `bzt` gives developers a small command surface over JMeter, Selenium, Gatling, Locust, and reporting integrations.

It also demonstrates the split between package ecosystems: Homebrew carries the command for convenience, while Python packaging remains the upstream's primary installation path.

### タイムライン

- 2010s: Taurus grows as BlazeMeter's open-source continuous-testing CLI.
- 2016: Early public 1.x tags such as 1.0.0 appear in the upstream repository history.
- 2020s: The gettaurus.org docs describe `bzt` as the command-line tool and document YAML/JSON configuration workflows.
- 2020s: The README continues to recommend PyPI installation while Homebrew packages the CLI for macOS users.

### Related projects

- Apache JMeter is Taurus's default and most prominent load-generator integration.
- Gatling, Locust.io, Selenium WebDriver, ApacheBench, k6, Mocha, and JUnit appear in the official documentation as supported executors or workflows.
- BlazeMeter provides the project context and cloud-testing integration.

### ソース

- <https://gettaurus.org/docs/CommandLine>
- <https://gettaurus.org/docs/Index>
- <https://github.com/Blazemeter/taurus/blob/master/README.md>
- <https://github.com/Blazemeter/taurus/tags>


## セキュリティノート

bzt に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: /etc/bzt.d, ~/.bzt-rc

## Credential files

- Unix: ~/.bzt-rc

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
