# kaitai-struct-compiler を Homebrew, Nix, winget でインストール

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

## インストール

```sh
sudo av install brew:kaitai-struct-compiler
```

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

### macOS

- Homebrew (100%):

```sh
brew install kaitai-struct-compiler
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#kaitai-struct-compiler
```

  証拠: nixpkgs package indexes: pkgs/by-name/ka/kaitai-struct-compiler/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id Kaitai.StructCompiler -e
```

  証拠: Windows Package Manager source index: Kaitai.StructCompiler from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:kaitai-struct-compiler
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.11
- **ソース概要:** Compiler for generating binary data parsers
- **ホームページ:** <https://kaitai.io/>
- **リポジトリ:** <https://github.com/kaitai-io/kaitai_struct_compiler>
- **最終更新:** 2026-06-22T14:03:52-07:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- kaitai-struct-compiler (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.11
## プロジェクトの歴史と使われ方

Kaitai Struct Compiler turns declarative .ksy descriptions of binary formats into parser source code for multiple programming languages.

### プロジェクトの歴史

The Kaitai project presents Kaitai Struct as a language-neutral way to describe binary layouts once and generate parsers for many target languages. The compiler is the package-manager-facing executable in that ecosystem, turning format specifications into code that reads binary files, memory layouts, and network packet structures.

### 採用の歴史

The project maintains official documentation, a Web IDE, and a public format gallery generated from an open repository of file-format and protocol specifications. The website lists open-source users such as Veles, mitmproxy, Kismet, Beat Link Trigger, and Hobbits, showing adoption in reverse engineering, network inspection, wireless analysis, and binary tooling.

### 使われ方

Developers write a .ksy schema, run kaitai-struct-compiler, and import the generated parser into a target language. The result is especially useful when a binary format is fixed by someone else and the developer needs a maintainable parser rather than hand-written byte-offset code.

### パッケージ好きにとっての重要性

Kaitai Struct Compiler is package-nerd catnip because it converts binary-format archaeology into reproducible build artifacts: one declarative source file can generate parsers for many language ecosystems, and the format gallery makes specifications browseable like package docs.

### タイムライン

- 2015: Kaitai Project copyright period begins on the official site.
- 2020-10-16: Kaitai Struct v0.9 release notes announced a major release and documentation/CI changes.
- 2022-07-08: Compiler release 0.10 published.
- 2025-09-07: Compiler release 0.11 published.

### Related projects

- Related projects include the Kaitai Struct Web IDE, the formats.kaitai.io gallery, the kaitai_struct_formats repository, Veles, mitmproxy, Kismet, and other binary-analysis tools.

### ソース

- <https://api.github.com/repos/kaitai-io/kaitai_struct_compiler/releases?per_page=100>
- <https://doc.kaitai.io/>
- <https://github.com/kaitai-io/kaitai_struct_compiler/releases>
- <https://kaitai.io/>
- <https://kaitai.io/news/2020/10/16/kaitai-struct-v0.9-released.html>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - kaitai-struct-compiler: normalized package name match | nixpkgs package indexes: pkgs/by-name/ka/kaitai-struct-compiler/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - Kaitai.StructCompiler: normalized package name match | Windows Package Manager source index: Kaitai.StructCompiler from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## ソース

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