macOS
brew install lizardlocal Homebrew formula metadata
sudo port install lizardMacPorts ports tree · archivers/lizard/Portfile · source: api.github.com
brew
Efficient compressor with very fast decompression. Version 2.1 via Homebrew; verified from local package data.
install
brew install lizardlocal Homebrew formula metadata
sudo port install lizardMacPorts ports tree · archivers/lizard/Portfile · source: api.github.com
overview
Efficient compressor with very fast decompression
history
lizard is a lossless compression utility and library by Przemyslaw Skibinski, originally published as LZ5. It is historically interesting as an experiment in the space between LZ4-style speed and zlib/zstd-style compression ratio.
The inikep/lizard repository was created on GitHub in October 2015. The README states that Lizard was formerly LZ5 and is based on Yann Collet's LZ4 library, while using a compression format that is not compatible with LZ4.
The project exposes several compression modes: fast LZ4-like levels, LIZv1 levels aimed at stronger ratios, and Huffman-coded variants. The upstream README frames the design as fast decompression without relying on SSE or AVX extensions.
Early public releases were named LZ5 in 2015 and 2016. The GitHub release named lizard v1.0 was published in March 2017, marking the rename visible to package managers and users.
The upstream README added a 2025 update explaining that Lizard's 2017 niche had narrowed because LZ4 and zstd had improved substantially. That makes the package more of a compression-history artifact than a default modern choice.
The Homebrew formula installs command-line tools such as lizardcat and unlizard for working with the Lizard stream format.
For package users, Lizard matters most when reproducing older benchmark comparisons or handling data produced with the Lizard format; for new compression choices, upstream points readers toward LZ4 and zstd performance progress.
brew:lizard is the reason Homebrew's unrelated cyclomatic-complexity analyzer is packaged as lizard-analyzer. The collision is a neat example of why package names, executable names, and upstream project names do not always line up.
Compression packages often preserve niche codecs long after the mainstream ecosystem standardizes elsewhere, because archives, benchmarks, and reproducible experiments can outlive the period when a codec was a leading recommendation.
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 |
|---|---|---|---|
lizardcat | cli | global executable | |
unlizard | 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://github.com/inikep/lizard
install metadata
| Package key | brew:lizard |
|---|---|
| Version | 2.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/lizard |
| Homepage | https://github.com/inikep/lizard |
| Repository | https://github.com/inikep/lizard |
| Upstream docs | https://github.com/inikep/lizard#readme |
| License | BSD-2-Clause AND GPL-2.0-or-later |
| Source archive | https://github.com/inikep/lizard/archive/refs/tags/v2.1.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | lizard |
| Version Scheme | 1 |
| Revision | 0 |
| Conflicts With |
|
| 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.
lizard
sudo port install lizardsource 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.