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

cthackers/adm-zip

A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk observed · 2026-08-28

github.com/cthackers/adm-zip · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

92/100

  • Activity 97
  • Release rhythm 80
  • 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: 49.5
  • age_days: 5306
  • days_rel: 54
  • days_push: 22
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

2178 stars · 381 forks observed · 2026-08-28

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

ADM-ZIP is a pure JavaScript zip library for NodeJS with no external dependencies. It can create, read, update, and extract zip archives either in memory buffers or directly to/from disk, including support for Electron's original-fs.

Use cases

  • extract zip files to disk in node
  • create zip archives from files or buffers
  • read zip entry contents in memory without writing to disk
  • add, update, or delete files inside an existing zip
  • package files into a zip buffer to send over http
  • work with zips inside electron apps using original-fs

When to choose

  • you need a zero-dependency zip library for NodeJS
  • you want to manipulate zip archives in memory as buffers
  • you need to modify existing zips (add/update/delete entries)
  • you're building an Electron app that needs zip support

When to avoid

  • you need maximum compression performance or native speed
  • you need formats other than zip (tar, gzip, 7z)
  • you need streaming processing of very large archives
  • you need advanced encryption features beyond password-protected reading

Facets

library · maturity active

compression file-system serialization files developer-tools backend cross-platform zip unzip archive electron pure-javascript in-memory nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
cthackers/adm-zipmain92

For agents

markdown · JSON · MCP: product_card(name="cthackers/adm-zip")

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