# Installer corral avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de corral pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install corral
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:corral
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.9.2
- **Résumé source:** Dependency manager for the Pony language
- **Page d'accueil:** <https://github.com/ponylang/corral>
- **Dépôt:** <https://github.com/ponylang/corral>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- corral (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.9.2
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- 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)


## Sources

- 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
