Ross ROSS = Recommend OSS · open-source software intelligence for agents

google/brotli

Brotli compression format observed · 2026-08-28

github.com/google/brotli · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

72/100

  • Activity 98
  • Release rhythm 22
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4346
  • days_rel: 310
  • days_push: 15
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

14853 stars · 1350 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Google's reference implementation of the Brotli lossless compression algorithm and format (RFC 7932), offering compression ratios comparable to the best general-purpose methods at speeds similar to deflate. It provides C/C++ libraries, a CLI tool, and language bindings such as Python.

Use cases

  • compress HTTP responses with brotli encoding
  • compress files with better ratio than gzip
  • embed a compression library in a C/C++ application
  • compress and decompress data from Python
  • reduce size of static assets for web serving

When to choose

  • you need dense lossless compression with deflate-like speed
  • you serve web content and want brotli Content-Encoding support
  • you need a well-tested, RFC-standardized compression format with bindings

When to avoid

  • you need built-in checksums or uncompressed-length metadata in the format
  • you need maximum compression speed over ratio (deflate/zstd may be faster)
  • you need long-range deduplication of very large files (zstd may fit better)

Facets

library · maturity stable

compression serialization developer-tools web-development performance cross-platform windows python cpp cli lossless-compression brotli-format rfc-7932 http-compression lz77 huffman-coding algorithms linux macos

1 source

Member repositories

RepositoryRoleHealth v2
google/brotlimain72

For agents

markdown · JSON · MCP: product_card(name="google/brotli")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem