macOS
brew install lziplocal Homebrew formula metadata
sudo port install lzipMacPorts ports tree · archivers/lzip/Portfile · source: api.github.com
brew
LZMA-based compression program similar to gzip or bzip2. Version 1.26 via Homebrew; verified 2026-06-29.
install
brew install lziplocal Homebrew formula metadata
sudo port install lzipMacPorts ports tree · archivers/lzip/Portfile · source: api.github.com
sudo apk add lzipAlpine Linux edge package indexes · lzip · source: dl-cdn.alpinelinux.org
sudo apt install lzipDebian stable package indexes · lzip · source: deb.debian.org
sudo dnf install lzipFedora Rawhide package metadata · lzip · source: dl.fedoraproject.org
nix profile install nixpkgs#lzipnixpkgs package indexes · pkgs/by-name/lz/lzip/package.nix · source: api.github.com
sudo pacman -S lzipArch Linux sync databases · lzip · source: geo.mirror.pkgbuild.com
sudo zypper install lzipopenSUSE Tumbleweed package metadata · lzip · source: download.opensuse.org
scoop install main/lzipScoop official bucket manifest trees · bucket/lzip.json · source: api.github.com
overview
LZMA-based compression program similar to gzip or bzip2
history
Lzip is a GPL command-line compressor and .lz file format built around a simplified LZMA stream, a gzip/bzip2-like interface, and unusually explicit data-integrity goals. Its official manual says it was designed for interoperability, long-term archiving, and robust three-factor integrity checking.
Antonio Diaz Diaz's lzip project started in 2008, with the Savannah old-release index showing lzip 0.1 in August 2008 and lzip 1.0 in October 2008. The project framed itself not just as another LZMA compressor but as a safer Unix archive format with a small, fully documented container, CRC-protected data, explicit member sizes, and a reference decompressor explained in the manual.
The project grew into a family rather than a single binary. lzlib provides a library interface, clzip and pdlzip provide alternate implementations, plzip handles parallel compression, lunzip and lzd focus on decompression and education, tarlz combines tar archiving with lzip members, and lziprecover handles damaged .lz files.
Lzip did not replace gzip or xz as the universal default, but it earned durable packaging across Unix-like distributions because it offers a clear format story and strong recovery semantics. The input package facts show it available in Homebrew, Debian/Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, Scoop, and openSUSE-style ecosystems.
Its adoption is strongest among users who care about long-term source distribution, recoverable compressed tar archives, and a conservative command-line interface. Package maintainers also encounter it because some upstream source releases are distributed as .tar.lz files.
The lzip CLI mirrors familiar gzip/bzip2 workflows: compress files to .lz, decompress with -d, test integrity with -t, list metadata with -l, write to stdout with -c, and tune compression with -0 through -9 or explicit dictionary and match-length options.
For archive pipelines, lzip is commonly paired with tar as .tar.lz. The manual highlights multimember output, concatenated stream handling, volume splitting, and cooperation with lziprecover for damaged files.
Lzip is significant because it is a format argument disguised as a small CLI: the package is about reproducible, recoverable, documented compression rather than chasing the absolute best ratio. That makes it beloved in the slice of the packaging world that cares about future decodability and damaged-media recovery.
For maintainers, the lzip family raises practical questions about bootstrapping .tar.lz source archives, installing info/manual documentation, and deciding when to package the sibling tools separately.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
lzip | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:lzip |
|---|---|
| Version | 1.26 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/lzip |
| Homepage | https://www.nongnu.org/lzip/ |
| Repository | http://cvs.savannah.nongnu.org/viewvc?root=lzip |
| Upstream docs | https://www.nongnu.org/lzip |
| License | GPL-2.0-or-later |
| Source archive | https://download.savannah.nongnu.org/releases/lzip/lzip-1.26.tar.gz |
| Last updated | 2026-06-29T19:24:11-04:00 |
| Pulse | updated |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | lzip |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
lzip 1.25-3
lossless data compressor based on the LZMA algorithm
http://www.nongnu.org/lzip/lzip.html
sudo apt install lziplzip
nix profile install nixpkgs#lziplzip 1.24.1-1build1
lossless data compressor based on the LZMA algorithm
http://www.nongnu.org/lzip/lzip.html
sudo apt install lziplzip 1.26-r0
Lzip is a lossless data compressor
sudo apk add lziplzip-doc 1.26-r0
Lzip is a lossless data compressor (documentation)
sudo apk add lzip-doclzip 1.26-1.fc45
LZMA compressor with integrity checking
http://www.nongnu.org/lzip/lzip.html
sudo dnf install lziplzip 1.26-1
A lossless file compressor based on the LZMA algorithm
https://www.nongnu.org/lzip/lzip.html
sudo pacman -S lziplzip 1.26-1.2
Lossless Data Compressor based on the LZMA Algorithm
https://www.nongnu.org/lzip/lzip.html
sudo zypper install lziplzip
sudo port install lzipmain/lzip
scoop install main/lzipsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.