# crabz mit Homebrew, Nix installieren

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

## Installation

```sh
sudo av install brew:crabz
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install crabz
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#crabz
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/cr/crabz/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:crabz
- **Paketmanager:** Homebrew
- **Version:** 0.10.0
- **Quellzusammenfassung:** Like pigz, but in Rust
- **Homepage:** <https://github.com/sstadick/crabz>
- **Repository:** <https://github.com/sstadick/crabz>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- crabz (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.10.0
## Projektgeschichte und Nutzung

crabz is a Rust compression and decompression CLI explicitly positioned as similar to pigz.

### Projektgeschichte

The project began as a proof-of-concept command-line wrapper around the author's `gzp` Rust crate. The README describes it as cross-platform and fast, with support for gzip, zlib, mgzip, BGZF, raw deflate, and snap formats.

### Adoptionsgeschichte

crabz is distributed through several package channels documented by the project itself, including Homebrew or Linuxbrew, Debian packages from GitHub releases, Cargo, and conda-forge.

### Wie es verwendet wird

Users call `crabz` to compress or decompress files, select formats, control compression level, set thread counts, and optionally write in place or to standard output.

### Warum Paket-Nerds sich dafür interessieren

crabz is notable in packaging circles as a Rust-era counterpart to classic Unix compression tools: one binary, package-manager friendly, and tuned for multi-threaded compression without requiring a custom zlib-ng pigz build.

### Zeitleiste

- v0.1.0: Initial public release series on GitHub.
- v0.10.0: Release series moved to updated Rust compression dependencies and packaging artifacts.

### Related projects

- crabz is directly compared with pigz and is built on the `gzp` library.

### Quellen

- <https://github.com/sstadick/crabz#readme>
- <https://github.com/sstadick/crabz/releases>
- <https://crates.io/crates/crabz>
- <https://formulae.brew.sh/formula/crabz>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Nix - crabz: normalized package name match | nixpkgs package indexes: pkgs/by-name/cr/crabz/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/crabz.yml](https://github.com/mxcl/pkgdb/blob/main/combined/crabz.yml)


## Quellen

- 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
