macOS
brew install avro-toolslocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für avro-tools in AI-Agent-Workflows.
Installation
brew install avro-toolslocal Homebrew formula metadata
nix profile install nixpkgs#avro-toolsnixpkgs package indexes · pkgs/by-name/av/avro-tools/package.nix · Quelle: api.github.com
scoop install main/avro-toolsScoop official bucket manifest trees · bucket/avro-tools.json · Quelle: api.github.com
Überblick
Avro command-line tools and utilities
Verlauf
Avro Tools is the Java command-line utility package for Apache Avro. It is the package users reach for when they want to inspect schemas, convert data, generate code, or manipulate Avro object container files from a terminal.
Apache Avro's 1.0.0 release was announced in July 2010. The project defined a compact binary data format, a JSON-based schema system, object container files, and RPC support, then shipped language implementations from a single Apache-managed source tree.
The tools package grew naturally out of Avro's Java implementation: once a format has schemas, container files, IDL, and generated code, it needs a portable command-line utility. The Homebrew avro-tools formula packages that Java-oriented CLI separately from native C and C++ formulas.
Avro's adoption is tied to data-platform workflows where schema evolution and compact record serialization matter. Apache's project site now explicitly calls Avro a leading serialization format for record data and a first choice for streaming data pipelines.
The avro-tools jar became the everyday operator interface for that ecosystem. Even users who do not write Java often keep avro-tools around because it can inspect and transform Avro files without having to compile a language binding into a one-off program.
Common avro-tools usage includes printing or validating schemas, converting between JSON and Avro container files, compiling schemas or IDL to generated language code, and debugging records in data pipelines. Package managers usually expose this as an avro-tools command wrapping the upstream jar.
Avro Tools has no documented per-user config file or credential file. Inputs are schemas, Avro files, IDL/protocol files, and command-line options.
For package nerds, avro-tools is the canonical example of a data-format CLI shipped as a Java artifact but consumed like a Unix tool. The formula is less about libraries and more about making a jar feel like a normal executable in scripts.
It also anchors the split packaging story for Avro: avro-tools for the Java CLI, avro-c for native C utilities, and avro-cpp for generated C++ bindings, all backed by one upstream release stream.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
avro-tools | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:avro-tools |
|---|---|
| Version | 1.12.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/avro-tools |
| Homepage | https://avro.apache.org/ |
| Repository | https://github.com/apache/avro |
| Upstream-Dokumentation | https://avro.apache.org/docs |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://www.apache.org/dyn/closer.lua?path=avro/avro-1.12.1/java/avro-tools-1.12.1.jar |
| Abhängigkeiten | openjdk |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | avro-tools |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
avro-tools
nix profile install nixpkgs#avro-toolsmain/avro-tools
scoop install main/avro-toolsQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.