# cloudflare/quiche

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3

Repository: https://github.com/cloudflare/quiche
Canonical: https://ross.abutalabs.com/products/quiche
Homepage: https://docs.quic.tech/quiche/
Language: Rust
License: BSD-2-Clause
License Family: permissive
Topics: quic, http3, network-programming, protocol, rust
Last push: 2026-08-14T13:03:16+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 93, longevity 100
- inputs: {"age_days": 2895, "days_push": 19, "days_rel": 50, "gap_med": 0, "n_releases_24m": 22}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 11793, forks 1069 (observed 2026-08-28T04:10:49.913421+00:00)

## What it is
quiche is Cloudflare's Rust implementation of the QUIC transport protocol and HTTP/3 as specified by the IETF. It exposes a low-level API for processing QUIC packets and managing connection state, with the application responsible for I/O and event loops.

## Use cases
- add HTTP/3 support to a server or edge network
- implement a QUIC client or server in Rust
- integrate HTTP/3 into curl
- implement DNS over HTTP/3
- experiment with the QUIC transport protocol

## When to choose
- you need a production-proven QUIC/HTTP-3 implementation (powers Cloudflare's edge)
- you want a low-level QUIC API with full control over I/O and event loops
- you're building in Rust or integrating via C FFI (e.g., curl, Android)

## When to avoid
- you need a batteries-included HTTP server with built-in socket handling
- you only need HTTP/1.1 or HTTP/2
- you want the bundled example apps for production use (they are explicitly not production-ready)

## Facets
- artifact type: library
- maturity: stable
- function: http-server, http-client, networking, security
- domain: networking, web-development, developer-tools
- platform: rust, cross-platform, windows
- tags: quic, http3, transport-protocol, tls, low-level-api, linux, macos, android

## Member repositories
- cloudflare/quiche (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:49.913421+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:15:19.397308+00:00, confidence not recorded.
  - readme: https://github.com/cloudflare/quiche (fetched 2026-08-28T04:10:49.913421+00:00, sha e30f03f2341f)
  - homepage: https://docs.quic.tech/quiche/ (fetched 2026-08-29T08:13:20.215239+00:00, sha 93ddc9b79b1f)
  - registry_crates: https://crates.io/api/v1/crates/quiche (fetched 2026-08-29T08:13:20.224847+00:00, sha 08e399c132e2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
