macOS
brew install heatshrinklocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für heatshrink in AI-Agent-Workflows.
Installation
brew install heatshrinklocal Homebrew formula metadata
sudo apt install heatshrinkDebian stable package indexes · heatshrink · Quelle: deb.debian.org
nix profile install nixpkgs#heatshrinknixpkgs package indexes · pkgs/by-name/he/heatshrink/package.nix · Quelle: api.github.com
sudo zypper install heatshrinkopenSUSE Tumbleweed package metadata · heatshrink · Quelle: download.opensuse.org
Überblick
Data compression library for embedded/real-time systems
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
heatshrink | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/atomicobject/heatshrink
Installationsmetadaten
| Paketschlüssel | brew:heatshrink |
|---|---|
| Version | 0.4.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/heatshrink |
| Homepage | https://github.com/atomicobject/heatshrink |
| Repository | https://github.com/atomicobject/heatshrink |
| Upstream-Dokumentation | https://github.com/atomicobject/heatshrink#readme |
| Lizenz | ISC |
| Quellarchiv | https://github.com/atomicobject/heatshrink/archive/refs/tags/v0.4.1.tar.gz |
| Bottle | verfügbar (auf 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 | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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_1Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.