# Installer kaitai-struct-compiler avec Homebrew, Nix, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de kaitai-struct-compiler pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:kaitai-struct-compiler
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.11
- **Résumé source:** Compiler for generating binary data parsers
- **Page d'accueil:** <https://kaitai.io/>
- **Dépôt:** <https://github.com/kaitai-io/kaitai_struct_compiler>
- **Dernière mise à jour:** 2026-06-22T14:03:52-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- kaitai-struct-compiler (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.11
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
