# Installer bpmnlint avec Homebrew

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

## installation

```sh
sudo av install brew:bpmnlint
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bpmnlint
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:bpmnlint
- **Gestionnaire de paquets:** Homebrew
- **Version:** 11.12.1
- **Résumé source:** Validate BPMN diagrams based on configurable lint rules
- **Page d'accueil:** <https://github.com/bpmn-io/bpmnlint>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bpmnlint (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

bpmnlint is the bpmn.io linting tool for validating BPMN diagrams against configurable rules. It gives BPMN model files the same sort of repeatable command-line checks that source code gets from language linters.

### Historique du projet

The official repository README presents bpmnlint as a command-line and Node.js library for validating BPMN diagrams, configured through `.bpmnlintrc` and rule sets such as `bpmnlint:recommended`. The first visible tagged alpha in the repository dates to September 2018, followed by v1.0.0 the next day.

The changelog shows steady rule and platform evolution: configurable rules, browser bundling, custom rule resolution, BPMN DI checks, moddle extensions, Node version requirements, and new correctness/recommended rule coverage.

### Historique d'adoption

bpmnlint's adoption is mostly inside the BPMN and bpmn.io ecosystem. The README points to npm installation, custom plugins, visual feedback through bpmn-js-bpmnlint, a playground, generated docs images, and bundler integrations.

Homebrew packaging gives the CLI a system-package route, but the upstream distribution model is clearly npm and Node.js module resolution, especially for plugins named `bpmnlint-plugin-*`.

### Modes d'utilisation

Typical usage runs `bpmnlint invoice.bpmn` and receives line-item errors and warnings for process modeling problems such as missing start or end events, unlabeled elements, and sequence-flow issues.

Teams configure `.bpmnlintrc` with built-in rulesets, custom rule severities, plugins, and optional moddle extensions. The API also allows embedding linting in Node.js tools that parse BPMN XML with bpmn-moddle.

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

bpmnlint is notable because it packages a domain-specific modeling discipline as a familiar CLI linter. It brings BPMN quality checks into CI and editor workflows instead of leaving validation only inside graphical modeling tools.

For package collections, it is a niche but useful example of Node-based developer tooling escaping npm-only usage and becoming a command installed by system package managers.

### Chronologie

- 2018: v1.0.0-alpha5 and v1.0.0 tags appear in September.
- 2020: 7.8.0 added configurable rules according to the changelog.
- 2024: 11.0.0 required Node 20 according to the changelog.
- 2026: 11.12.1 tag appears in the official GitHub repository.

### Related projects

- The README names bpmn-js-bpmnlint for visual modeling feedback, bpmnlint-playground for trying rules, bpmnlint-plugin-example for plugin authors, and bpmn-moddle for BPMN XML parsing.
- It is part of the broader bpmn.io project family, alongside BPMN modeling, moddle, and browser-based BPMN tooling.

### Sources

- <https://github.com/bpmn-io/bpmnlint#readme>
- <https://github.com/bpmn-io/bpmnlint/blob/main/CHANGELOG.md>
- <https://github.com/bpmn-io/bpmnlint/tree/main/docs/rules>
- source_facts.package-manager


## 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: .bpmnlintrc

## Combined YAML source

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


## Sources

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