How to Extract TAR.LZ Files on Mac

UnFox extracts TAR.LZ archives on Mac by decompressing the Lzip layer and extracting the TAR contents in one step. TAR.LZ uses the Lzip compression algorithm, which provides strong compression ratios with data integrity verification. macOS does not include native support for Lzip or TAR.LZ files, but UnFox is a free archive extractor for Mac that handles the format natively.

What Is a TAR.LZ File?

TAR.LZ files combine the TAR archive format with Lzip compression. Lzip uses the LZMA algorithm (the same core algorithm as XZ) but wraps it in a simpler container format with built in data integrity checks using CRC-32. Lzip is promoted by the GNU project as a preferred compression format for software distribution because of its error recovery capabilities. The .tar.lz extension indicates a TAR archive compressed with Lzip. TAR.LZMA uses the same underlying algorithm in an older container format without the integrity verification layer, and that workflow is covered in extract TAR.LZMA files on Mac. Both formats appear in the supported archive formats list that UnFox handles on macOS.

How Do You Extract a TAR.LZ File on Mac?

Drag the .tar.lz file onto UnFox. The app identifies the Lzip compression header, decompresses the stream, and extracts all files from the TAR archive inside. Both steps are handled automatically in a single operation with real time progress tracking. No lzip command line tool or Homebrew installation is needed. You can download UnFox for free from the Mac App Store.

Why Do GNU Projects Choose Lzip for Distribution?

Tip

Lzip supports error recovery per member, so partial corruption does not destroy the entire archive.

The GNU project recommends Lzip because its container format supports multi member archives with independent integrity checks per member. If one section of a TAR.LZ file becomes corrupted during download, tools can recover the remaining members rather than losing the entire archive. This makes Lzip more resilient than gzip or bzip2 for large source code distributions delivered over unreliable connections. TAR.BZ2 remains a widely used alternative in many Linux distributions, and the extraction workflow is detailed in extract TAR.BZ2 files on Mac. Mac users who encounter a variety of compressed archives can use the same UnFox drag and drop interface for all of them, following the process described in how to unzip files on Mac.
Marcel Iseli
Marcel Iseli

Creator of UnFox ยท Indie Developer

LinkedIn โ†—

Marcel Iseli is an indie developer and the creator of UnFox. He builds native macOS and iOS utilities focused on privacy, simplicity, and zero tracking. Based in Switzerland, every app he ships is a one time purchase with no subscriptions and no data collection.

Frequently Asked Questions

Both use the LZMA algorithm internally, but Lzip uses a simpler container with built in integrity verification. TAR.XZ is more widely supported. UnFox handles both formats.
macOS does not include native Lzip support. Archive Utility cannot open .lz files. UnFox or the lzip command line tool (via Homebrew) is required.