# Installer cbindgen avec Homebrew, apk, apt, dnf, MacPorts, pacman

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

## installation

```sh
sudo av install brew:cbindgen
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cbindgen
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cbindgen
```

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

### Linux

- apk (92%):

```sh
sudo apk add cbindgen
```

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

- Debian apt (92%):

```sh
sudo apt install cbindgen
```

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

- dnf (92%):

```sh
sudo dnf install cbindgen
```

  Preuve: Fedora Rawhide package metadata: cbindgen from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S cbindgen
```

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

## Faits du paquet

- **Clé du paquet:** brew:cbindgen
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.29.4
- **Résumé source:** Project for generating C bindings from Rust code
- **Page d'accueil:** <https://github.com/mozilla/cbindgen>
- **Dépôt:** <https://github.com/mozilla/cbindgen>
- **Dernière mise à jour:** 2026-06-11T00:06:46Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cbindgen (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

cbindgen is a Mozilla-hosted Rust developer tool that generates C, C++11, and Cython headers for Rust crates exposing a public C API.

### Historique du projet

The public Mozilla repository was created in 2017. The official user guide says cbindgen developed largely ad hoc as maintainers added features for their own use cases, with attention to matching Rust's actual layout and ABI guarantees.

### Historique d'adoption

The README lists production users and examples including WebRender, Stylo, maturin, tquic, and metatensor. The supplied package facts show broad packaging across Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, and MacPorts.

### Modes d'utilisation

cbindgen can be run as a standalone CLI or called from a Rust `build.rs`. The quick start requires a Rust crate with a public C API and a `cbindgen.toml` configuration, then emits headers with commands such as `cbindgen --config cbindgen.toml --crate my_rust_library --output my_header.h`.

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

cbindgen sits at a practical packaging boundary: it lets Rust libraries ship C-family headers generated from the Rust source of truth. That makes it important for distributions carrying mixed Rust/C/C++ stacks, especially projects that expose stable FFI surfaces.

### Chronologie

- 2017: Public GitHub repository created under Mozilla.
- 2025: 0.28.0 and 0.29.0 releases published on GitHub.
- 2026: 0.29.4 release published on GitHub.

### Related projects

- The README points to production or ecosystem users including WebRender, Stylo, maturin, tquic, and metatensor, and the API documentation is published on docs.rs.

### Sources

- <https://api.github.com/repos/mozilla/cbindgen>
- <https://github.com/mozilla/cbindgen>
- <https://docs.rs/cbindgen>
- <https://github.com/mozilla/cbindgen/blob/main/docs.md>
- <https://github.com/mozilla/cbindgen#readme>
- <https://formulae.brew.sh/api/formula/cbindgen.json>


## Notes de sécurité

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: cbindgen.toml
## Autres enregistrements de gestionnaires de paquets

- Debian apt - cbindgen - 0.27.0-1+b4: normalized package name match | Debian stable package indexes: cbindgen from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generates C bindings from Rust code
- Ubuntu apt - cbindgen - 0.26.0-3: normalized package name match | Ubuntu 24.04 LTS package indexes: cbindgen from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generates C bindings from Rust code
- apk - cbindgen - 0.29.4-r0: normalized package name match | Alpine Linux edge package indexes: cbindgen from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Tool to generate C bindings from Rust code | https://github.com/mozilla/cbindgen
- dnf - cbindgen - 0.29.4-2.fc45: normalized package name match | Fedora Rawhide package metadata: cbindgen from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Tool for generating C bindings to Rust code | https://crates.io/crates/cbindgen
- pacman - cbindgen - 0.29.4-1: normalized package name match | Arch Linux sync databases: cbindgen from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A tool for generating C bindings to Rust code | https://github.com/mozilla/cbindgen
- MacPorts - cbindgen: normalized package name match | MacPorts ports tree: devel/cbindgen/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [cbindgen](https://pkg.so/fr/pkg/cargo/cbindgen/) - Same normalized package name exists in another local package ecosystem.

## Combined YAML source

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


## Sources

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