Browser-Only
JSZip runs entirely in your browser; the archive never reaches a server.
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Browse and extract files from a .zip archive in your browser
ZIP Extractor on UtilityKit opens a .zip archive in your browser, lists every file inside, and lets you download any single file with one click. There is no upload, no install, and no server hop — JSZip reads the archive locally, so your files stay on your device. Drop in an archive up to 200 MB; the tool walks the central directory, lists each entry with its uncompressed size, and shows the total payload at the top. Click the down-arrow next to any file to download just that one — useful when you only need a single asset out of a large archive without unpacking it all. A 'Download all' button re-emits the archive as a single download in case you want a copy of the original. Browser-only operation also means everything works offline once the page is cached, and the file structure inside the archive is never logged or stored anywhere.
JSZip runs entirely in your browser; the archive never reaches a server.
Pull out just one or two files without unpacking the whole archive on disk.
See every file's path and uncompressed size before deciding what to extract.
Works without 7-Zip, WinRAR, or any desktop ZIP tool.
Comfortable for development asset bundles, photo backups, and source archives.
No account, no email, no daily quota, no watermark on downloads.
Input: release-2026-05.zip (140 MB)
Output: Just config/prod.env.json downloaded — the other 38 files stay in the archive.
Input: theme-twentyfour.zip
Output: File list shown with style.css, functions.php, and 22 other files — pick exactly the ones you need.