BENCH

Archive Extractor

Unzip ZIP, RAR, 7z, TAR and GZ archives in your browser

How it works

Drop in an archive — ZIP, RAR (4 and 5), 7z, TAR and compressed tarballs (.tar.gz/.tgz, .tar.bz2, .tar.xz), single .gz files, ISO images and comic archives (CBZ/CBR). It is opened by libarchive compiled to WebAssembly, served from this site and running in a Web Worker, so the file never leaves your device. The contents are listed instantly with per-file sizes (in natural order, without extracting everything first); download any single file on demand, or use “All as ZIP” to extract the whole archive and repack it as a standard ZIP — which also makes this a RAR-to-ZIP or 7z-to-ZIP converter. Password-protected ZIP archives are supported: you'll be prompted and the password never leaves the local extractor.

Frequently asked

Is my archive uploaded anywhere?

No. Listing and extraction run entirely in your browser via libarchive compiled to WebAssembly. Files exist only in your tab's memory.

Which archive formats can it open?

ZIP, RAR (v4 and v5), 7z, TAR, TAR.GZ/TGZ, TAR.BZ2, TAR.XZ, bare .gz files, ISO images, and comic book archives (CBZ, CBR, CB7, CBT).

Can it convert RAR to ZIP?

Yes — open the RAR and click “All as ZIP”. The contents are extracted locally and repacked into a standard ZIP with folder structure preserved. The same works for 7z and TAR.

Can it open password-protected archives?

Password-protected ZIP archives work — you'll be asked for the password, which is used only by the local extractor. Encrypted RAR archives are not supported.

Do I have to extract the whole archive?

No. The contents are listed without extracting anything; each file is decompressed individually only when you download it.

Is there a size limit?

No fixed limit, but everything happens in your browser's memory — very large archives (multiple GB) may be slow or fail depending on your device.