# evtx を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:evtx
```

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

### macOS

- Homebrew (100%):

```sh
brew install evtx
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#evtx
```

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

## パッケージ情報

- **パッケージキー:** brew:evtx
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.12.2
- **ソース概要:** Windows XML Event Log parser
- **ホームページ:** <https://github.com/omerbenamram/evtx>
- **リポジトリ:** <https://github.com/omerbenamram/evtx>
- **最終更新:** 2026-06-13T17:48:59Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- evtx_dump (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

evtx is a Rust library and command-line utility for parsing the Windows XML Event Log format, centered on the evtx_dump tool and also exposed through Rust and Python bindings.

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

The GitHub repository was created on 2019-03-30 and the first GitHub release, 0.3.0, was published on 2019-05-14. The project positions itself as a cross-platform parser for Windows EVTX files, implemented in safe Rust, with XML, JSON, and JSON Lines output paths.

By the 0.12.x series the README emphasized multithreaded parsing, recovery of missing records or chunks, offline WEVT template rendering, WebAssembly-backed local viewing, and release binaries for Windows, macOS, and Linux.

### 採用の歴史

The package has visible adoption in Rust and package-manager communities: crates.io reported more than 212,000 total downloads and Homebrew shipped evtx 0.12.2 with recent install analytics. The repository also links pyevtx-rs as Python bindings around the same Rust core.

Its niche is forensic and incident-response tooling rather than general-purpose logging. The README compares it directly with python-evtx, libevtx, Go EVTX parsers, and pyevtx-rs, which reflects its role in a small but performance-sensitive parser ecosystem.

### 使われ方

The main CLI, evtx_dump, converts .evtx files to XML, JSON, or JSON Lines, can write to files, can read from stdin, and can be combined with tools such as fd, xargs, and jq for batch processing.

As a library, evtx exposes EvtxParser for iterating over records from Rust code. Optional WEVT template-cache support lets users extract templates from provider binaries and render records that otherwise fail because of missing template data.

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

Package maintainers care about evtx because it is a modern, cross-platform replacement candidate for older EVTX parsers that were often tied to Python or C libraries. It also has the classic package-nerd appeal of a small CLI wrapping a fast library with stable machine-readable output.

The project is especially useful in Unix pipelines that need to process Windows forensic artifacts without a Windows host.

### タイムライン

- 2019: Repository created and first GitHub release published.
- 2026: README benchmarked evtx 0.12.2 and documented PGO-built release binaries for Linux and macOS.
- 2026: crates.io reported evtx 0.12.2 as the maximum version with more than 212,000 total downloads.

### Related projects

- pyevtx-rs provides Python bindings for the same Rust core.
- The README benchmarks against python-evtx, libevtx, Velocidex evtx, and golang-evtx.

### ソース

- <https://github.com/omerbenamram/evtx>
- <https://raw.githubusercontent.com/omerbenamram/evtx/master/README.md>
- <https://api.github.com/repos/omerbenamram/evtx>
- <https://api.github.com/repos/omerbenamram/evtx/releases?per_page=100>
- <https://crates.io/api/v1/crates/evtx>
- <https://formulae.brew.sh/api/formula/evtx.json>


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - evtx: normalized package name match | nixpkgs package indexes: pkgs/by-name/ev/evtx/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/evtx.yml](https://github.com/mxcl/pkgdb/blob/main/combined/evtx.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
