macOS
brew install lzfselocal Homebrew formula metadata
sudo port install lzfseMacPorts ports tree · archivers/lzfse/Portfile · source: api.github.com
brew
Apple LZFSE compression library and command-line tool. Version 1.0 via Homebrew; verified from local package data.
install
brew install lzfselocal Homebrew formula metadata
sudo port install lzfseMacPorts ports tree · archivers/lzfse/Portfile · source: api.github.com
sudo apk add lzfseAlpine Linux edge package indexes · lzfse · source: dl-cdn.alpinelinux.org
sudo apt install liblzfse-devDebian stable package indexes · liblzfse-dev · source: deb.debian.org
sudo dnf install lzfseFedora Rawhide package metadata · lzfse · source: dl.fedoraproject.org
nix profile install nixpkgs#lzfsenixpkgs package indexes · pkgs/by-name/lz/lzfse/package.nix · source: api.github.com
sudo zypper install lzfseopenSUSE Tumbleweed package metadata · lzfse · source: download.opensuse.org
overview
Apple LZFSE compression library and command-line tool
history
LZFSE is Apple's Lempel-Ziv plus Finite State Entropy compression algorithm and the name of Apple's portable reference C implementation. The upstream README describes it as the reference compressor introduced in Apple's Compression library with OS X 10.11 and iOS 9, targeting deflate-like compression ratios with higher speed.
LZFSE entered public developer consciousness through Apple's platform Compression APIs, then gained a cross-platform package identity when Apple published the reference C implementation and a small command-line tool. That made it possible for non-Apple systems and package managers to build and test LZFSE streams without depending on private Apple frameworks.
The project is narrower than LZ4, xz, or zstd: it exists primarily to expose and document Apple's algorithm outside the OS SDK. The repository's contents reflect that role, with a Makefile, Xcode project, encoder and decoder sources, and a single lzfse executable rather than a larger suite of tools.
Adoption follows two paths. On Apple platforms, LZFSE is recommended through system APIs for cases where Apple wants a balanced speed/ratio codec with good energy behavior. In package managers, lzfse is usually provided as a compatibility tool and library for reading or creating streams outside the Apple SDK environment.
The input package facts show packaging in Homebrew, Debian/Ubuntu, Fedora, Alpine, MacPorts, Nix, and openSUSE-style ecosystems, which is broad for a platform-originated codec whose main upstream is a compact reference implementation.
The lzfse command-line tool compresses and decompresses files in LZFSE format. Developers on Apple platforms generally use Compression.framework or related Apple APIs; developers elsewhere use the reference C implementation when they need interoperable LZFSE support.
Its practical niche is Apple-format interoperability and a middle point between very fast compressors such as LZ4 and denser but slower compressors.
LZFSE matters to package people because it turns a platform codec into a portable build artifact. That helps Linux and macOS package sets process Apple-originated data and gives downstreams a small, BSD-licensed reference implementation rather than reverse-engineered code.
It is also a useful example of modern compression design crossing from OS vendor APIs into normal Unix package repositories.
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 |
|---|---|---|---|
lzfse | 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/lzfse/lzfse
install metadata
| Package key | brew:lzfse |
|---|---|
| Version | 1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/lzfse |
| Homepage | https://github.com/lzfse/lzfse |
| Repository | https://github.com/lzfse/lzfse |
| Upstream docs | https://github.com/lzfse/lzfse#readme |
| License | BSD-3-Clause |
| Source archive | https://github.com/lzfse/lzfse/archive/refs/tags/lzfse-1.0.tar.gz |
| Build dependencies | cmake |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, 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 | lzfse |
| 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.
liblzfse-dev 1.0-1+b3
LZFSE Compression library (development files)
https://github.com/lzfse/lzfse
sudo apt install liblzfse-devliblzfse1 1.0-1+b3
LZFSE Compression library
https://github.com/lzfse/lzfse
sudo apt install liblzfse1lzfse 1.0-1+b3
LZFSE Compression library (command line tool)
https://github.com/lzfse/lzfse
sudo apt install lzfselzfse
nix profile install nixpkgs#lzfseliblzfse-dev 1.0-1
LZFSE Compression library (development files)
https://github.com/lzfse/lzfse
sudo apt install liblzfse-devliblzfse1 1.0-1
LZFSE Compression library
https://github.com/lzfse/lzfse
sudo apt install liblzfse1lzfse 1.0-1
LZFSE Compression library (command line tool)
https://github.com/lzfse/lzfse
sudo apt install lzfselzfse 1.0-r0
lzfse compression library and command line tool
https://github.com/lzfse/lzfse
sudo apk add lzfselzfse-dev 1.0-r0
lzfse compression library and command line tool (development files)
https://github.com/lzfse/lzfse
sudo apk add lzfse-devlzfse 1.0-9.fc44
LZFSE compression library and command line tool
https://github.com/lzfse/lzfse
sudo dnf install lzfselzfse-devel 1.0-9.fc44
Development headers and libraries for lzfse
https://github.com/lzfse/lzfse
sudo dnf install lzfse-devellzfse-libs 1.0-9.fc44
Shared libraries for lzfse
https://github.com/lzfse/lzfse
sudo dnf install lzfse-libslzfse 1.0-3.1
Reference C implementation of the Lempel-Ziv Finite State Entropy compressor
https://github.com/lzfse/lzfse
sudo zypper install lzfselzfse-devel 1.0-3.1
Reference C implementation of the Lempel-Ziv Finite State Entropy compressor
https://github.com/lzfse/lzfse
sudo zypper install lzfse-devellzfse
sudo port install lzfsesource 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.