macOS
brew install heatshrinklocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.