macOS
brew install heatshrinklocal Homebrew formula metadata
brew
heatshrink のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install heatshrinklocal Homebrew formula metadata
sudo apt install heatshrinkDebian stable package indexes · heatshrink · ソース: deb.debian.org
nix profile install nixpkgs#heatshrinknixpkgs package indexes · pkgs/by-name/he/heatshrink/package.nix · ソース: api.github.com
sudo zypper install heatshrinkopenSUSE Tumbleweed package metadata · heatshrink · ソース: download.opensuse.org
概要
Data compression library for embedded/real-time systems
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
heatshrink | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/atomicobject/heatshrink
インストールメタデータ
| パッケージキー | brew:heatshrink |
|---|---|
| バージョン | 0.4.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/heatshrink |
| ホームページ | https://github.com/atomicobject/heatshrink |
| リポジトリ | https://github.com/atomicobject/heatshrink |
| 上流ドキュメント | https://github.com/atomicobject/heatshrink#readme |
| ライセンス | ISC |
| ソースアーカイブ | https://github.com/atomicobject/heatshrink/archive/refs/tags/v0.4.1.tar.gz |
| Bottle | 利用可能 (対象 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 | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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_1ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.