TAR & GZIP Archive Tool

Pack files into .tar or .tar.gz, extract TAR/GZIP archives, and gzip files — right in your browser.

Operation
Archive format

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

  1. 01

    Bundle a set of files into a single .tar.gz to share or upload

  2. 02

    Extract a .tar.gz you downloaded without installing command-line tools

  3. 03

    Gzip a log or data file before archiving it

03 — Examples

Real input, real output

5 files → pack

ex 01

1 archive.tar.gz

Bundle several files into one compressed archive.

release.tar.gz → extract

ex 02

release.zip of the contents

Unpack an archive and save the files as a zip.

04 — FAQ

Frequently asked

Browsers can only save one file per download. Extracting a TAR yields many files, so they are repackaged into a single .zip you can save and open anywhere.

05 — More

Tools that pair well