# Installer envoy avec Homebrew, Nix, winget

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

## installation

```sh
sudo av install brew:envoy
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install envoy
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#envoy
```

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

### Windows

- winget (92%):

```sh
winget install --id LXBStudio.Envoy -e
```

  Preuve: Windows Package Manager source index: LXBStudio.Envoy from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:envoy
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.39.0
- **Résumé source:** Cloud-native high-performance edge/middle/service proxy
- **Page d'accueil:** <https://www.envoyproxy.io/index.html>
- **Dépôt:** <https://github.com/envoyproxy/envoy>
- **Dernière mise à jour:** 2026-07-16T04:56:27Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- envoy (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Envoy is a high-performance C++ edge, middle, and service proxy created at Lyft and later hosted by the Cloud Native Computing Foundation. It became important to cloud-native operators because it moved common network behavior out of application libraries and into a language-agnostic proxy process.

Package-manager users most often encounter Envoy as the standalone `envoy` binary used for local configuration testing, service-mesh sidecars, gateways, and proxy experiments. Its popularity is tied less to a traditional Unix CLI workflow than to the way it became a common data plane for Kubernetes-era networking.

### Historique du projet

Matt Klein described Envoy as beginning inside Lyft in May 2015 after the company found that existing open source options did not fit its microservice networking and observability needs. The first MVP was deployed in September 2015, initially as Lyft's edge proxy, and it later expanded into sidecar service-to-service proxying.

Lyft announced Envoy publicly on September 14, 2016, then donated it to CNCF in September 2017 as CNCF's eleventh hosted project. CNCF announced Envoy's graduation on November 28, 2018, citing neutral governance, multi-organization committership, adoption, and community sustainability.

### Historique d'adoption

By early summer 2016, Lyft was using Envoy for all edge and service-to-service networking across more than one hundred services and millions of requests per second. That production pedigree made Envoy unusually credible for teams trying to move from monoliths to microservices.

CNCF's graduation announcement named large-scale users and contributors including Airbnb, Booking.com, eBay, F5, Google, IBM, Lyft, Medium, Microsoft, Netflix, Pinterest, Salesforce, Square, Stripe, Tencent, Twilio, Verizon, and VSCO. It also framed Envoy as an enterprise-ready project with hundreds of contributors and thousands of commits by late 2018.

Envoy's adoption grew alongside service mesh and cloud-native gateway products. CNCF and the Envoy README describe it as a CNCF-hosted project with official documentation, release process, security policy, public user and developer lists, and related repositories for APIs, examples, and performance testing.

### Modes d'utilisation

Envoy runs out of process, so it can sit next to applications written in any language or runtime. Its documented feature set includes HTTP/2, gRPC, load balancing, retries, timeouts, circuit breaking, rate limiting, stats, logging, tracing, external authorization, and a rich configuration API.

Common package-level use cases are starting a local Envoy binary with an explicit configuration file, validating proxy behavior in development, running it as a sidecar in service mesh deployments, or using it as an edge or middle proxy in front of applications.

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

Envoy matters to package nerds because it is a large, fast-moving, C++ infrastructure binary whose Homebrew formula gives developers a direct way to install and test the same proxy that underpins many Kubernetes and service-mesh stacks.

It is also a canonical example of a package where the command-line executable is only the visible tip of a broader ecosystem: APIs, generated configuration, xDS control planes, security releases, service meshes, and gateway products all orbit the `envoy` binary.

### Chronologie

- 2015-05: Envoy development began at Lyft.
- 2015-09: MVP deployed at Lyft, initially as an edge proxy.
- 2016-06: Fully deployed at Lyft for edge and service-to-service networking.
- 2016-09-14: Lyft publicly announced Envoy.
- 2017-09: Envoy joined CNCF as its eleventh hosted project.
- 2018-11-28: CNCF announced Envoy graduation.

### Related projects

- Envoy is closely related to Kubernetes-era service mesh and gateway systems, including Istio and Ambassador/API gateway products that use Envoy as a data plane.
- The Envoy project also maintains related repositories and assets for API definitions, performance testing, and filter examples.

### Sources

- <https://www.envoyproxy.io/>
- <https://www.envoyproxy.io/docs>
- <https://github.com/envoyproxy/envoy>
- <https://eng.lyft.com/envoy-joins-the-cncf-dc18baefbc22>
- <https://www.cncf.io/announcements/2018/11/28/cncf-announces-envoy-graduation/>


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- infrastructure mutation or orchestration signal

## Autres enregistrements de gestionnaires de paquets

- Nix - envoy: normalized package name match | nixpkgs package indexes: pkgs/by-name/en/envoy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - LXBStudio.Envoy: normalized package name match | Windows Package Manager source index: LXBStudio.Envoy from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/envoy.yml](https://github.com/mxcl/pkgdb/blob/main/combined/envoy.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
