How Archive extractor works
Archive Extractor unpacks ZIP, RAR, 7z, TAR, and GZ archives directly in your browser using the libarchive.js WebAssembly library. Your archive file is read into browser memory on your own device, extracted there, and every contained file is offered as a local download, nothing is uploaded to any server.
Because extraction happens entirely client-side, you can open confidential archives, corporate ZIP files, or private document bundles without worrying about a third-party cloud service storing their contents. The extraction is read-only: the original archive on your device is never modified.