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

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install avro-tools
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

### Windows

- Scoop (92%):

```sh
scoop install main/avro-tools
```

  証拠: Scoop official bucket manifest trees: bucket/avro-tools.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:avro-tools
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/avro-tools>
- **バージョン:** 1.12.1
- **ソース概要:** Avro command-line tools and utilities
- **ホームページ:** <https://avro.apache.org/>
- **上流ドキュメント:** <https://avro.apache.org/>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://www.apache.org/dyn/closer.lua?path=avro/avro-1.12.1/java/avro-tools-1.12.1.jar>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- avro-tools (cli)
- avro-tools (エイリアス)

## 依存関係

- openjdk

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.12.1
- ローカルデータ: OK
- 上流リポジトリ: https://avro.apache.org/
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

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.

### ソース

- <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/java/org/apache/avro/tool/package-summary.html>
- <https://github.com/apache/avro>
- source_facts.description
- source_facts.executables


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **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:** stable

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

- Nix - avro-tools: normalized package name match | nixpkgs package indexes: pkgs/by-name/av/avro-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/avro-tools: normalized package name match | Scoop official bucket manifest trees: bucket/avro-tools.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [openjdk](https://pkg.so/ja/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [avro-c](https://pkg.so/ja/brew/avro-c/) - Shares the same upstream homepage.
- [avro-cpp](https://pkg.so/ja/brew/avro-cpp/) - Shares the same upstream homepage.
- [protobuf](https://pkg.so/ja/brew/protobuf/) - Shares pkgdb curated category or tags: cli, data, serialization.
- [lcm](https://pkg.so/ja/brew/lcm/) - Shares pkgdb curated category or tags: cli, data, serialization.
- [colfer](https://pkg.so/ja/brew/colfer/) - Shares pkgdb curated category or tags: cli, data, serialization.
- [cubejs-cli](https://pkg.so/ja/brew/cubejs-cli/) - Shares pkgdb curated category or tags: cli, data.
- [apache-arrow](https://pkg.so/ja/brew/apache-arrow/) - Shares pkgdb curated category or tags: apache, cli, data.
- [kafka](https://pkg.so/ja/brew/kafka/) - Shares pkgdb curated category or tags: cli, data, java.
- [parquet-cli](https://pkg.so/ja/brew/parquet-cli/) - Both packages touch the same language runtime or ecosystem. Shared terms: apache, cli, command-line, data, java.

## Combined YAML source

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


## ソース

- 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
