Extract a 7z

100% in your browser, with nothing ever uploaded

Loading…

Open ZIP, RAR and 7z archives without installing anything: see the file list first, then save single files or everything at once. The extractors are open-source code compiled to WebAssembly, running on your device, so an archive full of private files never touches a server.

How it works

  1. Drop the archive: ZIP, RAR or 7z.
  2. Browse the contents; nothing is extracted until you ask.
  3. Save individual files, or everything as a ZIP.

Questions

Does my file get uploaded?
No. The models and all processing run inside your browser on your own device. You can verify this yourself: open your browser’s DevTools, watch the Network tab, and process a file: there are no uploads. After the first visit most tools also work fully offline.
Are password-protected archives supported?
Encrypted ZIP entries and password-protected RAR/7z archives are detected and reported honestly. A password prompt is on the roadmap, but nothing is silently skipped today.
Why RAR and 7z but ZIP output only?
Reading RAR and 7z uses the open libarchive project. Writing RAR is proprietary to WinRAR, and 7z output has little reason to exist here, since ZIP opens on every device without extra software.

Related tools