Automic VaultAutomic Vault

brew

avro-tools を Homebrew, Nix, scoop でインストール

avro-tools のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install avro-tools

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#avro-tools

nixpkgs package indexes · pkgs/by-name/av/avro-tools/package.nix · ソース: api.github.com

Windows

Scoop確認済み · 92%
scoop install main/avro-tools

Scoop official bucket manifest trees · bucket/avro-tools.json · ソース: api.github.com

概要

パッケージ概要

Avro command-line tools and utilities

コマンドとエイリアス

  • avro-tools

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2010: Apache Avro 1.0.0 announced as the first Avro release.
  • 2021: Avro 1.11.0 released with 120 JIRA issues addressed.
  • 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 and avro-cpp package native parts of the same Apache Avro source tree.
  • Apache Avro language bindings and the Avro specification define the data files that avro-tools reads and writes.
  • Data platforms that store or stream Avro records often use avro-tools for local inspection and pipeline debugging.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
avro-toolscliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版1.12.1
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://avro.apache.org/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://avro.apache.org/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:avro-tools
バージョン1.12.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/avro-tools
ホームページhttps://avro.apache.org/
リポジトリhttps://github.com/apache/avro
上流ドキュメントhttps://avro.apache.org/docs
ライセンスApache-2.0
ソースアーカイブhttps://www.apache.org/dyn/closer.lua?path=avro/avro-1.12.1/java/avro-tools-1.12.1.jar
依存関係openjdk
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

avro-tools

nix profile install nixpkgs#avro-tools
  • normalized package name match
  • 一致条件: Avro Tools
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/av/avro-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Scoop95%

main/avro-tools

scoop install main/avro-tools
  • normalized package name match
  • 一致条件: Avro Tools
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/avro-tools.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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