Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 22:20
· 18 commits to main since this release
d1edfaa

Unzip — private, safe ZIP extraction for Firefox and Chrome, entirely in your browser.

Your files never leave your device; no uploads, no accounts, no telemetry; all processing local.

Highlights

  • Streaming, bounded-memory extraction with per-entry and aggregate caps.
  • Fail-closed ZIP parsing driven by the central directory: encrypted, Zip64/over-4 GB, corrupt, and crafted archives are rejected with clear messages.
  • Full path safety (zip-slip, absolute/UNC/drive paths, Windows reserved names, bidi/Unicode spoofing, case-collisions).
  • Virtualized, sortable, filterable file tree; download one file or the whole tree with collision-safe names.
  • Cancellable, WCAG-AA accessible, real-Firefox end-to-end tested; one MV3 codebase for Chrome and Firefox; zero install-time permissions.

Install

  • Firefox (AMO): coming soon
  • Chrome (Chrome Web Store): coming soon

Learn more: https://animesh.kundus.in/file-tools/

Attached: the built Chrome and Firefox extension packages and the Firefox sources archive.