macOS
brew install flatcclocal Homebrew formula metadata
brew / rank 8632
FlatBuffers Compiler and Library in C for C. Version 0.6.3 via Homebrew; verified 2026-07-29. Also installable with nix: nix profile install nixpkgs#flatcc.
install
brew install flatcclocal Homebrew formula metadata
nix profile install nixpkgs#flatccnixpkgs package indexes · pkgs/by-name/fl/flatcc/package.nix · source: api.github.com
overview
FlatBuffers Compiler and Library in C for C
history
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.
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.
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.
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.
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.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
flatcc | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:flatcc |
|---|---|
| Version | 0.6.3 |
| Package manager | Homebrew |
| Homepage | https://github.com/dvidelabs/flatcc |
| Repository | https://github.com/dvidelabs/flatcc |
| Last updated | 2026-07-29T12:03:27Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
flatcc
nix profile install nixpkgs#flatccsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.