# corral mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für corral in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install corral
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:corral
- **Paketmanager:** Homebrew
- **Version:** 0.9.2
- **Quellzusammenfassung:** Dependency manager for the Pony language
- **Homepage:** <https://github.com/ponylang/corral>
- **Repository:** <https://github.com/ponylang/corral>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- corral (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.9.2
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

infrastructure mutation or orchestration signal.

- **Geiger-Risiko:** orange / mittel
- 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)


## Quellen

- 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
