en

Extract compressed TAR

Extract a .tar.gz, .tar.bz2 or .tar.xz file into its files locally - in one step, no upload, right in your browser.

Running locally on your device ...

Running locally on your device ...

0%

Is my file uploaded?

No. Everything runs in your browser - your file never leaves your device. How this is verifiable

No upload100% local
Your content stays with youno third-party access
Hosted in GermanyGlobal Content Delivery
Independently auditedTLS A+ · HTTP headers A+

A plain TAR only bundles files, it does not compress anything - which is why it is usually additionally compressed with gzip (.tar.gz/.tgz), bzip2 (.tar.bz2/.tbz2) or xz (.tar.xz/.txz). That is the standard shape Linux source releases, backups and cloud exports ship in.

Until now this needed two steps: first remove the compression, then extract the TAR. This tool detects the compression filter automatically and does both in one go, entirely locally via libarchive (WebAssembly) - no upload, offline too.

This saves you the detour through a command-line tool or a separate intermediate format for a downloaded source-code archive, a server backup or a data export. All three compression kinds run through the same tool - you do not need to know in advance which one it is.

Specifications

Specifications
Input formatsTAR.GZ, TGZ, TAR.BZ2, TBZ2, TAR.XZ, TXZ
Output formatZIP
Batch processingNo
ProcessingLocally in your browser (WebAssembly)
File uploadNone

In 3 steps

  1. Drop or pick your file (.tar.gz, .tar.bz2 or .tar.xz).
  2. The tool detects the compression and extracts locally.
  3. Download the files individually or as a ZIP.

Limitations: Handles only the three named compression kinds (gzip/bzip2/xz) over TAR; a plain uncompressed .tar instead uses the "Extract TAR" tool. Folder structure is flattened on download (file names only). Very large archives need memory and time.

FAQ

Are my files uploaded?

No. The archive is extracted entirely locally in the browser.

Do I need to know in advance whether it is gzip, bzip2 or xz?

No, the tool detects the compression automatically from the file content.

What about a plain .tar with no compression?

For that there is the separate "Extract TAR" tool.

How do I download all files together?

Use "All as ZIP" to get the extracted files bundled.

Related tools

Extract 7z · Extract CAB · Archive to ZIP