Take a single-file GZIP (.gz) and wrap it inside a ZIP container — useful when sharing with users whose tools don't recognize .gz directly.
Per-job file size, entry count, and batch caps for GZIP → ZIP. Limits apply to every Archive tool in JAD Apps; upgrade for larger uploads and bigger batches.
| Tier | Max archive size | Max entries / archive | Max files per batch |
|---|---|---|---|
| Free | 47.7 MB | 500 | 1 |
| Pro | 476.8 MB | 50,000 | 20 |
| Developer | 1.86 GB | 50,000 | 20 |
Drop a .gz file (NOT a .tar.gz — single-file GZIP only)
fflate decompresses the GZIP and reads the inner filename from the GZIP header
Download a ZIP containing the decompressed file under its original name
0 bytes uploaded. GZIP to ZIP Wrapper runs entirely in your browser using fflate, zip.js, and libarchive WASM. Your archive files never leave your device.
Use the TAR.GZ to ZIP converter instead. This tool is for single-file GZIP — typically a log file (.log.gz) or a database dump (.sql.gz). The GZIP header carries one filename, not a directory.
Some GZIPs are produced without the FNAME flag — we then derive the inner filename by stripping the .gz suffix from the input. So foo.txt.gz becomes foo.txt inside the ZIP.
Some workflows or upload forms require ZIP specifically. Wrapping the decompressed payload in ZIP keeps it as a single attachment and metadata-clean.
Repackage TAR.GZ as ZIP for users on Windows, macOS Finder, or any environment without tar installed. Browser-native, zero upload, lossless content transfer.
Open toolPick a target format and convert any input archive to it. Handles ZIP ↔ TAR.GZ ↔ GZIP in any direction. Browser-native, zero upload, no command line.
Open toolExtract ZIP, 7Z, RAR, TAR, TAR.GZ, BZ2, XZ, and ISO files directly in your browser. Powered by fflate and libarchive WASM. Zero upload, instant extraction.
Open tool