Settings

Zip files up

Add files one at a time or a whole folder; the folder's shape is kept inside the zip.

Drop files or a folder here Anything, any number. Nothing is uploaded.

Open a zip

See what is inside before anything is extracted, then save the files you want.

Drop a zip here, or choose one A .zip of any size the browser can hold in memory.

What this is, and what it is not

It makes an ordinary zip. Any program on any system opens it. Dates are kept, folder structure is kept, and two files with the same name get numbered rather than one silently replacing the other.

It lists before it extracts. You see every entry, its size and its path first. An entry whose path tries to climb out of the folder it would land in is shown and refused, which is the trick a hostile zip plays on careless unzippers.

It does not open password-protected zips. A zip encrypted with a password is reported as such. Encryption in the zip format is either weak or proprietary, and neither is supported here; for encrypting a set of files, CAPSULE does it properly.

Big archives need memory. The whole zip is held in the browser's memory while it is open. A few hundred megabytes is fine on a computer; a phone may refuse a very large one.

Nothing leaves this tab. Files are read, compressed and written in browser memory. With a folder connected, a zip you make is filed under Sovereign Suite/PACK.

Questions people ask

Why would I not just use the unzip built into my computer?

On a computer, you should. On a phone or an iPad, opening a zip attachment is often a dead end, and the sites that offer to unzip it for you keep a copy of everything inside. This does the same job on the device.

Can it open .rar, .7z or .tar.gz?

No. Only zip. Those formats need different code, and the zip format covers nearly every attachment and download that arrives compressed.

Does 'Save every file' download them one by one?

Yes, with a short pause between each so the browser does not mistake it for a popup storm. The browser may ask once whether to allow several downloads; say yes and press again for the rest.

Is anything uploaded?

No. Open the network tab in your browser's developer tools and watch nothing go out while you pack or open an archive.

Related tools