ZipArchive/ZipArchive
ZipArchive is a simple utility class for zipping and unzipping files on iOS, macOS and tvOS. observed · 2026-08-28
Health v2 · maintenance only
45/100
- Activity 49
- Release rhythm 8
- 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: n/a
- age_days: 5858
- days_rel: 699
- days_push: 306
- n_releases_24m: 1
Adoption not part of the score
5606 stars · 1350 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SSZipArchive is an Objective-C/Swift utility library for creating and extracting zip archives on Apple platforms (iOS, macOS, tvOS, watchOS, visionOS). It supports password-protected and AES-encrypted zips, large files, and configurable compression levels, built on minizip/zlib.
Use cases
- unzip zip files in an iOS app
- create password protected zip files on macOS
- extract AES encrypted zip archives in Swift
- zip a directory of files on tvOS
- compress NSData instances into a zip with a filename
- create large zip files over 4.3GB
When to choose
- you need zip support in an Objective-C or Swift app on Apple platforms
- you need AES-encrypted or password-protected zip archives
- you need CocoaPods, SPM, or Carthage integration
- you need to handle very large zip files
When to avoid
- you target OS versions older than iOS 15.5 / macOS 10.15
- you need zip support on non-Apple platforms
- you prefer a pure Swift implementation like ZIPFoundation
- you need formats other than zip
Facets
library · maturity stable
compression file-system cryptography files developer-tools mobile-development cross-platform cpp cross-platform zip unzip objective-c swift minizip aes-encryption apple-platforms cocoapods spm ios macos
1 source
- readme: https://github.com/ZipArchive/ZipArchive · fetched 2026-08-28 · ff9ff20ccf97
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ZipArchive/ZipArchive | main | 45 |
For agents
markdown · JSON · MCP: product_card(name="ZipArchive/ZipArchive")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem