# Installer benthos avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:benthos
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install benthos
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#benthos
```

  Preuve: nixpkgs package indexes: pkgs/by-name/be/benthos/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:benthos
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.77.0
- **Résumé source:** Stream processor for mundane tasks written in Go
- **Page d'accueil:** <https://github.com/redpanda-data/benthos>
- **Dépôt:** <https://github.com/redpanda-data/benthos>
- **Dernière mise à jour:** 2026-07-30T15:03:10Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- benthos (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Benthos is the long-running Go stream-processing package identity behind declarative source-to-pipeline-to-sink data flows. In current upstream naming it sits beside Redpanda Connect: the Benthos repository notes that the original connector-heavy project moved to redpanda-data/connect, while the Homebrew package preserves the older benthos command-line name.

### Historique du projet

The public Benthos release line goes back at least to v0.0.1 in September 2016. Its core idea was operationally small: a single Go binary configured with YAML, a pipeline of processors, and connectors for mundane data plumbing tasks.

Redpanda's current Connect repository carries the same model forward, documenting declarative pipelines, Bloblang mappings, stateless operation, and at-least-once delivery using in-process transactions rather than local disk state.

### Historique d'adoption

Benthos found a niche with operators who wanted stream processing without committing to a broker-specific framework or a large runtime. Package-manager adoption matters because the tool is useful as a local binary for testing configs, running one-off transforms, and shipping small container images.

The name also survived a branding and repository transition. Existing scripts, formulas, and muscle memory still point at benthos even as the broader upstream project is presented as Redpanda Connect.

### Modes d'utilisation

Typical usage is to run a YAML config that declares an input, processors, and an output. Common tasks include message transformation, enrichment, filtering, bridging queues and object stores, and testing pipeline fragments locally.

For package users, the interesting command-line surface is not just running a daemon; it is linting, discovering components, and iterating on Bloblang mappings in the same binary that can later run in a container.

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

Benthos is package-nerd significant because the package name captures a lineage split: old Benthos, Redpanda Connect, and the later Bento fork all occupy related but distinct points in the same ecosystem.

It is also a good example of why CLI package names can outlive product names. The executable, config examples, and dependency graph around plugins can remain stable enough that distributions keep the historical name even while upstream documentation changes.

### Chronologie

- 2016: Benthos v0.0.1 was published publicly.
- 2021: The v3 release line was active, showing Benthos had become a mature Go stream-processing project.
- 2024: Redpanda's Benthos repository stated that the original connector repository moved to redpanda-data/connect.
- 2025: Redpanda Connect continued the v4 release line under the Connect name.

### Related projects

- Redpanda Connect is the direct successor/continuation for the connector-rich project history.
- Bento is a WarpStream-maintained fork of the pre-license-change project line.
- Bloblang is the mapping language associated with Benthos-style pipelines.

### Sources

- <https://docs.redpanda.com/redpanda-connect/about>
- <https://github.com/redpanda-data/benthos>
- <https://github.com/redpanda-data/connect>
- <https://github.com/redpanda-data/connect/releases/tag/v0.0.1>


## Notes de sécurité

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


## Autres enregistrements de gestionnaires de paquets

- Nix - benthos: normalized package name match | nixpkgs package indexes: pkgs/by-name/be/benthos/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
