gildas-lormeau/zip.js
JavaScript library to zip and unzip files supporting parallel compression, web streams, pluggable compression engines, zip64, split files, data encryption, and deflate64 decompression. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
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: 1.0
- age_days: 5498
- days_rel: 8
- days_push: 8
- n_releases_24m: 79
Adoption not part of the score
3879 stars · 548 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
zip.js is a BSD-3-Clause JavaScript library for creating and reading zip archives in browsers, Node.js, Deno, and Bun. It supports Zip64, AES and ZipCrypto encryption, multi-core compression via web workers, web streams, pluggable compression engines, and split archives with no third-party dependencies.
Use cases
- create zip files in the browser with javascript
- unzip archives in node.js or deno
- compress files in parallel using multiple cores
- read or write zip archives larger than 4GB with zip64
- encrypt zip entries with AES or ZipCrypto
- stream zip data incrementally with web streams
- create split zip archives
When to choose
- you need zip support across browsers and server-side runtimes with one library
- you must handle very large archives or split files
- you need encrypted zip entries (WinZIP AES or ZipCrypto)
- you want zero third-party dependencies and stream-based APIs
When to avoid
- you need formats other than zip such as tar, 7z, or rar
- you need a simple synchronous API without streams or promises
- you target very old browsers lacking Promise, TypedArray, or Streams APIs
Facets
library · maturity active
compression file-system cryptography concurrency files web-development developer-tools browser bun cross-platform zip zip64 unzip web-streams web-workers aes-encryption deflate64 split-zip no-dependencies nodejs deno
2 sources
- readme: https://github.com/gildas-lormeau/zip.js · fetched 2026-08-28 · d444f69b36ff
- homepage: https://gildas-lormeau.github.io/zip.js · fetched 2026-08-29 · 80006ebc2c2a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gildas-lormeau/zip.js | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="gildas-lormeau/zip.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem