Security converter · runs 100% in your browser

ZIP Archive Extractor

Extract files from a ZIP archive directly in your browser. Each entry is offered for download separately, plus a "Download all as ZIP" button bundles them. Useful for inspecting an archive without trusting it to a third-party server.

No uploadNo signupNo trackingFree, unlimited
Drop your ZIP file here
or click to choose a file

How to use

  1. Drop your .zip archive.
  2. JSZip reads the archive in your browser.
  3. Each file inside is listed with a Download button.
  4. Use "Download all as ZIP" to get every file in one bundle.

FAQ

Are encrypted ZIP archives supported?

Standard ZipCrypto (legacy) is partially supported via JSZip; modern AES-encrypted ZIPs are not. Use 7-Zip locally for encrypted archives.

Does my archive upload to a server?

No. Conversion runs entirely in your browser using WebAssembly and Web APIs. Open the Network tab in DevTools while you convert — you'll see no outbound traffic carrying your file.

Is this really free?

Yes. No signup, no quota, no upgrade tier. The conversion runs on your machine, so it costs us nothing to host.

Is there a archive size limit?

Browser memory is the only ceiling. On a modern desktop browser, a few hundred megabytes works fine. Mobile devices have tighter limits.