Create, extract, and inspect ZIP archives entirely in-browser via JSZip — build a ZIP from multiple files with per-file paths and DEFLATE/STORE compression, extract or download individual entries from an existing archive, and inspect a read-only folder-tree summary.
Drop files here or click to browse
Add as many files as you like — everything zips entirely in-browser Each file's path within the archive defaults to its name and can be edited to place it in a subfolder (e.g. src/utils/helper.js). DEFLATE compresses (level 1 = fastest / largest, 9 = slowest / smallest); STORE copies files in unchanged, useful for already-compressed content like JPEGs or other ZIPs.
Create, extract, and inspect ZIP archives entirely in-browser via JSZip — build a ZIP from multiple files with per-file paths and DEFLATE/STORE compression, extract or download individual entries from an existing archive, and inspect a read-only folder-tree summary.
Yes. ZIP Archive Tools can zip up several files into one downloadable archive, directly in your browser.
Yes. ZIP Archive Tools can extract files from a .zip without installing anything, directly in your browser.
Yes. ZIP Archive Tools can preview a ZIP's folder structure before downloading it, directly in your browser.
No. This tool runs entirely in your browser — your input is processed locally on your device and is never uploaded or stored on a server.