macOS
brew install bzip3provider-native install command
安装
brew install bzip3provider-native install command
概览
Better and stronger spiritual successor to BZip2
历史
BZip3 is a modern lossless compressor that explicitly presents itself as a better, faster, stronger spiritual successor to bzip2. It keeps the package shape familiar to Unix users while changing the compression internals substantially.
The upstream README describes BZip3 as combining a fast Burrows-Wheeler transform using suffix arrays, an order-0 context-mixing entropy coder, and an RLE/Lempel-Ziv-plus-prediction pass. The project copyright statement identifies Kamila Szewczyk as the main author for the 2022-2023 codebase.
The repository history shows public 1.x tags, and the README credits packaging-oriented autotools work, which helped make the project fit ordinary source-package and distribution build flows.
BZip3 is much newer and narrower than bzip2, but it has already reached Homebrew, Debian, Fedora, Alpine, Arch, MacPorts, Nix, Scoop, Ubuntu, and openSUSE package maps in the input facts. That adoption suggests interest from compression enthusiasts and distribution packagers rather than default system use.
Its adoption pitch is compatibility of workflow, not format compatibility: commands such as `bzip3`, `bunzip3`, `bz3cat`, and `bz3grep` feel familiar to users of bzip2 and gzip-family tools.
Users run `bzip3` to compress, `bunzip3` to decompress, and helper tools such as `bz3cat`, `bz3grep`, `bz3less`, and `bz3more` to inspect compressed files. The README also documents standard autotools-style source builds with `./configure`, `make`, and `make install`.
The README emphasizes text and source-code compression, including benchmarks against xz, bzip2, zstd, and lrzip combinations. That makes the package most relevant for users comparing archival compression ratios rather than seeking maximum decompression ubiquity.
BZip3 is interesting to package nerds because it is a deliberate sequel to a classic package rather than a generic new compressor. Its command naming, helper tools, and packaging-friendly build system make it easy for distributions to slot beside bzip2 for experimentation.
Its significance is still emerging: it is not infrastructure in the way bzip2 is, but it is the sort of package compression fans track to see whether an old format family can be reimagined with modern algorithms.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bunzip3 | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bz3cat | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bz3grep | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bz3less | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bz3more | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bz3most | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bzip3 | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:bzip3 |
|---|---|
| 版本 | 1.5.3 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/iczelia/bzip3 |
| 仓库 | https://github.com/iczelia/bzip3 |
| 最后更新 | 2026-07-04T16:53:42+09:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.