Automic VaultAutomic Vault

brew

heatshrink mit Homebrew, apt, Nix, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für heatshrink in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install heatshrink

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install heatshrink

Debian stable package indexes · heatshrink · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#heatshrink

nixpkgs package indexes · pkgs/by-name/he/heatshrink/package.nix · Quelle: api.github.com

openSUSE zypperverifiziert · 92%
sudo zypper install heatshrink

openSUSE Tumbleweed package metadata · heatshrink · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Data compression library for embedded/real-time systems

Befehle und Aliase

  • heatshrink

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2013: Public GitHub repository metadata records the heatshrink project.
  • 2013: Atomic Object published an overview of heatshrink for embedded data compression.
  • 2014: Atomic Object documented the optional lightweight index used to speed compression.
  • Package-manager era: The input package facts record heatshrink availability in Homebrew, Debian, Ubuntu, Nix, and zypper-family packaging.

Related projects

  • heatshrink is related to the LZSS family of compressors and to embedded-friendly compression tools that favor predictable memory use over maximum compression ratio. It is also adjacent to firmware build systems that need a host-side compressor matching a tiny decoder on the device.

Sicherheitslage

Risikostufe: blue

broad file, network, media, or database tool signal.

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

  • broad file, network, media, or database tool signal

Signale

  • text:compress

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 13 Plattformziele verfügbar.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
heatshrinkcliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-08
Manager-Version0.4.1
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.4.1

https://github.com/atomicobject/heatshrink

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:heatshrink
Version0.4.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/heatshrink
Homepagehttps://github.com/atomicobject/heatshrink
Repositoryhttps://github.com/atomicobject/heatshrink
Upstream-Dokumentationhttps://github.com/atomicobject/heatshrink#readme
LizenzISC
Quellarchivhttps://github.com/atomicobject/heatshrink/archive/refs/tags/v0.4.1.tar.gz
Bottleverfü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-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameheatshrink
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

heatshrink 0.4.1-3+b1

data compression/decompression library for embedded/real-time systems

https://github.com/atomicobject/heatshrink/

sudo apt install heatshrink
  • Section: libdevel
  • Architecture: amd64
  • Source Package: heatshrink
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Heatshrink
Debian stable package indexes · deb.debian.org · Debian stable package indexes: heatshrink from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libheatshrink-dev 0.4.1-3+b1

data compression/decompression library for embedded/real-time systems

https://github.com/atomicobject/heatshrink/

sudo apt install libheatshrink-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: heatshrink
  • normalized package name match
  • Abgeglichen nach: Heatshrink
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libheatshrink-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

heatshrink

nix profile install nixpkgs#heatshrink
  • normalized package name match
  • Abgeglichen nach: Heatshrink
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/he/heatshrink/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

heatshrink 0.4.1-3

data compression/decompression library for embedded/real-time systems

https://github.com/atomicobject/heatshrink/

sudo apt install heatshrink
  • Section: universe/libdevel
  • Architecture: amd64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Heatshrink
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: heatshrink from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libheatshrink-dev 0.4.1-3

data compression/decompression library for embedded/real-time systems

https://github.com/atomicobject/heatshrink/

sudo apt install libheatshrink-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: heatshrink
  • normalized package name match
  • Abgeglichen nach: Heatshrink
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libheatshrink-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
zypper95%

heatshrink 0.4.1-1.7

Data compression library for embedded/real-time systems

https://github.com/atomicobject/heatshrink

sudo zypper install heatshrink
  • License: ISC AND AGPL-3.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: heatshrink
  • 2 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Heatshrink
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: heatshrink from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

heatshrink-devel 0.4.1-1.7

Development files for the heatshrink data compression library

https://github.com/atomicobject/heatshrink

sudo zypper install heatshrink-devel
  • License: ISC AND AGPL-3.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: heatshrink
  • 2 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Heatshrink
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: heatshrink-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libheatshrink0_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_1
  • License: ISC AND AGPL-3.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: heatshrink
  • 2 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Heatshrink
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libheatshrink0_4_1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libheatshrink_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_1
  • License: ISC AND AGPL-3.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: heatshrink
  • 2 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Heatshrink
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libheatshrink_dynalloc0_4_1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment