Extract a .tar.gz archive online
Unpack a gzip-compressed tarball locally. Convertur decompresses the gzip layer, reads the tar, and lets you download the files inside — nothing is uploaded.
What is a .tar.gz file?
A .tar.gz (or .tgz) is two formats stacked together: tar bundles files into one stream, and gzip compresses that stream. It is the standard way source code, Linux packages, and server backups are distributed.
Why extract it here?
Windows and macOS often lack a built-in double-click extractor for .tar.gz, pushing people to the command line or third-party apps. Convertur opens them in the browser with a clear file list and per-file downloads.
How extraction works
The gzip layer is inflated first, then the resulting tar stream is parsed block by block — including ustar long-path prefixes — to recover each file. Download files individually or re-bundle everything as a ZIP.
Compatibility
Standard gzip-compressed tar archives are supported, including nested directories. Other compressors such as .tar.bz2 or .tar.xz are not handled by this tool.
How to extract tar.gz files
- Drop a .tar.gz or .tgz file into the zone above.
- Convertur decompresses and reads the tar locally.
- Browse the extracted files and download what you need.
- Or press Download all as ZIP for everything at once.