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

Stuk/jszip

Create, read and edit .zip files with Javascript observed · 2026-08-28

github.com/Stuk/jszip · homepage · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

38/100

  • Activity 13
  • Release rhythm 35
  • Longevity 100

Flags: no_releases 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: n/a
  • age_days: 6212
  • days_rel: n/a
  • days_push: 523
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

10378 stars · 1338 forks observed · 2026-08-28

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

JSZip is a JavaScript library for creating, reading, and editing .zip archive files with a simple promise-based API. It works in both browsers (including legacy IE) and Node.js, supporting base64, blob, and other output types.

Use cases

  • create zip files in the browser
  • read and extract zip archives in javascript
  • generate a downloadable zip of multiple files
  • edit existing zip archives in node.js
  • compress files client-side before upload
  • unzip files in a web app

When to choose

  • you need zip creation or extraction in JavaScript without native dependencies
  • you need broad browser support including older browsers
  • you want a simple, well-documented API for zip archives

When to avoid

  • you need formats other than zip such as tar, gzip, or 7z
  • you need maximum compression performance for large files in a native environment
  • you need streaming processing of very large archives

Facets

library · maturity maintenance

compression file-system serialization files web-development developer-tools browser cross-platform zip archive deflate inflate blob nodejs javascript

3 sources

Member repositories

RepositoryRoleHealth v2
Stuk/jszipmain38

For agents

markdown · JSON · MCP: product_card(name="Stuk/jszip")

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