# 使用 Homebrew 安装 cromwell

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

## 安装

```sh
sudo av install brew:cromwell
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install cromwell
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:cromwell
- **软件包管理器:** Homebrew
- **版本:** 92
- **来源摘要:** Workflow Execution Engine using Workflow Description Language
- **主页:** <https://github.com/broadinstitute/cromwell>
- **仓库:** <https://github.com/broadinstitute/cromwell>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- cromwell (别名)
- womtool (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 92
## 项目历史与用法

Cromwell is Broad Institute's open-source workflow management system for bioinformatics and other scientific workflows. It is closely associated with WDL, ships with the womtool helper, and can run workflows locally, as a server, or against pluggable execution backends.

### 项目历史

The repository was created in 2015, and early releases began that year. The official documentation says Cromwell started life as a WDL engine, with WDL draft-2 as its first language, and later added WDL 1.0 support while continuing to track WDL development.

Cromwell's architecture centers on workflow execution backends. The official backend documentation describes included support for Local, HPC schedulers such as SGE, LSF, HTCondor, and Slurm, Google Cloud through Google Batch, GA4GH TES, and AWS Batch beta support.

### 采用历史

Broad's README points many users toward Terra, a managed bioinformatics platform with built-in Cromwell support, while self-managed users can download a JAR or Docker image. This split shaped Cromwell's adoption: package managers provide local CLI access, but large production usage often happens through managed or institution-maintained deployments.

### 使用方式

Users run Cromwell to execute WDL workflows and use womtool for WDL validation and workflow object model tasks. Common deployments range from five-minute local tutorials to persistent server mode, cloud batch backends, and HPC scheduler integrations.

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

For package maintainers, Cromwell is a JVM scientific-workflow package whose command-line distribution wraps a larger service-oriented engine. It matters because reproducible workflow tooling often needs both local executables for validation and stable release artifacts for institutional compute environments.

### 时间线

- 2015: Repository created and 0.5 release published.
- 2015: Early 0.x releases established Cromwell as a WDL workflow engine.
- 2020s: Documentation emphasizes Terra-managed usage, self-managed JAR or Docker deployments, WDL support, and modular backends.

### Related projects

- WDL and OpenWDL are the workflow language context for Cromwell.
- Terra is a managed platform with built-in Cromwell support.
- GA4GH TES, Google Batch, AWS Batch, and HPC schedulers are execution-backend contexts.

### 来源

- <https://github.com/broadinstitute/cromwell#readme>
- <https://cromwell.readthedocs.io/en/stable/>
- <https://cromwell.readthedocs.io/en/stable/LanguageSupport/>
- <https://cromwell.readthedocs.io/en/stable/backends/Backends/>
- <https://github.com/broadinstitute/cromwell/releases/tag/0.5>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

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


## 来源

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