en

Extract TAR

Extract a .tar archive into its files locally - no upload, right in your browser. Your data stays on your device.

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 .tar archive bundles several files into one - typical on Linux and macOS, often the container inside a .tar.gz. This tool reads the TAR and gives you back every contained file individually, unchanged and lossless.

Extraction runs entirely locally in your browser (a pure JavaScript reader for the USTAR format per POSIX.1-1988). Your data is never uploaded. For a .tar.gz, first decompress the .gz with the gzip tool, then open the TAR.

Such bundles often arrive when downloading source-code releases, container images or backups from a Linux server. Instead of reaching for a console first, you pull the content out conveniently here and immediately see which components are included. Every single entry appears for targeted selection, so you do not have to open the whole package just to view one contained template.

Unlike a ZIP, a plain .tar compresses nothing: it merely lines the files up in 512-byte blocks, which is why a TAR is often even slightly larger than the sum of its contents. It only shrinks through a downstream compression (.tar.gz, .tar.bz2) - the .gz wrapper you unpack beforehand with the gzip tool.

Specifications

Specifications
Input formatsTAR
Output formatTAR
Batch processingNo
ProcessingLocally in your browser (JavaScript)
File uploadNone

In 3 steps

  1. Drop or pick your TAR archive.
  2. The tool extracts into individual files locally.
  3. Download the files individually or as a ZIP.

Limitations: Reads the widely supported USTAR format; very exotic TAR variants with long paths (PAX/GNU) may not be fully supported. Gzip-decompress a .tar.gz first. Directory entries are skipped.

FAQ

Are my files uploaded?

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

How do I unpack a .tar.gz?

First open the .gz with "Gzip decompress", then extract the TAR here.

How do I download all files together?

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

Do the files stay unchanged?

Yes, TAR is lossless - the files come out bit-for-bit identical.

Related tools

Create TAR · Extract ZIP · Gzip decompress · Gzip compress · GeoJSON to GPX · KML to GPX