# rubyzip/rubyzip

Official Rubyzip repository

Repository: https://github.com/rubyzip/rubyzip
Canonical: https://ross.abutalabs.com/products/rubyzip
Homepage: https://rubygems.org/gems/rubyzip
Language: Ruby
License: BSD-2-Clause
License Family: permissive
Topics: rubyzip, encryption, ruby, aes-encryption, zip, zip-archive, zip-file
Last push: 2026-08-18T09:34:43+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 98, longevity 100
- inputs: {"age_days": 5822, "days_push": 15, "days_rel": 15, "gap_med": 16, "n_releases_24m": 14}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1427, forks 326 (observed 2026-08-28T04:04:41.796070+00:00)

## What it is
Rubyzip is a Ruby library (gem) for reading and writing zip archives, including support for AES encryption. It provides both high-level Zip::File APIs and streaming InputStream/OutputStream classes.

## Use cases
- create zip archives in ruby
- extract files from a zip archive
- read and write zip files in a rails app
- create password-protected or AES-encrypted zips
- stream zip entries without loading everything into memory
- package files for download in a web app

## When to choose
- you need zip read/write support in a Ruby project
- you need encrypted zip archives in Ruby
- you want a mature, widely-used Ruby zip gem

## When to avoid
- you need tar, gzip, or 7z formats rather than zip
- you are not working in Ruby
- you need very high-performance native compression

## Facets
- artifact type: library
- maturity: stable
- function: compression, file-system, cryptography
- domain: files, developer-tools, security
- platform: ruby, cross-platform
- tags: zip, zip-archive, aes-encryption, ruby-gem, archive

## Member repositories
- rubyzip/rubyzip (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:41.796070+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-30T04:37:23.733615+00:00, confidence not recorded.
  - readme: https://github.com/rubyzip/rubyzip (fetched 2026-08-28T04:04:41.796070+00:00, sha 295826f25287)
  - homepage: https://rubygems.org/gems/rubyzip (fetched 2026-08-29T11:49:07.395488+00:00, sha 85d31f7ebef2)
  - site_page: https://guides.rubygems.org/command-reference (fetched 2026-08-29T11:49:07.397952+00:00, sha ef62154d6253)
  - site_page: https://rubygems.org/pages/about (fetched 2026-08-29T11:49:07.401253+00:00, sha e4248571fa5d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
