No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Hosted in GermanyGlobal Content Delivery
Origin servers at Hetzner in Germany, delivered worldwide through a content delivery network. Your file contents are never transmitted in the process - they never leave your device.
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 formats
TAR
Output format
TAR
Batch processing
No
Processing
Locally in your browser (JavaScript)
File upload
None
In 3 steps
Drop or pick your TAR archive.
The tool extracts into individual files locally.
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.