gildas-lormeau/zip.js

JavaScript library to zip and unzip files supporting parallel compression, web streams, pluggable compression engines, zip64, split files, data encryption,...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 29 minutes ago
Type:Library / SDKCategory(s):Core & Utility LibrariesLanguages & Runtimes
Added to GitGenius on September 17th, 2026
Created on August 14th, 2011
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 547
Total Stargazers: 3,895 (+0)
Total Subscribers: 71 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.4 hours
Mean response time: 4.6 days
90th percentile: 9.0 days
Tracked items: 82

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 100% of issues opened in the past year have since been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 1
Closed in 7 days: 1
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help needed (2)
  • deno bug (1)
  • doc (1)
  • feature request (1)

Detailed Description

zip.js is a JavaScript library for creating and extracting zip archives with support for parallel compression, web streams, and advanced encryption.

The library solves the problem of handling zip file operations in JavaScript environments where native support is limited or unavailable. It works by providing APIs to compress and decompress files while leveraging web workers and service workers to perform compression in parallel, improving performance on multi-core systems. The tool supports multiple compression engines through a pluggable architecture, allowing developers to choose or swap compression implementations. It handles modern zip features including zip64 for files larger than 4GB, split archives, AES encryption, and deflate64 decompression.

Developers should choose this library when building browser-based or Node.js applications that need to manipulate zip files without server-side processing. It suits projects ranging from simple file compression utilities to complex applications requiring encrypted archive handling. The tool works in browsers, Node.js, Deno, and service workers, making it versatile across JavaScript runtimes. Its web stream support integrates naturally with modern streaming APIs, and the ability to offload compression to web workers prevents blocking the main thread in browser applications.

The project shows consistent maintenance with regular updates addressing bug fixes and feature enhancements. Development activity demonstrates responsiveness to user-reported issues and pull requests. The codebase maintains comprehensive documentation through examples and API references on the project homepage. The maintainer actively manages the repository with attention to both core functionality and edge cases in zip format handling.