# 使用 Homebrew 安装 bpmnlint

查看 bpmnlint 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install bpmnlint
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:bpmnlint
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/bpmnlint>
- **版本:** 11.12.1
- **来源摘要:** Validate BPMN diagrams based on configurable lint rules
- **主页:** <https://github.com/bpmn-io/bpmnlint>
- **仓库:** <https://github.com/bpmn-io/bpmnlint>
- **上游文档:** <https://github.com/bpmn-io/bpmnlint#readme>
- **许可证:** MIT
- **源码归档:** <https://registry.npmjs.org/bpmnlint/-/bpmnlint-11.12.1.tgz>
- **最后更新:** 2026-04-23T11:46:39Z
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- bpmnlint (cli)
- bpmnlint (别名)

## 依赖

- node

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 all

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 11.12.1
- 管理器更新时间: 2026-04-23
- 本地数据: OK
- 上游仓库: https://github.com/bpmn-io/bpmnlint
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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-*`.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- 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
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** bpmnlint
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 相关链接

- [Source-control packages](https://www.automicvault.com/zh-hans/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [node](https://www.automicvault.com/zh-hans/pkg/brew/node/) - Runtime dependency declared by Homebrew.
- [actionlint](https://www.automicvault.com/zh-hans/pkg/brew/actionlint/) - Shares av.db curated category or tags: cli, developer-tools, linting.
- [bashate](https://www.automicvault.com/zh-hans/pkg/brew/bashate/) - Shares av.db curated category or tags: cli, developer-tools, linting.
- [checkbashisms](https://www.automicvault.com/zh-hans/pkg/brew/checkbashisms/) - Shares av.db curated category or tags: cli, developer-tools, linting.
- [checkmake](https://www.automicvault.com/zh-hans/pkg/brew/checkmake/) - Shares av.db curated category or tags: cli, developer-tools, linting.
- [codespell](https://www.automicvault.com/zh-hans/pkg/brew/codespell/) - Shares av.db curated category or tags: cli, developer-tools, linting.
- [cpplint](https://www.automicvault.com/zh-hans/pkg/brew/cpplint/) - Shares av.db curated category or tags: cli, developer-tools, linting.
- [editorconfig-checker](https://www.automicvault.com/zh-hans/pkg/brew/editorconfig-checker/) - Shares av.db curated category or tags: cli, developer-tools, linting.
- [flake8](https://www.automicvault.com/zh-hans/pkg/brew/flake8/) - Shares av.db curated category or tags: cli, developer-tools, linting.
- [bpmnlint](https://www.automicvault.com/zh-hans/pkg/npm/bpmnlint/) - Same normalized package name appears in another local ecosystem. Shared terms: based, bpmn, bpmnlint, configurable, diagrams.
- [markdownlint-cli](https://www.automicvault.com/zh-hans/pkg/brew/markdownlint-cli/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, lint, linting.
- [markdownlint-cli2](https://www.automicvault.com/zh-hans/pkg/brew/markdownlint-cli2/) - Both packages touch the same language runtime or ecosystem. Shared terms: based, cli, developer, developer-tools, linting.
- [bpmnlint](https://www.automicvault.com/zh-hans/pkg/npm/bpmnlint/) - Same normalized package name in another local ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/bpmnlint.yml](https://github.com/automic-vault/db/blob/main/combined/bpmnlint.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
