# 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
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/chainsaw>
- **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>
- **Licence:** GPL-3.0-only
- **Archive source:** <https://github.com/WithSecureLabs/chainsaw/archive/refs/tags/v2.16.2.tar.gz>
- **Dernière mise à jour:** 2026-07-09T10:07:08Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- chainsaw (cli)
- chainsaw (alias)

## Dépendances de compilation

- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 2.16.2
- gestionnaire mis à jour: 2026-07-09
- données locales: OK
- dépôt amont: https://github.com/WithSecureLabs/chainsaw
- dernière version détectée: v2.16.2 (à jour)
## 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 restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** chainsaw
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, 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


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [evtx](https://pkg.so/fr/brew/evtx/) - Shares pkgdb curated category or tags: cli, forensics, rust, security.
- [afflib](https://pkg.so/fr/brew/afflib/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [ssdeep](https://pkg.so/fr/brew/ssdeep/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [dcfldd](https://pkg.so/fr/brew/dcfldd/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [dc3dd](https://pkg.so/fr/brew/dc3dd/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [mac-robber](https://pkg.so/fr/brew/mac-robber/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [binwalk](https://pkg.so/fr/brew/binwalk/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [sleuthkit](https://pkg.so/fr/brew/sleuthkit/) - Shares pkgdb curated category or tags: cli, forensics, security.

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