macOS
brew install heatshrinklocal Homebrew formula metadata
brew
Data compression library for embedded/real-time systems. Version 0.4.1 via Homebrew; verified from local package data.
install
brew install heatshrinklocal Homebrew formula metadata
sudo apt install heatshrinkDebian stable package indexes · heatshrink · source: deb.debian.org
nix profile install nixpkgs#heatshrinknixpkgs package indexes · pkgs/by-name/he/heatshrink/package.nix · source: api.github.com
sudo zypper install heatshrinkopenSUSE Tumbleweed package metadata · heatshrink · source: download.opensuse.org
overview
Data compression library for embedded/real-time systems
history
heatshrink is a small C compression and decompression library aimed at embedded and real-time systems, with a companion command-line program for testing and measuring compression settings. Its package-manager interest comes from being a tiny, copy-into-your-firmware style library that also ships as a Unix CLI.
Atomic Object published heatshrink as an LZSS-based compressor for environments where bounded memory and bounded CPU work are more important than maximum compression ratio. The repository metadata records the public GitHub project from March 2013, and the README describes a design that can run in tens or hundreds of bytes of memory, can be statically allocated, and exposes independent encoder and decoder files for direct embedding.
The project later documented an optional lightweight index for faster compression. That index kept with the same embedded-systems tradeoff: spend a small, predictable amount of additional memory to reduce search cost rather than introducing a large general-purpose compression runtime.
heatshrink spread as a niche systems package rather than as an application platform. The input package facts record it in Homebrew, Debian, Ubuntu, Nix, and openSUSE-style packaging, which is typical for compact C utilities that developers want available both on build hosts and inside automated firmware toolchains.
The README presents two usage modes: the standalone `heatshrink` command for compressing, decompressing, and evaluating window/lookahead settings, and direct inclusion of the encoder or decoder source files in another C project. Configuration centers on window size, lookahead size, input buffer size, and whether dynamic allocation is disabled for embedded builds.
For package nerds, heatshrink is interesting because it sits between a library and a diagnostic CLI. It is small enough to vendor into firmware, but packaging it gives Unix developers a reproducible host-side tool for generating or inspecting compressed payloads with the same algorithm as the embedded target.
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 |
|---|---|---|---|
heatshrink | 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/atomicobject/heatshrink
install metadata
| Package key | brew:heatshrink |
|---|---|
| Version | 0.4.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/heatshrink |
| Homepage | https://github.com/atomicobject/heatshrink |
| Repository | https://github.com/atomicobject/heatshrink |
| Upstream docs | https://github.com/atomicobject/heatshrink#readme |
| License | ISC |
| Source archive | https://github.com/atomicobject/heatshrink/archive/refs/tags/v0.4.1.tar.gz |
| 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 | heatshrink |
| 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.
heatshrink 0.4.1-3+b1
data compression/decompression library for embedded/real-time systems
https://github.com/atomicobject/heatshrink/
sudo apt install heatshrinklibheatshrink-dev 0.4.1-3+b1
data compression/decompression library for embedded/real-time systems
https://github.com/atomicobject/heatshrink/
sudo apt install libheatshrink-devheatshrink
nix profile install nixpkgs#heatshrinkheatshrink 0.4.1-3
data compression/decompression library for embedded/real-time systems
https://github.com/atomicobject/heatshrink/
sudo apt install heatshrinklibheatshrink-dev 0.4.1-3
data compression/decompression library for embedded/real-time systems
https://github.com/atomicobject/heatshrink/
sudo apt install libheatshrink-devheatshrink 0.4.1-1.7
Data compression library for embedded/real-time systems
https://github.com/atomicobject/heatshrink
sudo zypper install heatshrinkheatshrink-devel 0.4.1-1.7
Development files for the heatshrink data compression library
https://github.com/atomicobject/heatshrink
sudo zypper install heatshrink-devellibheatshrink0_4_1 0.4.1-1.7
Data compression library for embedded/real-time systems
https://github.com/atomicobject/heatshrink
sudo zypper install libheatshrink0_4_1libheatshrink_dynalloc0_4_1 0.4.1-1.7
Data compression library for embedded/real-time systems
https://github.com/atomicobject/heatshrink
sudo zypper install libheatshrink_dynalloc0_4_1source 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.