# Installer cargo-auditable avec Homebrew, apk, apt, Nix, pacman, zypper

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

## installation

```sh
sudo av install brew:cargo-auditable
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cargo-auditable
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add cargo-auditable
```

  Preuve: Alpine Linux edge package indexes: cargo-auditable from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install cargo-auditable
```

  Preuve: Debian stable package indexes: cargo-auditable from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#cargo-auditable
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ca/cargo-auditable/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S cargo-auditable
```

  Preuve: Arch Linux sync databases: cargo-auditable from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install cargo-auditable
```

  Preuve: openSUSE Tumbleweed package metadata: cargo-auditable from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:cargo-auditable
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.7.5
- **Résumé source:** Make production Rust binaries auditable
- **Page d'accueil:** <https://github.com/rust-secure-code/cargo-auditable>
- **Dépôt:** <https://github.com/rust-secure-code/cargo-auditable>
- **Dernière mise à jour:** 2026-05-22T03:20:40Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cargo-auditable (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

cargo-auditable is a Rust supply-chain tool that makes compiled Rust binaries self-describing by embedding dependency-tree data into a dedicated linker section. Its practical purpose is to let tools such as cargo-audit, Trivy, Grype, Syft, OSV Scanner, and related SBOM tooling recover what crates went into a production executable.

### Historique du projet

The public repository was created in January 2019 under the rust-secure-code organization. The README says the end goal is for Cargo itself to encode this kind of information in binaries, and points to Rust RFC work as the long-term upstream path.

The project's design is intentionally package-manager friendly: the embedded data is JSON, zlib-compressed, placed in a linker section named `.dep-v0`, and designed not to disrupt reproducible builds.

### Historique d'adoption

cargo-auditable has unusually concrete adoption evidence for a niche Rust tool. Its README states that Microsoft uses it internally, that multiple Linux distributions build Rust packages with it, and that Chainguard includes it in a Rust base container with a default cargo wrapper.

The README names Alpine Linux, NixOS, openSUSE, Void Linux, Chimera Linux, Wolfi OS, and Ubuntu 26.04 adoption or opt-in paths. The supplied package-manager facts also list Alpine, Homebrew, Debian, Nix, Arch Linux, Ubuntu, and openSUSE packages.

### Modes d'utilisation

The standard workflow is to install cargo-auditable and cargo-audit, build with `cargo auditable build --release`, and then run `cargo audit bin` on the resulting executable.

The tool works as a wrapper around Cargo: arguments are passed through, and users who cannot change direct Cargo invocation can use documented replacement-cargo guidance. On nightly Rust, the README documents using Cargo's unstable SBOM precursor for more accurate dependency recording.

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

cargo-auditable matters because binary packages sever the obvious connection between an executable and its Cargo.lock. Embedding dependency metadata lets downstream package repositories, container scanners, and security teams audit Rust binaries after they have left the build tree.

For package nerds, it is a bridge between language-package metadata and distro/container reality. It makes Rust binaries inspectable in the same places where operators already scan containers, distribution packages, and release artifacts.

### Chronologie

- 2019: cargo-auditable repository created on GitHub.
- 2024: GitHub releases show a v0.6.4 release in May.
- 2026: README documents distribution adoption, cargo-audit integration, and nightly Cargo SBOM precursor support.

### Related projects

- cargo-auditable is directly related to cargo-audit, which can scan binaries built with it accurately.
- The README lists consumer tools including Trivy, Grype, OSV Scanner, Syft, Docker BuildKit Syft scanner, Blint, wasm-tools, rust-audit-info, and auditable2cdx, plus Cargo SBOM and Rust RFC work as upstream-adjacent efforts.

### Sources

- <https://api.github.com/repos/rust-secure-code/cargo-auditable>
- <https://github.com/rust-secure-code/cargo-auditable>
- <https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/README.md>
- <https://rustsec.org/>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - cargo-auditable - 0.6.6-1+b1: normalized package name match | Debian stable package indexes: cargo-auditable from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Make production Rust binaries auditable | https://github.com/rust-secure-code/cargo-auditable
- Nix - cargo-auditable: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cargo-auditable/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cargo-auditable - 0.6.1-3: normalized package name match | Ubuntu 24.04 LTS package indexes: cargo-auditable from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Make production Rust binaries auditable
- apk - cargo-auditable - 0.7.5-r0: normalized package name match | Alpine Linux edge package indexes: cargo-auditable from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Cargo wrapper for embedding auditing data | https://github.com/rust-secure-code/cargo-auditable
- apk - cargo-auditable-doc - 0.7.5-r0: normalized package name match | Alpine Linux edge package indexes: cargo-auditable-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Cargo wrapper for embedding auditing data (documentation) | https://github.com/rust-secure-code/cargo-auditable
- pacman - cargo-auditable - 0.7.5-1: normalized package name match | Arch Linux sync databases: cargo-auditable from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A cargo-subcommand to make production Rust binaries auditable | https://github.com/rust-secure-code/cargo-auditable
- zypper - cargo-auditable - 0.7.5~0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: cargo-auditable from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A tool to embed auditing information in ELF sections of rust binaries | https://github.com/rust-secure-code/cargo-auditable


## Combined YAML source

View the package source record on GitHub. [combined/cargo-auditable.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cargo-auditable.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
