GZIP Decompressor
Decompress .gz files back to their original content using the browser's native DecompressionStream API. Extracts the original filename from the GZIP header, supports .tar.gz auto-extraction (TAR + GZIP), and detects MIME type from magic bytes. Batch decompress multiple .gz files. 100% client-side.
Decompress .gz files back to their original content using the browser's native DecompressionStream API. Extracts the original filename from the GZIP header, supports .tar.gz auto-extraction (TAR + GZIP), and detects MIME type from magic bytes. Batch decompress multiple .gz files. 100% client-side. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.