# Installer chainsaw avec Homebrew, Nix, zypper

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

## installation

```sh
sudo av install brew:chainsaw
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install chainsaw
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#chainsaw
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ch/chainsaw/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install apache-chainsaw
```

  Preuve: openSUSE Tumbleweed package metadata: apache-chainsaw from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:chainsaw
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.16.2
- **Résumé source:** Rapidly Search and Hunt through Windows Forensic Artefacts
- **Page d'accueil:** <https://github.com/WithSecureLabs/chainsaw>
- **Dépôt:** <https://github.com/WithSecureLabs/chainsaw>
- **Dernière mise à jour:** 2026-07-09T10:07:08Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- chainsaw (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Chainsaw is a WithSecure Labs command-line tool for rapid Windows forensic triage. It searches event logs and other Windows artefacts, applies Sigma and custom detection rules, and emits investigator-friendly output formats.

### Historique du projet

WithSecure Countercept created Chainsaw for incident-response cases where endpoint telemetry or a SIEM was not available, so analysts needed fast standalone processing of Windows artefacts. The public GitHub repository was created in August 2021 and v1.0.0 was released later that month.

The project evolved from an all-in-one threat-hunting bundle toward a tool that expects users to keep Sigma rules and sample event logs separately. The README notes that Chainsaw v2 stopped including Sigma Rules and EVTX-Attack-Samples as submodules so users could track those projects independently.

### Historique d'adoption

Chainsaw is distributed through GitHub releases, Nix, and the Homebrew formula named chainsaw. That packaging path matters because the tool is useful as a portable first-response binary on analyst workstations and ephemeral response systems.

GitHub release metadata shows active maintenance from v1.0.0 in 2021 through v2 releases in 2026.

### Modes d'utilisation

Typical use is to run chainsaw against Windows event-log collections, optionally supplying a Sigma rules directory and a mapping file such as mappings/sigma-event-logs-all.yml. The README documents output formats including table, CSV, and JSON, plus timeline generation from Shimcache enriched with Amcache data.

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

Chainsaw is notable in package-manager culture because it packages modern Rust DFIR tooling for a workflow that often used heavier SIEM stacks such as Splunk or ELK. It also shows the Sigma ecosystem becoming something local CLIs can consume directly.

### Chronologie

- 2021: GitHub repository created by WithSecureLabs.
- 2021: v1.0.0 published on GitHub releases.
- 2023: v2 line documented removal of bundled Sigma and EVTX sample submodules.
- 2026: v2.16.0 published on GitHub releases.

### Related projects

- SigmaHQ/sigma provides the Sigma detection rules Chainsaw can run.
- omerbenamram/evtx is the Rust EVTX parser wrapped by Chainsaw.
- sbousseaden/EVTX-ATTACK-SAMPLES is used in the README example dataset workflow.

### Sources

- <https://github.com/WithSecureLabs/chainsaw#readme>
- <https://github.com/WithSecureLabs/chainsaw/releases>
- <https://api.github.com/repos/WithSecureLabs/chainsaw>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour chainsaw. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Nix - chainsaw: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/chainsaw/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - apache-chainsaw - 2.1.0-5.10: normalized package name match | openSUSE Tumbleweed package metadata: apache-chainsaw from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Apache Chainsaw | https://logging.apache.org/chainsaw


## Combined YAML source

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