Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, winget, zypper, chocolatey, scoop 安装 flatbuffers

查看 flatbuffers 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install flatbuffers

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install flatbuffers

MacPorts ports tree · devel/flatbuffers/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add flatbuffers

Alpine Linux edge package indexes · flatbuffers · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install flatbuffers

Fedora Rawhide package metadata · flatbuffers · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#flatbuffers

nixpkgs package indexes · pkgs/by-name/fl/flatbuffers/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S flatbuffers

Arch Linux sync databases · flatbuffers · 来源: geo.mirror.pkgbuild.com

Debian apt已验证 · 92%
sudo apt install flatbuffers-compiler

Debian stable package indexes · flatbuffers-compiler · 来源: deb.debian.org

openSUSE zypper已验证 · 92%
sudo zypper install flatbuffers-devel

openSUSE Tumbleweed package metadata · flatbuffers-devel · 来源: download.opensuse.org

Windows

Windows Package Manager已验证 · 92%
winget install --id Google.flatbuffers -e

Windows Package Manager source index · Google.flatbuffers · 来源: cdn.winget.microsoft.com

Chocolatey已验证 · 92%
choco install flatc

Chocolatey community package catalog · flatc · 来源: community.chocolatey.org

Scoop已验证 · 92%
scoop install main/flatc

Scoop official bucket manifest trees · bucket/flatc.json · 来源: api.github.com

概览

软件包摘要

Serialization library for C++, supporting Java, C#, and Go

命令和别名

  • flatc

历史

项目历史与用法

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.

时间线

  • 2014: Initial public repository and FlatBuffers code commit.
  • 2014: v1.0.0 release tag.
  • 2021: v2.0.0 release tag.
  • 2025: v25.2.10 release tag using the date-style versioning scheme.

Related projects

  • The official README points to language-specific FlatBuffers packages and ecosystems, while flatc is the compiler used to generate language bindings from schemas.

安全态势

尚未找到受保护工具覆盖

没有找到 flatbuffers 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
flatccli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本25.12.19
管理器更新时间2026-05-09
本地数据OK
上游当前
检测到的最新版本v25.12.19

https://github.com/google/flatbuffers

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:flatbuffers
版本25.12.19
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/flatbuffers
主页https://google.github.io/flatbuffers
仓库https://github.com/google/flatbuffers
上游文档https://flatbuffers.dev/
许可证Apache-2.0
源码归档https://github.com/google/flatbuffers/archive/refs/tags/v25.12.19.tar.gz
最后更新2026-05-09T00:35:44Z
Pulseupdated
构建依赖cmake
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameflatbuffers
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

flatbuffers-compiler 23.5.26+dfsg-4

efficient cross platform serialization library - compiler

https://google.github.io/flatbuffers/

sudo apt install flatbuffers-compiler
  • Section: devel
  • Architecture: amd64
  • Source Package: flatbuffers
  • 4 依赖
  • normalized package name match
  • 匹配方式:Flatbuffers
Debian stable package indexes · deb.debian.org · Debian stable package indexes: flatbuffers-compiler from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

flatbuffers-compiler-dev 23.5.26+dfsg-4

efficient cross platform serialization library - cmake files

https://google.github.io/flatbuffers/

sudo apt install flatbuffers-compiler-dev
  • Section: devel
  • Architecture: amd64
  • Source Package: flatbuffers
  • 1 依赖
  • normalized package name match
  • 匹配方式:Flatbuffers
Debian stable package indexes · deb.debian.org · Debian stable package indexes: flatbuffers-compiler-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libflatbuffers-dev 23.5.26+dfsg-4

efficient cross platform serialization library - development files

https://google.github.io/flatbuffers/

sudo apt install libflatbuffers-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: flatbuffers
  • 2 依赖
  • normalized package name match
  • 匹配方式:Flatbuffers
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libflatbuffers-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libflatbuffers23.5.26 23.5.26+dfsg-4

