macOS
brew install clziplocal Homebrew formula metadata
brew
C language version of lzip. Version 1.16 via Homebrew; verified from local package data.
install
brew install clziplocal Homebrew formula metadata
sudo apt install clzipDebian stable package indexes · clzip · source: deb.debian.org
nix profile install nixpkgs#clzipnixpkgs package indexes · pkgs/by-name/cl/clzip/package.nix · source: api.github.com
sudo zypper install clzipopenSUSE Tumbleweed package metadata · clzip · source: download.opensuse.org
overview
C language version of lzip
history
Clzip is the C implementation of lzip, a lossless data compressor using the .lz format and a gzip- or bzip2-like command-line interface.
The official clzip page describes it as a C language version of lzip intended for systems lacking a C++ compiler. That places it inside Antonio Diaz Diaz's lzip family as the low-compiler-requirement implementation rather than the primary reference compressor.
The Savannah release directory shows public clzip releases beginning with version 1.5 in September 2013 and continuing through version 1.16 in March 2026. The clzip page ties the implementation to lzip's larger goals: interoperable .lz files, simple decoders, integrity checking, and archive recovery through related tools.
Clzip is a niche member of the lzip ecosystem, but it is packaged across Unix-like systems because a C-only implementation is useful in bootstrap environments, small systems, and distributions that want lzip-format compatibility without requiring a C++ compiler for this tool.
Clzip is used as a compressor and decompressor for .lz files. The official page shows the common archive pipeline, extracting a tar.lz archive with clzip -cd piped into tar, while the manual documents invocation, file-format behavior, trailing-data handling, and the reference decompressor used to explain the format.
Package nerds care about clzip because it is a small, source-portable route into an archive format designed for long-term preservation. It also inherits lzip's emphasis on well-defined exit statuses, decoder availability, and recovery tooling, which matter when compressors are used behind tar, zutils, package archives, or backup scripts.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
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 |
|---|---|---|---|
clzip | 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.
https://www.nongnu.org/lzip/clzip.html
install metadata
| Package key | brew:clzip |
|---|---|
| Version | 1.16 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/clzip |
| Homepage | https://www.nongnu.org/lzip/clzip.html |
| Upstream docs | https://www.nongnu.org/lzip/clzip.html |
| License | GPL-2.0-or-later |
| Source archive | https://download.savannah.gnu.org/releases/lzip/clzip/clzip-1.16.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | clzip |
| 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.
clzip 1.15-3
C, lossless data compressor based on the LZMA algorithm
http://www.nongnu.org/lzip/clzip.html
sudo apt install clzipclzip
nix profile install nixpkgs#clzipclzip 1.14-1
C, lossless data compressor based on the LZMA algorithm
http://www.nongnu.org/lzip/clzip.html
sudo apt install clzipclzip 1.16-1.2
Lossless Data Compressor based on LZMA
http://www.nongnu.org/lzip/clzip.html
sudo zypper install clzipsource 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.