# weichsel/ZIPFoundation

Effortless ZIP Handling in Swift

Repository: https://github.com/weichsel/ZIPFoundation
Canonical: https://ross.abutalabs.com/products/zipfoundation
Language: Swift
License: MIT
License Family: permissive
Topics: swift, zip
Last push: 2026-07-13T14:42:33+00:00

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

## Adoption (not part of the score)
Stars 2722, forks 383 (observed 2026-08-28T04:07:15.601597+00:00)

## What it is
ZIP Foundation is a Swift library for creating, reading, and modifying ZIP archive files. It is built on Apple's libcompression for high performance, supports in-memory archives, large files, and runs on Apple platforms and Linux with no third-party dependencies.

## Use cases
- zip files and directories in swift
- unzip an archive in an ios app
- read individual entries from a zip file
- create zip archives in memory
- add or remove entries from an existing zip
- track progress and cancel long zip operations

## When to choose
- you need ZIP support in Swift on Apple platforms or Linux
- you want a dependency-free, high-performance compression library
- you need in-memory archive handling or progress tracking

## When to avoid
- you need formats other than ZIP such as tar or 7z
- you work outside Swift or outside the supported platforms

## Facets
- artifact type: library
- maturity: stable
- function: compression, file-system
- domain: files, developer-tools, cross-platform
- platform: -
- tags: zip, archive, swift-package-manager, libcompression, macos, ios, linux, swift

## Member repositories
- weichsel/ZIPFoundation (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:15.601597+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:15:12.048889+00:00, confidence not recorded.
  - readme: https://github.com/weichsel/ZIPFoundation (fetched 2026-08-28T04:07:15.601597+00:00, sha 2772d829005c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