efficient cross platform serialization library - shared library

https://google.github.io/flatbuffers/

sudo apt install libflatbuffers23.5.26
  • Section: libs
  • Architecture: amd64
  • Source Package: flatbuffers
  • 3 依赖
  • normalized package name match
  • 匹配方式:Flatbuffers
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libflatbuffers23.5.26 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-flatbuffers 23.5.26+dfsg-4

efficient cross platform serialization library - Python bindings

https://google.github.io/flatbuffers/

sudo apt install python3-flatbuffers
  • Section: python
  • Architecture: all
  • Source Package: flatbuffers
  • 1 依赖
  • normalized package name match
  • 匹配方式:Flatbuffers
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-flatbuffers from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

flatbuffers

nix profile install nixpkgs#flatbuffers
  • normalized package name match
  • 匹配方式:Flatbuffers
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fl/flatbuffers/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

flatbuffers-compiler 2.0.8+dfsg1-6build1

efficient cross platform serialization library - compiler

https://google.github.io/flatbuffers/

sudo apt install flatbuffers-compiler
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: flatbuffers
  • 4 依赖
  • normalized package name match
  • 匹配方式:Flatbuffers
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: flatbuffers-compiler from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

flatbuffers-compiler-dev 2.0.8+dfsg1-6build1

efficient cross platform serialization library - cmake files

https://google.github.io/flatbuffers/

sudo apt install flatbuffers-compiler-dev
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: flatbuffers
  • 1 依赖
  • normalized package name match
  • 匹配方式:Flatbuffers
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: flatbuffers-compiler-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libflatbuffers-dev 2.0.8+dfsg1-6build1

efficient cross platform serialization library - development files

https://google.github.io/flatbuffers/

sudo apt install libflatbuffers-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: flatbuffers
  • 2 依赖
  • normalized package name match
  • 匹配方式:Flatbuffers
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libflatbuffers-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libflatbuffers2 2.0.8+dfsg1-6build1

efficient cross platform serialization library - shared library

https://google.github.io/flatbuffers/

sudo apt install libflatbuffers2
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: flatbuffers
  • 3 依赖
  • normalized package name match
  • 匹配方式:Flatbuffers
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libflatbuffers2 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-flatbuffers 2.0.8+dfsg1-6build1

efficient cross platform serialization library - Python bindings

https://google.github.io/flatbuffers/

sudo apt install python3-flatbuffers
  • Section: universe/python
  • Architecture: all
  • Source Package: flatbuffers
  • 1 依赖
  • normalized package name match
  • 匹配方式:Flatbuffers
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-flatbuffers from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

flatbuffers 25.12.19-r1

Memory Efficient Serialization Library

https://flatbuffers.dev/

sudo apk add flatbuffers
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: flatbuffers
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Flatbuffers
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: flatbuffers from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

flatbuffers-dev 25.12.19-r1

Memory Efficient Serialization Library (development files)

https://flatbuffers.dev/

sudo apk add flatbuffers-dev
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: flatbuffers
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Flatbuffers
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: flatbuffers-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

flatc 25.12.19-r1

Memory Efficient Serialization Library (compiler)

https://flatbuffers.dev/

sudo apk add flatc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: flatbuffers
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Flatbuffers
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: flatc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

py3-flatbuffers 25.12.19-r1

Memory Efficient Serialization Library (python bindings)

https://flatbuffers.dev/

sudo apk add py3-flatbuffers
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: flatbuffers
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Flatbuffers
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: py3-flatbuffers from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

py3-flatbuffers-pyc 25.12.19-r1

Precompiled Python bytecode for py3-flatbuffers

https://flatbuffers.dev/

sudo apk add py3-flatbuffers-pyc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: flatbuffers
  • 1 依赖
  • normalized package name match
  • 匹配方式:Flatbuffers
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: py3-flatbuffers-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment