Unpack an xz-compressed tarball — .tar.xz and .txz — in one step, all in your browser. No command line needed.
.tar.xz or .txz file onto the box above, or click to choose it..zip.A .tar.xz bundles files with tar and squeezes them with xz (LZMA2), which usually beats gzip on size. It is common for source-code releases, kernel archives and large Linux packages. On Windows or macOS, opening one normally means the terminal (tar -xJf) or a third-party archive manager. This tool does it in the browser instead: powered by libarchive compiled to WebAssembly, it handles the xz layer and the tar together in a single step.
Some desktop tools make you decompress the .xz into a .tar, then open the .tar separately. Here that's automatic — and it works the same for .tar.gz and .tar.bz2, since the compression is detected from the file contents, not the file name.
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 tarball is unpacked in memory, so the real limit is your device's available RAM.