Open a .tar archive and save the files inside, right in your browser. Compressed tarballs (.tar.gz, .tar.bz2, .tar.xz) work too.
.tar file onto the box above, or click to choose it..zip.tar ("tape archive") is the Unix way of bundling many files into one while keeping paths and permissions intact. On its own it doesn't compress anything — which is why you mostly meet it as a compressed tarball like .tar.gz. This tool, powered by libarchive compiled to WebAssembly, opens both: plain tars directly, compressed ones by detecting gzip, bzip2 or xz automatically.
Plenty of developer artifacts are secretly tar files: docker save and docker export output, Kubernetes backups, CI build artifacts, even .deb package data streams. Drop one in to peek inside without touching a terminal.
Yes. There is no upload step and no account. Open your browser's network tab and watch: no request carries your file data. The tool works offline once the page has loaded.
There's no artificial cap. The archive is unpacked in memory, so the real limit is your device's available RAM.