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

nih-at/libzip

A C library for reading, creating, and modifying zip archives. observed · 2026-09-01

github.com/nih-at/libzip · homepage · C · NOASSERTION (other) observed · 2026-09-01

Health v2 · maintenance only

75/100

  • Activity 100
  • Release rhythm 28
  • Longevity 100

Flags: 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: 61.0
  • age_days: 3850
  • days_rel: 467
  • days_push: 3
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

1045 stars · 336 forks observed · 2026-09-01

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

libzip is a C library for reading, creating, and modifying zip archives, with support for Zip64, multiple compression codecs (deflate, bzip2, LZMA, zstd), and Winzip AES/PKWARE encryption. It ships with command-line tools (ziptool, zipcmp, zipmerge) and has bindings for Python, Ruby, Lua, and PHP.

Use cases

  • read and extract zip archives in a C or C++ application
  • create zip files programmatically with compression
  • modify existing zip archives without corrupting them
  • handle encrypted zip archives with AES or PKWARE encryption
  • work with large zip64 archives
  • compare or merge zip archives from the command line

When to choose

  • you need a mature, stable C library for zip manipulation with a backwards-compatible API
  • you need encryption, Zip64, or multiple compression algorithm support
  • you want a small, efficient library usable in commercial products under a BSD license
  • you need cross-platform support across Linux, macOS, and Windows

When to avoid

  • you need to handle archive formats other than zip, like tar or 7z
  • you are working in a language with a native zip library and don't want a C dependency
  • you need a high-level object-oriented API rather than a C API

Facets

library · maturity stable

compression file-system cryptography cli files developer-tools cross-platform windows cpp c cross-platform cli zip archive zip64 encryption bsd-license language-bindings linux macos

3 sources

Member repositories

RepositoryRoleHealth v2
nih-at/libzipmain75

For agents

markdown · JSON · MCP: product_card(name="nih-at/libzip")

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