# Installer elvis avec Homebrew, MacPorts, Nix

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

## installation

```sh
sudo av install brew:elvis
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install elvis
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install elvis
```

  Preuve: MacPorts ports tree: editors/elvis/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#elvis
```

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

## Faits du paquet

- **Clé du paquet:** brew:elvis
- **Gestionnaire de paquets:** Homebrew
- **Version:** 5.0.4
- **Résumé source:** Erlang Style Reviewer
- **Page d'accueil:** <https://github.com/inaka/elvis>
- **Dépôt:** <https://github.com/inaka/elvis>
- **Dernière mise à jour:** 2026-05-29T09:35:35Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- elvis (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Elvis is an Erlang style reviewer and command-line linter that checks Erlang source files against configurable rule sets.

### Historique du projet

The inaka/elvis repository was created in June 2014 and has continued as a standalone command-line tool around elvis_core, the core library that implements the rules and configuration mechanics.

### Historique d'adoption

The project is distributed through Homebrew, MacPorts, and Nix according to the input package metadata. The official README documents use as a command-line tool, a Git pre-commit hook, and a webhook-oriented component for pull request review.

### Modes d'utilisation

Users run elvis commands such as rock, git-branch, and git-hook. By default elvis looks for elvis.config, while the --config option allows a different path.

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

Elvis matters to Erlang package users because it packages style checks into a CLI that can fail builds, run in hooks, and share elvis_core rules across command-line and rebar3-oriented workflows.

### Chronologie

- 2014: GitHub repository created
- 2014: 0.1.1 published on GitHub releases
- 2026: 5.0.4 published on GitHub releases and tracked by Homebrew

### Related projects

- elvis_core provides the underlying rule engine and configuration documentation; rebar3_lint uses elvis_core for Erlang project integration.

### Sources

- GitHub releases API: 0.1.1 published 2014-09-10 and 5.0.4 published 2026-05-29
- GitHub repository API: created_at 2014-06-23, language Erlang, topics, and repository metadata
- Homebrew formula API: stable version 5.0.4 and official source archive
- Official elvis README: commands, --config behavior, git-hook usage, and reference to elvis_core
- Official elvis_core README: configuration lookup and elvis.config example


## Notes de sécurité

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: elvis.config
## Autres enregistrements de gestionnaires de paquets

- Nix - elvis: normalized package name match | nixpkgs package indexes: pkgs/by-name/el/elvis/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - elvis: normalized package name match | MacPorts ports tree: editors/elvis/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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