facebook/openzl
A novel data compression framework 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
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
- readme: https://github.com/facebook/openzl · fetched 2026-08-28 · bf4bacdc47f3
- homepage: https://openzl.org · fetched 2026-08-29 · 56fa8d92cc62
- site_page: https://openzl.org/getting-started/quick-start · fetched 2026-08-29 · 75863eed2791
- site_page: https://openzl.org/getting-started/introduction · fetched 2026-08-29 · 8bf6a773f606
- site_page: https://openzl.org/getting-started/concepts · fetched 2026-08-29 · 16abf64d77ca
- site_page: https://openzl.org/getting-started/using-openzl · fetched 2026-08-29 · dee194e0b26d
- site_page: https://openzl.org/getting-started/more-tools · fetched 2026-08-29 · f7029a3d06ac
- site_page: https://openzl.org/getting-started/examples/c/numeric-array · fetched 2026-08-29 · 4ec0bb196875
- site_page: https://openzl.org/getting-started/examples/c/benchmarking · fetched 2026-08-29 · 4b9ca76ba063
- site_page: https://openzl.org/getting-started/examples/c/custom-formats · fetched 2026-08-29 · d0986657c384
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebook/openzl | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem