# Installer flatcc avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:flatcc
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install flatcc
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#flatcc
```

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

## Faits du paquet

- **Clé du paquet:** brew:flatcc
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.6.3
- **Résumé source:** FlatBuffers Compiler and Library in C for C
- **Page d'accueil:** <https://github.com/dvidelabs/flatcc>
- **Dépôt:** <https://github.com/dvidelabs/flatcc>
- **Dernière mise à jour:** 2026-07-29T12:03:27Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- flatcc (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

flatcc is a FlatBuffers compiler and runtime library written in C for C. Its README emphasizes minimal dependencies, generated C headers, a standalone flatcc executable, and runtime libraries for building, verifying, parsing, and printing FlatBuffers.

### Historique du projet

The official git history starts with an initial public release v0.1.0 on 2015-11-09. The README explains that flatcc is implemented as a standalone tool rather than as an extension of Google's flatc so it can provide a pure portable C schema compiler and fail gracefully on abusive input in long-running processes.

### Historique d'adoption

flatcc serves C projects that want FlatBuffers compatibility without pulling in a C++ compiler/runtime model. Its README describes CI-tested Ubuntu, macOS, and Windows support, user-reported portability, and a no-CMake integration path once the generator has produced headers.

### Modes d'utilisation

Users build flatcc, run it against .fbs schema files, include generated headers, and link only the needed C runtime files. The README contrasts flatcc's runtime JSON handling with Google's flatc command-line JSON conversion, presenting the tools as complementary.

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

flatcc is package-nerd significant because it is a compatibility-layer package: it tracks the FlatBuffers format while optimizing for C-only consumers, small binaries, generated headers, and vendorable runtime source files.

### Chronologie

- 2015: Initial public release v0.1.0.
- 2016: v0.4.0 tag; README notes big-endian support as of release 0.4.0.
- 2022: v0.6.1 tag appears in the official git history.

### Related projects

- The README explicitly relates flatcc to Google FlatBuffers and the flatc compiler, while distinguishing flatcc as the FlatBuffers C Compiler.

### Sources

- <https://formulae.brew.sh/formula/flatcc>
- <https://github.com/dvidelabs/flatcc>
- <https://raw.githubusercontent.com/dvidelabs/flatcc/master/README.md>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

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