🍺 BREW Explorer

← all formulae

libzip

brew install libzip v1.11.4_1 BSD-3-Clause

C library for reading, creating, and modifying ZIP archives with zstd and xz support.

Why you might care

libzip is a standard dependency for any C/C++ project that needs zip archive handling; it's more capable and actively maintained than zlib's deflate-only approach. Used widely in build tools, package managers, and archive utilities. Supports modern compression formats (zstd, xz) alongside traditional DEFLATE.

Categories

Alternatives

zlib minizip infozip
16.0k
30-day installs · #269
54.8k
90-day · #259
258.0k
365-day · #243

Runtime dependencies

Build dependencies

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "zlib",
    "minizip",
    "infozip"
  ],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [
    "library",
    "compression",
    "archiver"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "xz",
    "zstd"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "C library for reading, creating, and modifying zip archives",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:40:46+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "libzip",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://libzip.org/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "libzip - libzip",
  "installs_30d": 15952,
  "installs_365d": 258040,
  "installs_90d": 54765,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "BSD-3-Clause",
  "llm_generated_at": "2026-06-20T23:43:48+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "libzip",
  "oldnames": [],
  "one_liner": "C library for reading, creating, and modifying ZIP archives with zstd and xz support.",
  "optional_dependencies": [],
  "rank_30d": 269,
  "rank_365d": 243,
  "rank_90d": 259,
  "raw_hash": "13caecc9938970d3",
  "recommended_dependencies": [],
  "revision": 1,
  "ruby_source_path": "Formula/lib/libzip.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    {
      "zip": "test"
    },
    "bzip2"
  ],
  "version_head": null,
  "version_stable": "1.11.4",
  "versioned_formulae": [],
  "why_use_this": "libzip is a standard dependency for any C/C++ project that needs zip archive handling; it\u0027s more capable and actively maintained than zlib\u0027s deflate-only approach. Used widely in build tools, package managers, and archive utilities. Supports modern compression formats (zstd, xz) alongside traditional DEFLATE."
}