Your files stay on your device

Tar Inspector and Builder for .tar and .tar.gz

List what is inside a .tar or .tar.gz (ustar headers, checksums, sizes, modes), extract one entry or a multi-select into one ZIP, or build a deterministic archive. Links and devices are refused with named reasons.

Tar in

A gzip signature (1f 8b) routes the file through the gzip engine first: same CRC-verified guards, no duplicated logic. Listing never extracts: each entry is one header read, and extraction slices exactly one entry's bytes.

.tar and .tar.gz up to 256 MB · entries capped at 10,000
Build a tar

Names must fit the ustar name+prefix fields, longer names are refused with a reason (GNU/PAX long-name styles are read by the inspector but not written).

up to 2,000 files · deterministic headers (mtime/uid/gid zero, fixed modes)
What this tool does not do
  • No symlinks, hard links, device nodes, FIFOs, or GNU sparse files. Listed with a named reason, never extracted.
  • No archive-in-archive recursion, no extraction outside the browser download, no permissions or timestamps written (deterministic headers).
  • No 7z or RAR: 7z needs a dependency intake that has not been approved; RAR is permanently out.
Nothing in yet

Paste, drop, or type to begin. Everything stays on this device.

drop a .tar or .tar.gz to list it, or pick files to build one