macOS
brew install flatbufferslocal Homebrew formula metadata
sudo port install flatbuffersMacPorts ports tree · devel/flatbuffers/Portfile · source: api.github.com
brew
Serialization library for C++, supporting Java, C#, and Go. Version 25.12.19 via Homebrew; verified 2026-05-09.
install
brew install flatbufferslocal Homebrew formula metadata
sudo port install flatbuffersMacPorts ports tree · devel/flatbuffers/Portfile · source: api.github.com
sudo apk add flatbuffersAlpine Linux edge package indexes · flatbuffers · source: dl-cdn.alpinelinux.org
sudo apt install flatbuffers-compilerDebian stable package indexes · flatbuffers-compiler · source: deb.debian.org
sudo dnf install flatbuffersFedora Rawhide package metadata · flatbuffers · source: dl.fedoraproject.org
nix profile install nixpkgs#flatbuffersnixpkgs package indexes · pkgs/by-name/fl/flatbuffers/package.nix · source: api.github.com
sudo pacman -S flatbuffersArch Linux sync databases · flatbuffers · source: geo.mirror.pkgbuild.com
sudo zypper install flatbuffers-developenSUSE Tumbleweed package metadata · flatbuffers-devel · source: download.opensuse.org
winget install --id Google.flatbuffers -eWindows Package Manager source index · Google.flatbuffers · source: cdn.winget.microsoft.com
choco install flatcChocolatey community package catalog · flatc · source: community.chocolatey.org
scoop install main/flatcScoop official bucket manifest trees · bucket/flatc.json · source: api.github.com
overview
Serialization library for C++, supporting Java, C#, and Go
history
FlatBuffers is Google's cross-platform serialization library designed for maximum memory efficiency. Its core promise is direct access to serialized data without a separate parsing or unpacking step while preserving forwards and backwards compatibility.
The public repository began in January 2014, followed by a v1.0.0 tag in June 2014. The project centers on the flatc compiler, schemas, generated language code, and runtime libraries rather than a single runtime format implementation.
FlatBuffers broadened from C++ into a multi-language serialization ecosystem. The official README lists code generation and runtime support for languages including C, C++, C#, Dart, Go, Java, JavaScript, Kotlin, Lua, PHP, Python, Rust, Swift, TypeScript, and others, with package surfaces on registries such as NuGet, pub.dev, go.dev, Maven, npm, PyPI, crates.io, and Swift Package Index.
The documented workflow is to write a .fbs schema, build or install flatc, generate language-specific code, serialize data with generated builders, and read buffers through generated accessors. The package manager executable flatc is therefore central to most FlatBuffers workflows.
FlatBuffers is significant because one source package feeds many language package ecosystems. It combines a native compiler, schema files, generated code, and runtime libraries, and its README explicitly notes that the project uses date-style versioning rather than traditional SemVer.
security posture
No matching local secret-handling manifest was found for flatbuffers. Nucleus package metadata is still published here so future coverage has a stable package URL.
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 |
|---|---|---|---|
flatc | cli | global executable |
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.
https://github.com/google/flatbuffers
install metadata
| Package key | brew:flatbuffers |
|---|---|
| Version | 25.12.19 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/flatbuffers |
| Homepage | https://google.github.io/flatbuffers |
| Repository | https://github.com/google/flatbuffers |
| Upstream docs | https://flatbuffers.dev/ |
| License | Apache-2.0 |
| Source archive | https://github.com/google/flatbuffers/archive/refs/tags/v25.12.19.tar.gz |
| Last updated | 2026-05-09T00:35:44Z |
| Pulse | updated |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | flatbuffers |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
flatbuffers-compiler 23.5.26+dfsg-4
efficient cross platform serialization library - compiler
https://google.github.io/flatbuffers/
sudo apt install flatbuffers-compilerflatbuffers-compiler-dev 23.5.26+dfsg-4
efficient cross platform serialization library - cmake files
https://google.github.io/flatbuffers/
sudo apt install flatbuffers-compiler-devlibflatbuffers-dev 23.5.26+dfsg-4
efficient cross platform serialization library - development files
https://google.github.io/flatbuffers/
sudo apt install libflatbuffers-devlibflatbuffers23.5.26 23.5.26+dfsg-4
efficient cross platform serialization library - shared library
https://google.github.io/flatbuffers/
sudo apt install libflatbuffers23.5.26python3-flatbuffers 23.5.26+dfsg-4
efficient cross platform serialization library - Python bindings
https://google.github.io/flatbuffers/
sudo apt install python3-flatbuffersflatbuffers
nix profile install nixpkgs#flatbuffersflatbuffers-compiler 2.0.8+dfsg1-6build1
efficient cross platform serialization library - compiler
https://google.github.io/flatbuffers/
sudo apt install flatbuffers-compilerflatbuffers-compiler-dev 2.0.8+dfsg1-6build1
efficient cross platform serialization library - cmake files
https://google.github.io/flatbuffers/
sudo apt install flatbuffers-compiler-devlibflatbuffers-dev 2.0.8+dfsg1-6build1
efficient cross platform serialization library - development files
https://google.github.io/flatbuffers/
sudo apt install libflatbuffers-devlibflatbuffers2 2.0.8+dfsg1-6build1
efficient cross platform serialization library - shared library
https://google.github.io/flatbuffers/
sudo apt install libflatbuffers2python3-flatbuffers 2.0.8+dfsg1-6build1
efficient cross platform serialization library - Python bindings
https://google.github.io/flatbuffers/
sudo apt install python3-flatbuffersflatbuffers 25.12.19-r1
Memory Efficient Serialization Library
sudo apk add flatbuffersflatbuffers-dev 25.12.19-r1
Memory Efficient Serialization Library (development files)
sudo apk add flatbuffers-devflatc 25.12.19-r1
Memory Efficient Serialization Library (compiler)
sudo apk add flatcpy3-flatbuffers 25.12.19-r1
Memory Efficient Serialization Library (python bindings)
sudo apk add py3-flatbufferspy3-flatbuffers-pyc 25.12.19-r1
Precompiled Python bytecode for py3-flatbuffers
sudo apk add py3-flatbuffers-pycsource 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.