# marmelroy/Zip

Swift framework for zipping and unzipping files.

Repository: https://github.com/marmelroy/Zip
Canonical: https://ross.abutalabs.com/products/zip
Language: Swift
License: MIT
License Family: permissive
Topics: zip, unzip, compression, swift, files
Last push: 2024-08-05T18:42:46+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3916, "days_push": 758, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2603, forks 479 (observed 2026-08-28T04:07:03.488742+00:00)

## What it is
A Swift framework for zipping and unzipping files, built on top of minizip. It offers simple quick functions as well as advanced options like custom destinations, password-protected archives, and progress callbacks.

## Use cases
- unzip a file in an iOS app
- create zip archives from Swift
- extract password-protected zip files
- show progress while unzipping large archives
- support custom zip-like file extensions like .cbz

## When to choose
- you need simple zip/unzip functionality in a Swift or iOS/macOS project
- you want password-protected archive support with progress tracking
- you prefer a lightweight wrapper over minizip with SPM/CocoaPods/Carthage support

## When to avoid
- you need formats beyond zip derivatives like tar.gz or rar
- you work outside the Apple/Swift ecosystem
- you need actively developed features beyond maintenance-level updates

## Facets
- artifact type: library
- maturity: maintenance
- function: compression, file-system
- domain: files, developer-tools, cross-platform
- platform: cross-platform
- tags: zip, unzip, minizip, cocoapods, swift-package-manager, swift, ios, macos

## Member repositories
- marmelroy/Zip (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:03.488742+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:21:08.086878+00:00, confidence not recorded.
  - readme: https://github.com/marmelroy/Zip (fetched 2026-08-28T04:07:03.488742+00:00, sha dc8d74ec2329)
- Data as of 2026-08-30T08:39:29.467469+00:00.
