# 使用 Homebrew, Nix 安装 snzip

查看 snzip 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:snzip
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install snzip
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#snzip
```

  证据: nixpkgs package indexes: pkgs/by-name/sn/snzip/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:snzip
- **软件包管理器:** Homebrew
- **版本:** 1.0.5
- **来源摘要:** Compression/decompression tool based on snappy
- **主页:** <https://github.com/kubo/snzip>
- **仓库:** <https://github.com/kubo/snzip>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- snunzip (别名)
- snzcat (别名)
- snzip (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.0.5
## 项目历史与用法

snzip is a small command-line compressor and decompressor built around Google's Snappy format family. It matters in package-manager culture because it gives Unix users gzip-like commands, including snzip, snunzip, and snzcat, for Snappy streams and Snappy-adjacent formats.

### 项目历史

The project's NEWS file records an initial experimental release in October 2011. Its 1.0.0 release in November 2013 changed the default output to the official Snappy framing format, moving the tool away from its older native SNZ default and toward interoperability.

Later releases added formats that reflected real-world data interchange needs rather than a broad product agenda: raw Snappy and Hadoop-Snappy support in 2016, Apple iWork .iwa support in 2016, and fixes/install improvements in the 2021 1.0.5 release.

### 采用历史

The package appears in Homebrew and Nix according to the supplied package-manager facts, which is typical for a focused Unix compression utility: it is not a platform by itself, but it is useful enough to keep around when a workflow needs Snappy-compatible files.

### 使用方式

Official usage examples show snzip compressing files to .sz, snunzip and snzcat acting as decompression conveniences, and tar pipelines feeding snzip or receiving snzcat output. The README also documents explicit format selection for framing, raw, Hadoop-Snappy, snappy-java, snappy-in-java, and iWork .iwa.

### 为什么软件包爱好者会关心

Package nerds care about snzip because it is the kind of tiny format bridge that turns a compression library into shell plumbing. It keeps Snappy useful outside application code, especially for archives, Hadoop-era data, and inspection or conversion jobs.

### 时间线

- 2011: Initial experimental release 0.0.1.
- 2013: 1.0.0 changed the default to the official framing format.
- 2016: 1.0.3 added Hadoop-Snappy and raw format support.
- 2016: 1.0.4 added Apple iWork .iwa support.
- 2021: 1.0.5 fixed stdin framing data handling and installed snunzip and snzcat by default.

### Related projects

- snzip is built around Snappy and interoperates with several Snappy file conventions, including the official framing format, Hadoop-Snappy, raw Snappy, and older snappy-java formats.

### 来源

- <https://github.com/kubo/snzip#readme>
- <https://raw.githubusercontent.com/kubo/snzip/master/NEWS>
- source_facts.package-manager


## 安全说明

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

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 其他软件包管理器记录

- Nix - snzip: normalized package name match | nixpkgs package indexes: pkgs/by-name/sn/snzip/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/snzip.yml](https://github.com/mxcl/pkgdb/blob/main/combined/snzip.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
