# envoy を Homebrew, Nix, winget でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install envoy
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:envoy
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.39.0
- **ソース概要:** Cloud-native high-performance edge/middle/service proxy
- **ホームページ:** <https://www.envoyproxy.io/index.html>
- **リポジトリ:** <https://github.com/envoyproxy/envoy>
- **最終更新:** 2026-07-16T04:56:27Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- envoy (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

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.

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

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.

### 採用の歴史

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.

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal

## 他のパッケージマネージャ記録

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


## ソース

- 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
