# cromwell を Homebrew でインストール

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
