Filery

Extract Archive

Open any archive format without installing software.

Choose archive or drop it anywhere on this page ZIP · RAR · 7Z · TAR · GZ · TGZ · BZ2 · XZ · ISO · CAB · +3 Processed on your device — never uploaded

How to extract archive

  1. Drop the archive file into the tool. Multi-part archives (.zip.001, .rar.part1) should all be added together.
  2. If the archive is password-protected, enter the password. It is only used inside your browser.
  3. Browse the file tree, select what you want, then download as a ZIP.

About this tool

Most operating systems can open ZIP files natively, but everything else — RAR, 7z, TAR with various compression layers, ISO images, old cabinet files — requires either a separate install or an online service that wants you to upload the file to their server. Neither is ideal when the archive contains anything private.

This tool handles the whole common matrix in-browser. The heavy lifting comes from libarchive compiled to WebAssembly, the same C library that powers file managers and package managers on Linux. RAR5 and 7z decompression are included; the one thing it cannot do is create RAR files, because the RAR format is proprietary and the encoder is not available as open-source.

Multi-part archives are common with RAR files distributed across file-hosting sites and deserve a direct answer: add all parts at once and the assembly is automatic. Password-protected archives work the same way — enter the password and decryption runs locally on your machine.

Questions

Which formats are supported?
ZIP, RAR (including RAR5), 7z, TAR, GZ, TGZ, BZ2, XZ, ISO, CAB, LZH, ARJ and Z are all handled. RAR5 and 7z go through libarchive compiled to WebAssembly, which is why you do not need to install 7-Zip or WinRAR.
Can it open multi-part archives?
Yes for ZIP (which concatenates cleanly) and for split RAR files that follow the .part1.rar/.part2.rar or .r00/.r01 naming scheme. Add all parts at once and the tool assembles them before extraction.
Does the password leave my machine?
No. The entire extraction — including AES-256 decryption — happens inside your browser through WebAssembly. The archive and its password are never transmitted anywhere.
What is the file size limit?
There is no fixed cap imposed by the tool. The ceiling is your browser's available memory. Compressed archives smaller than a few gigabytes extract without trouble on most machines; very large ISOs or multi-gigabyte 7z files may require more RAM than a tab can address.