# 使用 Homebrew 安装 sprocket

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

## 安装

```sh
sudo av install brew:sprocket
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install sprocket
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:sprocket
- **软件包管理器:** Homebrew
- **版本:** 0.28.0
- **来源摘要:** Bioinformatics workflow engine built on the Workflow Description Language (WDL)
- **主页:** <https://sprocket.bio>
- **仓库:** <https://github.com/stjude-rust-labs/sprocket>
- **最后更新:** 2026-07-15T21:38:22Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- sprocket (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Sprocket is a Rust-based bioinformatics workflow execution engine built on the Workflow Description Language. Its official goals combine large-scale workflow execution with developer-tooling ergonomics for WDL users.

### 项目历史

The Sprocket repository was created in late 2023 and began publishing GitHub releases in 2024. The official overview says the project was created to address the lack of bioinformatics workflow engines that can reliably handle tens of thousands of concurrently executing workflows across local, HPC, and cloud environments.

### 采用历史

Sprocket remains pre-1.0, but its project-status page describes most established commands as relatively settled and documents a three-week release cadence. Its documentation targets bioinformaticians and bioinformatics software engineers working at moderate to large scale.

### 使用方式

Users run WDL workflows with commands such as `sprocket run`, and the official Slurm guide shows Sprocket dispatching WDL tasks to Slurm with Apptainer on HPC infrastructure. The tool also includes development commands for checking, linting, formatting, validating, generating inputs, and editor integration.

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

Package maintainers care about Sprocket because it packages a domain-specific workflow engine as a modern Rust CLI with documented release notes, GitHub release binaries, Cargo installation, and Homebrew distribution. It is also an example of scientific software adopting the tooling expectations of language ecosystems: formatters, linters, editor integrations, and predictable release cadence.

### 时间线

- 2023: GitHub repository created.
- 2024: v0.2.0 published on GitHub releases.
- 2026: v0.27.0 published, with official docs still describing the project as pre-1.0.

### Related projects

- Sprocket is built on the Workflow Description Language and is developed alongside the wdl family of crates, wdl-lsp, a Visual Studio Code extension, and a Neovim plugin.

### 来源

- GitHub API repository and releases metadata for stjude-rust-labs/sprocket, accessed 2026-07-02
- <https://sprocket.bio/configuration/overview.html>
- <https://sprocket.bio/guides/slurm.html>
- <https://sprocket.bio/overview.html>
- <https://sprocket.bio/project-status.html>
- input source_facts.package-manager


## 安全说明

没有找到 sprocket 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



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

- Linux: $XDG_CONFIG_HOME/sprocket/sprocket.toml, ~/.config/sprocket/sprocket.toml, ./sprocket.toml, <sprocket-executable-directory>/sprocket.toml
- macOS: ~/.config/sprocket/sprocket.toml, ./sprocket.toml, <sprocket-executable-directory>/sprocket.toml
- Windows: %USERPROFILE%\AppData\Roaming\sprocket.toml

## Combined YAML source

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


## 来源

- 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
