# Installer bzt avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bzt pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bzt
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:bzt
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.16.51
- **Résumé source:** BlazeMeter Taurus
- **Page d'accueil:** <https://gettaurus.org/>
- **Dépôt:** <https://github.com/Blazemeter/taurus>
- **Dernière mise à jour:** 2026-06-20T10:32:09Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bzt (alias)
- jmx2yaml (alias)
- soapui2yaml (alias)
- swagger2yaml (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.16.51
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour bzt. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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)


## Sources

- 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
