macOS
brew install isa-llocal Homebrew formula metadata
brew
Intelligent Storage Acceleration Library. Version 2.32.1 via Homebrew; verified 2026-07-01.
install
brew install isa-llocal Homebrew formula metadata
sudo apk add isa-lAlpine Linux edge package indexes · isa-l · source: dl-cdn.alpinelinux.org
sudo dnf install isa-lFedora Rawhide package metadata · isa-l · source: dl.fedoraproject.org
nix profile install nixpkgs#isa-lnixpkgs package indexes · pkgs/by-name/is/isa-l/package.nix · source: api.github.com
sudo pacman -S isa-lArch Linux sync databases · isa-l · source: geo.mirror.pkgbuild.com
sudo zypper install igzipopenSUSE Tumbleweed package metadata · igzip · source: download.opensuse.org
overview
Intelligent Storage Acceleration Library
history
Intel ISA-L, the Intelligent Storage Acceleration Library, is a collection of optimized low-level routines for storage software. The upstream README describes erasure coding, CRC, RAID parity, deflate-compatible compression, and inflate-compatible decompression, while the Homebrew package exposes the `igzip` command-line tool from that library.
The public intel/isa-l repository was created in 2016, but the project represents Intel's earlier storage-acceleration work around data protection, compression, and integrity primitives. The official API PDF notes the first open release of the erasure-code unit and documents `igzip` as a user program for compression and decompression.
ISA-L evolved as a performance library closely tied to processor instruction sets. Its release notes and wiki track additions for CPU features, CRC and erasure-code performance, build-system changes, and architecture support such as PowerPC fixes and riscv64 feature detection.
ISA-L spread through storage systems because erasure coding and checksum throughput are central to distributed filesystems, object stores, backup systems, and data pipelines. The input metadata shows packaging across Homebrew, Alpine, Fedora, Nix, Arch, and openSUSE, with some distributions exposing the user-facing tool as igzip.
The package is also visible in higher-level systems: Hadoop documentation describes HDFS erasure coding as able to leverage Intel ISA-L for accelerated encoding and decoding calculations.
Library users link against ISA-L for Reed-Solomon erasure coding, CRC functions, RAID parity, and deflate/inflate routines. Package users often encounter it through `igzip`, which gives a command-line entry point into ISA-L's fast deflate-compatible compression path.
ISA-L is package-nerd material because it packages CPU-specific assembly and runtime dispatch behind ordinary distribution names. Maintainers care about NASM versions, architecture coverage, ABI expectations, and whether consumers get the accelerated path or silently fall back to slower code.
It also demonstrates a common packaging split: the real value is a library used indirectly by storage software, while the obvious executable in a package database is a compression utility.
security posture
library-like 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 |
|---|---|---|---|
igzip | 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/intel/isa-l
install metadata
| Package key | brew:isa-l |
|---|---|
| Version | 2.32.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/isa-l |
| Homepage | https://github.com/intel/isa-l |
| Repository | https://github.com/intel/isa-l |
| Upstream docs | https://github.com/intel/isa-l#readme |
| License | BSD-3-Clause |
| Source archive | https://github.com/intel/isa-l/archive/refs/tags/v2.32.1.tar.gz |
| Last updated | 2026-07-01T10:12:00Z |
| Pulse | updated |
| Build dependencies | autoconf, automake, libtool |
| 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 | isa-l |
| 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.
isa-l
nix profile install nixpkgs#isa-lisa-l 2.31.0-r1
Intelligent Storage Acceleration Library
https://github.com/intel/isa-l
sudo apk add isa-lisa-l-dev 2.31.0-r1
Intelligent Storage Acceleration Library (development files)
https://github.com/intel/isa-l
sudo apk add isa-l-devisa-l-doc 2.31.0-r1
Intelligent Storage Acceleration Library (documentation)
https://github.com/intel/isa-l
sudo apk add isa-l-docisa-l-static 2.31.0-r1
Intelligent Storage Acceleration Library (static library)
https://github.com/intel/isa-l
sudo apk add isa-l-staticisa-l 2.32.0-1.fc45
Intel(R) Intelligent Storage Acceleration Library
https://github.com/intel/isa-l
sudo dnf install isa-lisa-l-devel 2.32.0-1.fc45
Intel(R) Intelligent Storage Acceleration Library - devel files
https://github.com/intel/isa-l
sudo dnf install isa-l-develisa-l-tools 2.32.0-1.fc45
Intel(R) Intelligent Storage Acceleration Library - tool
https://github.com/intel/isa-l
sudo dnf install isa-l-toolsisa-l 2.32.0-1
Intelligent Storage Acceleration Library
https://github.com/intel/isa-l
sudo pacman -S isa-ligzip 2.32.0-2.2
gzip backed by the ISA-L deflate library
https://github.com/intel/isa-l
sudo zypper install igzipisa-l-devel 2.32.0-2.2
Development files for the Intel Intelligent Storage Acceleration Library
https://github.com/intel/isa-l
sudo zypper install isa-l-devellibisal2 2.32.0-2.2
Intel Intelligent Storage Acceleration Library
https://github.com/intel/isa-l
sudo zypper install libisal2source 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.