# 使用 Homebrew 安装 corral

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

## 安装

```sh
sudo av install brew:corral
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install corral
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:corral
- **软件包管理器:** Homebrew
- **版本:** 0.9.2
- **来源摘要:** Dependency manager for the Pony language
- **主页:** <https://github.com/ponylang/corral>
- **仓库:** <https://github.com/ponylang/corral>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- corral (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Corral is the Pony language dependency manager. It manages Pony bundles with corral.json manifests, lock.json revision locks, a shared VCS repo cache, and a per-project dependency tree used to populate PONYPATH.

### 项目历史

The official repository was created in 2017 and describes Corral as beta-level software. Its design notes explain the name as a deliberate sibling to Pony Stable: a corral is like a stable, but distinct enough to avoid confusion with the older Pony dependency tool.

### 采用历史

Corral grew out of requirements work comparing Pony's needs with dependency managers in Go, Rust, and earlier Pony Stable workflows. Its design favors source-based dependencies, semver constraints, VCS locators, and checked-in lock files for reproducible Pony builds.

### 使用方式

A typical project runs corral init to create corral.json and lock.json, corral add to add a dependency, corral update to resolve and fetch dependencies, and corral run -- ponyc to compile with the resolved dependency directories on PONYPATH.

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

Corral is package-nerd material because it encodes a small-language dependency-management model: bundle-vs-package terminology, VCS-backed locators, transitive dependencies, lock files, and a separation between a shared repo cache and per-project checked-out dependency tree.

### 时间线

- 2017: Official GitHub repository created.
- 2010s: Design documents compare Pony dependency management with Go, Rust, and Pony Stable approaches.
- Present: README recommends ponyup for prebuilt binaries on Linux, macOS, and Windows.

### Related projects

- Related projects include Pony, ponyc, ponyup, Pony Stable, Go modules, Cargo, and other VCS-oriented dependency managers.

### 来源

- <https://github.com/ponylang/corral>
- <https://raw.githubusercontent.com/ponylang/corral/main/README.md>
- <https://raw.githubusercontent.com/ponylang/corral/main/doc/design.md>
- <https://raw.githubusercontent.com/ponylang/corral/main/doc/package_dependency_management.md>
- <https://raw.githubusercontent.com/ponylang/corral/main/DOCS.md>
- <https://api.github.com/repos/ponylang/corral>


## 安全说明

infrastructure mutation or orchestration signal.

- **Geiger 风险:** orange / 中
- infrastructure mutation or orchestration signal


## 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: corral.json, lock.json

## Combined YAML source

View the package source record on GitHub. [combined/corral.yml](https://github.com/mxcl/pkgdb/blob/main/combined/corral.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
