tukaani-project/xz
XZ Utils observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 99
- Release rhythm 53
- Longevity 100
Flags: no_license
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: 104
- age_days: 1415
- days_rel: 155
- days_push: 11
- n_releases_24m: 6
Adoption not part of the score
1639 stars · 259 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
XZ Utils is a complete C99 implementation of the .xz file format, consisting of the liblzma compression library (with a zlib-like API) and command-line tools such as xz, xzdec, xzgrep, and xzdiff. It uses LZMA2 as its primary filter, supports filter chaining and multithreaded compression, and typically achieves about 30% smaller files than gzip.
Use cases
- compress files with better ratio than gzip
- decompress .xz archives from the command line
- embed a zlib-like compression API in a C application
- compress software packages for distribution
- compress executable files with BCJ filters
- grep or diff compressed files without manual decompression
When to choose
- you need high compression ratios with fast decompression
- you distribute files that will be decompressed many times
- you want a zlib-style C API for the .xz format
- you need a standard, widely available compression tool on POSIX systems
When to avoid
- you need multithreaded decompression (not yet supported)
- you need extremely fast compression where gzip or zstd is sufficient
- you need very low RAM usage at maximum compression settings
- you need cross-language bindings beyond C without extra work
Facets
library · maturity stable
compression cli file-system developer-tools files windows cross-platform cli c lzma xz-format liblzma data-compression c99 command-line linux macos
4 sources
- readme: https://github.com/tukaani-project/xz · fetched 2026-08-28 · 03ab64ec34aa
- homepage: https://tukaani.org/xz/ · fetched 2026-08-29 · 32051505a06b
- site_page: https://tukaani.org/xz/liblzma-api/files.html · fetched 2026-08-29 · 1ab707b24cfe
- site_page: https://tukaani.org/xz/old.html · fetched 2026-08-29 · f488e02456ac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tukaani-project/xz | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="tukaani-project/xz")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem