# Installer cloudflare-quiche avec Homebrew

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

## installation

```sh
sudo av install brew:cloudflare-quiche
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cloudflare-quiche
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:cloudflare-quiche
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.29.3
- **Résumé source:** Savoury implementation of the QUIC transport protocol and HTTP/3
- **Page d'accueil:** <https://docs.quic.tech/quiche/>
- **Dépôt:** <https://github.com/cloudflare/quiche>
- **Dernière mise à jour:** 2026-07-14T18:46:52Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- quiche-client (alias)
- quiche-server (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

quiche is Cloudflare's Rust implementation of QUIC and HTTP/3, packaged in Homebrew as cloudflare-quiche with command-line client and server tools. It is historically significant because it connects the IETF QUIC/HTTP/3 transition to real edge-network deployment, Rust library packaging, and command-line protocol experimentation.

### Historique du projet

The cloudflare/quiche repository was created in 2018, and Cloudflare's launch material describes it as a Rust implementation of QUIC intended to help deploy and experiment with the emerging protocol. The upstream README describes quiche as a low-level API for QUIC packet processing and connection state, with the application responsible for I/O and timers.

The project includes Rust crates and command-line apps such as quiche-client and quiche-server. Its docs cover connection configuration, packet processing, streams, HTTP/3, pacing, and Android builds.

### Historique d'adoption

The upstream README names production and ecosystem users: Cloudflare's edge network HTTP/3 support, Android DNS-over-HTTP/3, and curl integration for HTTP/3. That is unusually strong adoption evidence for a protocol implementation package.

Distribution spans crates.io, docs.rs, GitHub releases/source, and Homebrew's cloudflare-quiche formula for users who want the bundled command-line tools.

### Modes d'utilisation

Library users embed quiche to implement QUIC and HTTP/3 behavior, configuring protocol parameters, TLS state, flow control, stream limits, and packet send/receive loops.

CLI users run quiche-client against HTTP/3 endpoints or quiche-server with a certificate and key for local testing. The README explicitly frames these tools as examples rather than production applications.

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

quiche matters to package nerds because it packages a fast-moving internet protocol implementation with both Rust library and CLI surfaces. Versioning can affect curl builds, HTTP/3 experiments, and compatibility with BoringSSL and platform networking behavior.

The Homebrew formula is especially handy for protocol testers who want command-line QUIC tools without building the Rust workspace themselves.

### Chronologie

- 2018: cloudflare/quiche GitHub repository metadata was created.
- 2019: Cloudflare blog material introduced quiche as a Rust QUIC implementation.
- Current README: Upstream documents Cloudflare edge, Android DNS-over-HTTP/3, and curl as users or integrations.

### Related projects

- curl can be built with quiche for HTTP/3 support.
- Android DNS resolver uses quiche for DNS over HTTP/3 according to the upstream README.
- IETF QUIC and HTTP/3 specifications define the protocol space quiche implements.

### Sources

- <https://github.com/cloudflare/quiche#readme>
- <https://docs.quic.tech/quiche>
- <https://blog.cloudflare.com/enjoy-a-slice-of-quic-and-rust/>


## Notes de sécurité

infrastructure mutation or orchestration signal.

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


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
