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

nodeca/pako

high speed zlib port to javascript, works in browser & node.js observed · 2026-08-28

github.com/nodeca/pako · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 97
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4603
  • days_rel: n/a
  • days_push: 20
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6111 stars · 800 forks observed · 2026-08-28

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

Pako is a fast JavaScript port of the zlib compression library, providing deflate, inflate, and gzip compression with binary-equivalent output to native zlib. It works in both browsers and Node.js with a small bundle size and streaming chunked API.

Use cases

  • compress data in the browser with gzip/deflate
  • decompress gzip responses in JavaScript
  • compress data in Node.js without native modules
  • produce zlib-identical deflate output in JavaScript
  • stream-compress large data chunk by chunk
  • compress stringified JSON before sending to a server

When to choose

  • you need zlib-compatible compression in the browser
  • you want to avoid native dependencies in Node.js
  • bundle size matters and you need a tiny compression library
  • you need byte-identical output to native zlib

When to avoid

  • you are in Node.js and native zlib performance is sufficient
  • you need compression algorithms other than deflate/gzip
  • maximum compression/decompression throughput is critical

Facets

library · maturity stable

compression serialization developer-tools web-development files browser cross-platform zlib deflate gzip inflate javascript nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
nodeca/pakomain76

For agents

markdown · JSON · MCP: product_card(name="nodeca/pako")

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