TAR & GZIP Archive Tool
Pack files into .tar or .tar.gz, extract TAR/GZIP archives, and gzip files — right in your browser.
01 — Overview
How it works
Bundle multiple files into a single .tar or .tar.gz archive, extract .tar/.tar.gz/.tgz archives (delivered as a .zip so your browser can save them in one download), and gzip or gunzip single files. Everything runs locally in your browser with fflate and an in-house TAR writer — your files never leave your device.
02 — Use cases
When to use it
- 01
Bundle a set of files into a single .tar.gz to share or upload
- 02
Extract a .tar.gz you downloaded without installing command-line tools
- 03
Gzip a log or data file before archiving it
03 — Examples
Real input, real output
5 files → pack
ex 011 archive.tar.gz
Bundle several files into one compressed archive.
release.tar.gz → extract
ex 02release.zip of the contents
Unpack an archive and save the files as a zip.
04 — FAQ
Frequently asked
05 — More