zeroturnaround/zt-zip
ZeroTurnaround ZIP Library observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 99
- Release rhythm 91
- 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: 0.5
- age_days: 5398
- days_rel: 61
- days_push: 9
- n_releases_24m: 3
Adoption not part of the score
1385 stars · 253 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Java library providing convenience methods for working with ZIP archives, built on java.util.zip. It supports packing/unpacking directories recursively, iterating and transforming entries, and comparing archives with a simple, safe API.
Use cases
- pack a directory into a zip file in Java
- unpack a zip archive recursively to a folder
- add or replace entries in an existing zip
- iterate over zip entries without loading the whole archive
- compare two zip archives ignoring timestamps
- safely extract untrusted zips avoiding zip slip
When to choose
- you need simple, one-line zip/unzip operations on the JVM
- you want include/exclude and rename rules when packing or unpacking
- you need protection against Zip Slip path traversal when extracting
When to avoid
- you need protection against zip bombs or decompression size limits
- you need to create or read archive formats other than ZIP
- you need streaming compression over network sockets rather than filesystem archives
Facets
library · maturity stable
compression file-system developer-tools files developer-tools jvm cross-platform zip archive java unpack pack zip-slip-protection automation
1 source
- readme: https://github.com/zeroturnaround/zt-zip · fetched 2026-08-28 · f6288f09ae30
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zeroturnaround/zt-zip | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="zeroturnaround/zt-zip")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem