TAR.XZ Extractor

A .tar.xz (also written .txz) is a tar archive squeezed with XZ / LZMA2 compression, common for Linux source releases and packages. Open one right in your browser, list the files inside, and download them — or repackage everything into a standard .zip. No command line, no installs, no uploads, no sign-up.

Drop a .tar.xz file here or click to choose — opened on your device, never uploaded

    How to open a TAR.XZ file

    Drag your archive onto the box above or click it to pick a .tar.xz or .txz file. The tool opens it in your browser, lists every file with its size, and lets you save any file on its own or choose Download as .zip to repackage the whole archive into a standard ZIP that opens natively on Windows and macOS.

    The decoding runs on your own machine: the .tar.xz is handed to libarchive, compiled to WebAssembly and driven from a background worker so the page stays responsive, with nothing to upload and no software to install. It unpacks the XZ compression and reads the tar inside in one pass, so you get straight to the files.

    That worker pulls roughly 1 MB of WebAssembly from this site, and that decoder is the only thing this page ever requests. The honest test takes a few seconds: open your browser’s network panel, drop in a .tar.xz, and read the list. Every request is for the decoder; your archive is not among them.

    This tool is for .tar.xz / .txz archives — a tar wrapped in XZ. A plain single-file .xz that does not contain a tar is a different case and is not handled here. No file size limit is imposed; the practical cap is the free RAM on your device, since the archive and its contents sit in memory while you work.

    Working with another format? Open a ZIP, a .tar.gz, or convert a RAR or 7z to ZIP.

    Frequently Asked Questions

    How do I open a .tar.xz file?
    To open a .tar.xz archive, drop it onto the box above or click to choose it. The tool unpacks the XZ compression and the tar inside in your browser, lists the files with their sizes, and lets you download them individually or choose Download as .zip to repackage everything. Nothing is uploaded to a server.
    Can I extract tar.xz without the command line?
    Yes. The LK Forge TAR.XZ extractor reads .tar.xz and .txz archives directly in your browser, so you do not need tar, xz-utils or any terminal command. It works on Windows, macOS, Linux, Android and iOS.
    Does it open a plain .xz file too?
    No. This tool handles .tar.xz and .txz archives — a tar wrapped in XZ compression, which is by far the most common form. A standalone .xz that compresses a single file without a tar inside is a different case and is not extracted here.
    Is it safe to open my tar.xz here?
    Yes, the TAR.XZ extractor is safe for private archives. There is no server side to this tool at all. The archive is opened by a WebAssembly decoder in a background worker inside your browser, and every extracted file stays in your device’s memory until you download it or press Clear.
    Does the TAR.XZ extractor work offline?
    Yes, once the decoder is cached in your browser. The only thing this tool requests is roughly 1 MB of WebAssembly from this site; your archive is never among the requests. With the decoder already cached, extraction runs with the network turned off.