# Installer egctl avec Homebrew, apt, Nix

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

## installation

```sh
sudo av install brew:egctl
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install egctl
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install egctl
```

  Preuve: Debian stable package indexes: egctl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#egctl
```

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

## Faits du paquet

- **Clé du paquet:** brew:egctl
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/egctl>
- **Version:** 1.8.2
- **Résumé source:** Command-line utility for operating Envoy Gateway
- **Page d'accueil:** <https://gateway.envoyproxy.io/>
- **Dépôt:** <https://github.com/envoyproxy/gateway>
- **Docs amont:** <https://gateway.envoyproxy.io/docs>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/envoyproxy/gateway/archive/refs/tags/v1.8.2.tar.gz>
- **Dernière mise à jour:** 2026-07-01T10:18:29Z
- **Généré:** 2026-07-10T07:20:53+00:00

## exécutables

- egctl (cli)
- egctl (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-10
- version du gestionnaire: 1.8.2
- gestionnaire mis à jour: 2026-07-01
- données locales: OK
- dépôt amont: https://github.com/envoyproxy/gateway
- dernière version détectée: v1.8.2 (à jour)
## Historique du projet et usages

egctl is the command-line utility shipped with Envoy Gateway, the Envoy project for managing Envoy Proxy as a standalone or Kubernetes application gateway. Its history is therefore tied to Envoy Gateway's rise around Kubernetes Gateway API rather than to an independent CLI lineage.

### Historique du projet

Envoy Gateway was introduced as an open source project for dynamically provisioning and configuring Envoy Proxy from Gateway API resources. The egctl binary became part of the release artifacts for operators who need a packaged command-line surface alongside the controller and Kubernetes manifests.

The earliest public Envoy Gateway release on GitHub was v0.1.0 in May 2022. Releases quickly added prebuilt egctl archives for common operating systems, making the CLI easy for Homebrew and other package managers to distribute separately from the full Kubernetes install manifests.

### Historique d'adoption

egctl adoption follows Envoy Gateway adoption in cloud-native shops experimenting with or standardizing on Kubernetes Gateway API. The input package metadata lists Homebrew, Debian, Ubuntu, and Nix, which fits a tool used by platform engineers across laptops, CI images, and operations hosts.

### Modes d'utilisation

egctl is used for operating and inspecting Envoy Gateway deployments, complementing kubectl and the Gateway API objects that actually drive configuration. It is a package-manager-friendly way to put Envoy Gateway diagnostics and operator commands on a workstation without installing the whole project from source.

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

For package nerds, egctl is a neat example of a sub-binary packaged out of a larger cloud-native controller repository. Its release assets sit next to CRDs and install manifests, so packaging it is about extracting the useful operator CLI from a broader Kubernetes release train.

### Chronologie

- 2022-05-13: Envoy Gateway v0.1.0 prerelease appears.
- 2022-10-20: Envoy Gateway v0.2.0 is published as a non-prerelease.
- 2023-11-02: v0.6.0 shows the project maturing through 2023.
- 2026-06-05: v1.8.1 release includes egctl archives for Linux, macOS, and Windows.

### Related projects

- Envoy Proxy is the data-plane proxy managed by Envoy Gateway.
- Kubernetes Gateway API provides the resource model that Envoy Gateway watches and implements.
- kubectl remains the general Kubernetes CLI that egctl complements for Envoy Gateway-specific operations.

### Sources

- <https://github.com/envoyproxy/gateway#readme>
- <https://gateway.envoyproxy.io/docs>
- <https://gateway.envoyproxy.io/latest/tasks/operations/egctl/>
- <https://github.com/envoyproxy/gateway/releases>


## Notes de sécurité

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


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** egctl
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - egctl - 1:0.1-1.1: normalized package name match | Debian stable package indexes: egctl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | control state of EnerGenie Programmable surge protector | https://github.com/unterwulf/egctl
- Nix - egctl: normalized package name match | nixpkgs package indexes: pkgs/by-name/eg/egctl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - egctl - 1:0.1-1.1: normalized package name match | Ubuntu 24.04 LTS package indexes: egctl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | control state of EnerGenie Programmable surge protector | https://github.com/unterwulf/egctl


## Liens liés

- [Cloud CLI packages](https://www.automicvault.com/fr/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/fr/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Build dependency declared by Homebrew.
- [glooctl](https://www.automicvault.com/fr/pkg/brew/glooctl/) - Shares av.db curated category or tags: api-gateway, cli, cloud-infrastructure, kubernetes.
- [cloud-provider-kind](https://www.automicvault.com/fr/pkg/brew/cloud-provider-kind/) - Shares av.db curated category or tags: cli, cloud-infrastructure, gateway-api, kubernetes.
- [crossplane](https://www.automicvault.com/fr/pkg/brew/crossplane/) - Shares av.db curated category or tags: cli, cloud-infrastructure, cloud-native, kubernetes.
- [devspace](https://www.automicvault.com/fr/pkg/brew/devspace/) - Shares av.db curated category or tags: cli, cloud-infrastructure, cloud-native, kubernetes.
- [epinio](https://www.automicvault.com/fr/pkg/brew/epinio/) - Shares av.db curated category or tags: cli, cloud-infrastructure, cloud-native, kubernetes.
- [glasskube](https://www.automicvault.com/fr/pkg/brew/glasskube/) - Shares av.db curated category or tags: cli, cloud-infrastructure, cloud-native, kubernetes.
- [gwctl](https://www.automicvault.com/fr/pkg/brew/gwctl/) - Shares av.db curated category or tags: cli, cloud-infrastructure, gateway-api, kubernetes.
- [ingress2gateway](https://www.automicvault.com/fr/pkg/brew/ingress2gateway/) - Shares av.db curated category or tags: cli, cloud-infrastructure, gateway-api, kubernetes.
- [kyma-cli](https://www.automicvault.com/fr/pkg/brew/kyma-cli/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, cloud-native, command-line.
- [litmusctl](https://www.automicvault.com/fr/pkg/brew/litmusctl/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, cloud-native, command-line.

## Combined YAML source

View the package source record on GitHub. [combined/egctl.yml](https://github.com/automic-vault/db/blob/main/combined/egctl.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
