# Installer unxip avec Homebrew, MacPorts

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de unxip pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:unxip
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install unxip
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install unxip
```

  Preuve: MacPorts ports tree: archivers/unxip/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:unxip
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.3
- **Résumé source:** Fast Xcode unarchiver
- **Page d'accueil:** <https://github.com/saagarjha/unxip>
- **Dépôt:** <https://github.com/saagarjha/unxip>
- **Dernière mise à jour:** 2026-05-10T22:45:31-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- unxip (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 3.3
## Historique du projet et usages

unxip is a purpose-built Swift command-line extractor for Apple's Xcode XIP archives. It belongs to the small but practical class of tools made for developers who regularly download, unpack, test, and archive large Xcode releases.

### Historique du projet

The GitHub repository was created in February 2022. Its README describes the goal as outperforming Apple's Bom-based xip and Archive Utility path both in decompression time and disk usage, using a design specialized around the Xcode XIP format, pbzx content, cpio reconstruction, APFS compression, Swift Concurrency, and streaming backpressure.

The project later grew from a single command into reusable internals. Release notes for v3.0 in October 2023 added libunxip, a Swift stream-based API for transforming XIP input into decompressed chunks, files, and write completions. Later releases continued to track compiler, concurrency, OS-support, and output-directory behavior.

### Historique d'adoption

The README points users to precompiled macOS binaries and names MacPorts and Homebrew as package-manager installations. GitHub repository metadata showed 958 stars and 46 forks when checked on July 2, 2026, indicating meaningful but specialized adoption among Xcode-heavy macOS developers.

### Modes d'utilisation

The intended command-line use is direct extraction of an Apple Xcode.xip into Xcode.app, either from a local file or from a stream into a target directory. The README warns that unxip does not perform signature verification, so users should validate downloads by another mechanism and prefer trusted sources such as Apple.

### Pourquoi les passionnés de paquets s'y intéressent

For package nerds, unxip matters because Xcode distribution is unusually large and slow to unpack, and toolchain managers often need repeatable extraction during CI image builds, local Xcode switching, and cache preparation. A packaged fast extractor is attractive precisely because it narrows one painful platform-specific step.

### Chronologie

- 2022: GitHub repository created.
- 2023: v2.2 release notes added Linux support.
- 2023: v3.0 release notes added libunxip.
- 2026: v3.3 release notes lowered minimum macOS requirements and added output-directory support.

### Related projects

- The README contrasts unxip with Bom, xip(1), Archive Utility, Apple's compression_tool-documented pbzx format, cpio archives, and APFS transparent compression.

### Sources

- <https://api.github.com/repos/saagarjha/unxip>
- <https://api.github.com/repos/saagarjha/unxip/releases>
- <https://github.com/saagarjha/unxip>
- <https://raw.githubusercontent.com/saagarjha/unxip/main/README.md>


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- MacPorts - unxip: normalized package name match | MacPorts ports tree: archivers/unxip/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
