Organise

Open a ZIP file

The listing comes first: every file in the archive, with its size, before a single byte is unpacked. Then take all of them, or take the one you actually wanted.

On this device

What is inside

Reading the archive's index does not extract anything. Nothing is written until you ask for it.

    Opened on this device · never transmitted

    What this tool does, exactly

    The listing first
    A ZIP keeps an index at its end, so the contents can be read without unpacking the contents. That listing is what you see first — every name and every size — which is the difference between opening an archive and being handed forty files by surprise.
    One file or all of them
    Every entry has its own button. Extracting one file decompresses one file, which matters on a phone facing a large archive: you are not made to unpack two hundred megabytes to reach a two-kilobyte receipt.
    What it will not open
    RAR, 7z, tar.gz, and any ZIP with a password. The first three are different formats needing different decoders, and an encrypted ZIP cannot be read without its password by this tool or any other. Each is named plainly rather than reported as a corrupt file.
    Paths are kept, and kept safe
    Folder structure inside the archive is preserved in the names you see. Entries that try to climb out of their own folder — the classic “zip slip”, a path with .. in it — are refused and listed as refused, because a browser download that lands somewhere unexpected is a real attack rather than a curiosity.

    About this tool

    Do I have to extract the whole archive?

    No, and that is the reason the listing comes first. Every file inside has its own extract button, so you can take the single document you came for and leave the other hundred and ninety-nine compressed. Extracting everything is one button as well, when that is what you want.

    It says my archive is encrypted. Can I still open it?

    Not here. A password-protected ZIP cannot be read without its password by any tool, and this one does not attempt passwords. Open it with the software you would normally use and the password you were given; if you do not have the password, nothing can help.

    Can it open RAR or 7z files?

    No. Despite the shared idea, they are entirely different formats needing entirely separate decoders, each well over a megabyte, downloaded by everybody to serve a minority. The tool says which format it found instead of reporting your file as broken.

    Is the archive uploaded to be read?

    No. Both the index and the decompression are read in this tab. Archives are one of the things people most often open without knowing what is in them, and doing that on a stranger's server means handing over the contents before you have seen them yourself.

    More organise tools · All 25 · How they work