All Three Formats Supported
Handles .tar.gz, .tgz, and uncompressed .tar in one tool.
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Extract files from .tar.gz, .tgz, and .tar archives in your browser
TAR.GZ Extractor on UtilityKit opens .tar.gz, .tgz, and plain .tar archives in your browser, lists every file inside, and lets you download any single entry with one click. The tool detects the gzip magic bytes (0x1F 0x8B), decompresses with pako, then walks the POSIX/USTAR tar header chain to enumerate files. Everything runs locally — no upload, no server, no install. GNU long-name (LongLink) extensions are handled, and pre-decompressed .tar files are accepted as-is. Drop in an archive up to 200 MB, browse the file list with paths and uncompressed sizes, and pull out exactly the files you need without unpacking the rest. Useful when you receive a Linux source tarball, a Docker image layer, or a backup .tgz on a machine that lacks a command-line unarchiver, or when you just want a quick GUI inspection of an unfamiliar archive without opening a terminal.
Handles .tar.gz, .tgz, and uncompressed .tar in one tool.
pako and the tar parser run entirely in your browser; archives never leave your device.
Handles GNU LongLink extensions so paths over 100 characters are preserved correctly.
Pull out one file from a large source tarball without expanding the rest to disk.
Works without tar, gunzip, 7-Zip, or any desktop archiver — Chromebook-friendly.
No signup, no email, no ads, no daily cap.
Input: react-18.3.0.tgz (~100 KB)
Output: package.json, lib/index.js, and 18 other files listed — download exactly the ones you want.
Input: site-backup.tar.gz (180 MB)
Output: Single config/.env file downloaded — no need to expand the full backup on disk.