macOS
brew install libzziplocal Homebrew formula metadata
sudo port install libzzipMacPorts ports tree · archivers/libzzip/Portfile · source: api.github.com
brew
Library providing read access on ZIP-archives. Version 0.13.80 via Homebrew; verified from local package data.
install
brew install libzziplocal Homebrew formula metadata
sudo port install libzzipMacPorts ports tree · archivers/libzzip/Portfile · source: api.github.com
overview
Library providing read access on ZIP-archives
history
ZZIPlib is a lightweight C library for read access to ZIP archives and unpacked data, best known for POSIX-shaped zzip_ functions that can make zipped resources look file-like to an application.
The official history says Guido Draheim developed zziplib from Tomi Ollila's zip08x work. The API documentation says Draheim picked up Ollila's ZIP decoder routines and wrapped them with call signatures resembling POSIX file APIs, so zzip_open has the same general shape as open(2) but can open zipped files.
The SourceForge documentation dates the ZIP access page to June 1, 2000 and the programmer interface page to July 20, 2002. The project page notes that it was later hosted on GitHub, and the GitHub repository summary says the project originated in 1999, was adopted by Guido Draheim in 2000, and moved to GitHub in 2017 for easier collaboration.
zziplib found its niche in applications that wanted to bundle many read-only resource files into a single ZIP while keeping code close to ordinary file and directory access. The documentation explicitly names game and graphics application developers as requesters of extension and custom I/O support.
Its model is intentionally narrower than full ZIP tools: applications can create archives with ordinary zip/unzip utilities and then ship zziplib only for final read access. That made it attractive for packaged games, resource archives, and embedded or portable software where a small zlib-based reader was enough.
Developers can call direct ZIP APIs such as zzip_dir_open and zzip_file_open, or use magic wrappers such as zzip_open, zzip_read, and zzip_close. The extension I/O layer lets applications recognize ZIP-derived formats such as JAR or game-resource extensions and route reads through custom handlers.
ZZIPlib is interesting because it captures an old packaging trick: ship assets as ZIP files but let code pretend they are files. The LGPL/MPL licensing, zlib dependency, POSIX-like API, SDL-oriented examples, and odd collection of small tools make it a very package-nerd archive library.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
unzip-mem | cli | global executable | |
unzzip | cli | global executable | |
unzzip-big | cli | global executable | |
unzzip-mem | cli | global executable | |
unzzip-mix | cli | global executable | |
zzcat | cli | global executable | |
zzdir | cli | global executable | |
zzxorcat | cli | global executable | |
zzxorcopy | cli | global executable | |
zzxordir | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/gdraheim/zziplib
install metadata
| Package key | brew:libzzip |
|---|---|
| Version | 0.13.80 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/libzzip |
| Homepage | https://github.com/gdraheim/zziplib |
| Repository | https://github.com/gdraheim/zziplib |
| Upstream docs | https://github.com/gdraheim/zziplib#readme |
| License | LGPL-2.0-or-later OR MPL-1.1 |
| Source archive | https://github.com/gdraheim/zziplib/archive/refs/tags/v0.13.80.tar.gz |
| Build dependencies | cmake, pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libzzip |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libzzip
sudo port install libzzipsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.