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

facebook/openzl

A novel data compression framework observed · 2026-08-28

github.com/facebook/openzl · homepage · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 99
  • Release rhythm 51
  • Longevity 24

Flags: no_license

How is this computed?

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

  • gap_med: 213
  • age_days: 337
  • days_rel: 118
  • days_push: 8
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

3165 stars · 162 forks observed · 2026-08-28

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

OpenZL is a format-aware lossless data compression framework from Meta that builds specialized compressors from a description of your data format, composed as DAGs of codecs. It ships a core C library, a zli CLI, training tools, and a universal decompressor compatible with all generated compressors.

Use cases

  • compress large numeric arrays faster and smaller than zstd
  • compress structured data like csv or json with format-aware parsing
  • train a specialized compressor for my custom binary data format
  • compress AI/ML training data at datacenter speeds
  • build a custom compression pipeline from composable codecs
  • benchmark compression tools on my own files

When to choose

  • you handle large volumes of specialized, structured, or numeric datasets and need both high ratios and high throughput
  • you want one universal decompressor to read frames produced by many different specialized compressors
  • you need production-grade compression used at Meta scale with forward-compatibility guarantees

When to avoid

  • you just need simple general-purpose compression of unstructured files with a mature ecosystem
  • you need a frozen, stable API and compressed format - both are still evolving
  • you rely on custom codecs, which break compatibility with the standard OpenZL decompressor

Facets

library · maturity active

compression serialization cli developer-tools files developer-tools performance windows cross-platform cli python cpp c data-compression format-aware-compression lossless-compression compression-graphs universal-decompressor zstd sddl training-tool data-engineering linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
facebook/openzlmain67

For agents

markdown · JSON · MCP: product_card(name="facebook/openzl")

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