Extract a TAR.GZ file online
Upload a .tar.gz and download all its contents at once, directly in your browser, without installing any software.
Processed on your device. Nothing is sent to any server.
or click to select it
Upload a .tar.gz and download all its contents at once, directly in your browser, without installing any software.
Decompresses the gzip layer, parses the resulting TAR and packages all the files into a downloadable ZIP, keeping the folder structure.
Use cases
- Extract a .tar.gz package downloaded from a repository without using the terminal.
- Recover files from a .tgz backup on Windows.
- Turn a .tar.gz into a more manageable ZIP when extracting it.
How it works
- 1
Upload your TAR.GZ
Drag the file or choose it from your device.
- 2
Read it
Click the button to process the file.
- 3
Extract everything
Download all the files at once.
Frequently asked questions
Does it work with .tgz?
Yes, .tar.gz and .tgz are the same format with a different extension.
What format does it download as?
As a .zip with all the files, since the browser can't write directly to your folders.