# 使用 Homebrew 安装 litani

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

## 安装

```sh
sudo av install brew:litani
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install litani
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:litani
- **软件包管理器:** Homebrew
- **版本:** 1.29.0
- **来源摘要:** Metabuild system
- **主页:** <https://awslabs.github.io/aws-build-accumulator/>
- **仓库:** <https://github.com/awslabs/aws-build-accumulator>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- litani (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Litani is an AWS Labs metabuild tool for accumulating command jobs into a dependency graph, running them through Ninja, and producing both a JSON run record and an HTML dashboard. It is aimed at builds where job metadata, failure policy, and reportability matter as much as command execution.

### 项目历史

The project is published from the `awslabs/aws-build-accumulator` repository and documents itself as a command-line build system rather than a new build language. Its workflow starts with `litani init`, adds jobs with dependencies, and runs the resulting graph with `litani run-build`.

Litani's documentation emphasizes build accumulation: commands can be generated by scripts, Makefiles, or other systems, while Litani records return codes, runtimes, stdout, stderr, and other metadata in JSON and renders that data into an HTML report.

### 采用历史

Adoption evidence is modest and mostly package-manager oriented. GitHub releases provide Debian packages and Homebrew installation instructions, and the Homebrew formula exposes the `litani` command for macOS users.

### 使用方式

Users define jobs, dependencies, and failure behavior from the command line, then inspect `litani dump-run` output or the generated dashboard. The tool is most useful when an existing build needs reporting, dependency ordering, and durable run metadata without rewriting the build in a new DSL.

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

Litani is package-nerd interesting because it is a thin orchestration layer over familiar tools: shell commands, Ninja, JSON, and static HTML. Its value is in making build execution observable and packageable, not in replacing compilers or build file formats.

### 时间线

- 2023-04-19: Release 1.24.0 provided Homebrew and Ubuntu package installation notes.
- 2026-03-02: Release 1.28.0 included Homebrew and Ubuntu package installation notes.
- 2026-06-12: Release 1.29.0 was published with Homebrew and Ubuntu package installation notes.

### Related projects

- Related projects include Ninja, Make, CMake, Graphviz, Gnuplot, Jinja, and other build-reporting or continuous-integration tools.

### 来源

- <https://awslabs.github.io/aws-build-accumulator/>
- <https://github.com/awslabs/aws-build-accumulator>
- <https://github.com/awslabs/aws-build-accumulator/releases>


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal


## Combined YAML source

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


## 来源

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