# avro-cpp mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für avro-cpp in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:avro-cpp
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install avro-cpp
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#avro-cpp
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/av/avro-cpp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:avro-cpp
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/avro-cpp>
- **Version:** 1.12.1
- **Quellzusammenfassung:** Data serialization system
- **Homepage:** <https://avro.apache.org/>
- **Upstream-Dokumentation:** <https://avro.apache.org/>
- **Lizenz:** Apache-2.0
- **Quellarchiv:** <https://www.apache.org/dyn/closer.lua?path=avro/avro-1.12.1/cpp/avro-cpp-1.12.1.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- avrogencpp (cli)
- avrogencpp (Alias)

## Abhängigkeiten

- boost
- zstd

## Build-Abhängigkeiten

- cmake
- fmt
- pkgconf

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.12.1
- lokale Daten: OK
- Upstream-Repository: https://avro.apache.org/
- Info: No package-manager update timestamp was available.
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

Avro C++ is Apache Avro's C++ binding and code-generation package. In Homebrew it is the small native companion to the broader Avro project, centered on the avrogencpp executable and C++ API documentation.

### Projektgeschichte

Apache Avro reached its first official release as Avro 1.0.0 in July 2010. Its design centered on a shared schema specification, binary encoding, object container files, and language bindings so data could move between systems without each implementation inventing its own wire format.

The C++ binding follows that multi-language model inside the main Apache Avro repository. It lets C++ programs use Avro records and schemas directly, while avrogencpp gives statically typed C++ projects generated code from Avro schemas.

### Adoptionsgeschichte

Avro adoption grew around data pipelines that need compact records and schema evolution. Apache's own site now positions Avro as a leading record serialization format and emphasizes streaming data pipelines, which explains why package managers keep separate language/runtime formulas.

The C++ package is most relevant where native services want Avro compatibility without a JVM runtime. It is less famous than avro-tools, but it matters in packaging because generated headers, libraries, and ABI concerns are different from shipping a Java jar.

### Wie es verwendet wird

Typical usage is schema-first: write or receive an Avro schema, generate C++ types with avrogencpp when useful, then serialize or deserialize records through the C++ library. For dynamic or inspection workflows, users often pair it with the separate Java or C command-line tools.

Avro C++ does not have a documented global config file or credential file. Schemas, generated code, and application-level settings are the practical configuration surface.

### Warum Paket-Nerds sich dafür interessieren

avro-cpp is a good example of why one upstream project can produce several formulas. The source tree and release cadence are shared with Apache Avro, but the build products are native C++ libraries and a generator binary, so downstream packagers treat it differently from avro-c and avro-tools.

It is also a useful litmus test for multi-language serialization projects: if the C++ binding builds cleanly and tracks the shared specification, the format is more credible outside JVM-centered data stacks.

### Zeitleiste

- 2010: Apache Avro 1.0.0 announced as the first Avro release.
- 2021: Avro 1.11.0 released with a large set of project fixes and features.
- 2024: Avro 1.12.0 released by the Apache Avro community.
- 2025: Avro 1.12.1 listed as the latest Apache Avro release.

### Related projects

- avro-c provides the neighboring native C implementation and file utilities.
- avro-tools provides Java command-line utilities for schema and data-file work.
- Other Apache Avro bindings include JVM languages, Python, C#, PHP, Ruby, Rust, JavaScript, and Perl.

### Quellen

- <https://avro.apache.org/>
- <https://avro.apache.org/blog/2010/07/15/avro-1.0.0/>
- <https://avro.apache.org/blog/releases/>
- <https://avro.apache.org/docs/>
- <https://avro.apache.org/docs/1.12.0/api/cpp/html/>
- <https://github.com/apache/avro>
- source_facts.executables


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** avro-cpp
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Nix - avro-cpp: normalized package name match | nixpkgs package indexes: pkgs/by-name/av/avro-cpp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Verwandte Links

- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [zstd](https://pkg.so/de/brew/zstd/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/de/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/de/brew/cmake/) - Build dependency declared by Homebrew.
- [avro-c](https://pkg.so/de/brew/avro-c/) - Shares the same upstream homepage.
- [avro-tools](https://pkg.so/de/brew/avro-tools/) - Shares the same upstream homepage.
- [protobuf](https://pkg.so/de/brew/protobuf/) - Shares pkgdb curated category or tags: cli, data, serialization.
- [lcm](https://pkg.so/de/brew/lcm/) - Shares pkgdb curated category or tags: cli, data, serialization.
- [colfer](https://pkg.so/de/brew/colfer/) - Shares pkgdb curated category or tags: cli, data, serialization.
- [apache-arrow](https://pkg.so/de/brew/apache-arrow/) - Shares pkgdb curated category or tags: apache, cli, data.
- [apache-spark](https://pkg.so/de/brew/apache-spark/) - Shares pkgdb curated category or tags: apache, cli, data.
- [zookeeper](https://pkg.so/de/brew/zookeeper/) - Shares pkgdb curated category or tags: apache, cli, data.

## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
