# Installer terrahash avec Homebrew

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

## installation

```sh
sudo av install brew:terrahash
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install terrahash
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:terrahash
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/terrahash>
- **Version:** 0.1.0
- **Résumé source:** Create and store a hash of the Terraform modules used by your configuration
- **Page d'accueil:** <https://github.com/ned1313/terrahash>
- **Dépôt:** <https://github.com/ned1313/terrahash>
- **Licence:** MIT
- **Archive source:** <https://github.com/ned1313/terrahash/archive/refs/tags/v0.1.0.tar.gz>
- **Dernière mise à jour:** 2026-07-26T00:50:36+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- terrahash (cli)
- terrahash (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.1.0
- gestionnaire mis à jour: 2026-07-26
- données locales: OK
- dépôt amont: https://github.com/ned1313/terrahash
- dernière version détectée: v0.1.0 (à jour)
## Historique du projet et usages

TerraHash is a small Terraform module-locking CLI that creates and checks hashes for modules used by a Terraform configuration.

### Historique du projet

The public GitHub repository was created in June 2024. Its README explicitly labels the project as early-stage software, while documenting the core behavior: evaluate initialized Terraform configuration, generate hashes for modules, and store them in a .terraform.module.lock.hcl file analogous to Terraform's provider lock file.

The tool's narrow purpose is supply-chain control for Terraform modules. It checks the lock file against current module hashes and version constraints, then reports changed hashes, changed versions, or missing modules.

### Historique d'adoption

Adoption appears niche and security-focused rather than broad. Repository metadata showed a small but visible public audience by July 2026, and Homebrew metadata lists a brew formula for the CLI.

### Modes d'utilisation

The README describes three central commands: terrahash init to create a module lock file, terrahash check to validate current modules against it, and terrahash upgrade to update the lock file after approved changes.

The project is meant to run in CI so deployments can fail when Terraform module code or version constraints diverge from the approved lock file.

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

For package nerds, TerraHash is interesting because it fills a small gap in Terraform's lock-file story: Terraform has a provider lock file, while this tool experiments with a separate module lock file that can be installed as a simple CLI.

### Chronologie

- 2024: Public GitHub repository created.
- 2024: README documents init, check, and upgrade workflows around .terraform.module.lock.hcl.
- 2026: Homebrew metadata lists terrahash as a packaged CLI.

### Related projects

- Terraform supplies the module system and provider lock-file pattern that TerraHash mirrors.
- Terragrunt and Terramate are adjacent Terraform workflow tools, but TerraHash is focused specifically on module hash verification.

### Sources

- Input package metadata: source_facts.package-manager, source_facts.package-manager-url
- README: https://github.com/ned1313/terrahash#readme
- Repository metadata: https://api.github.com/repos/ned1313/terrahash


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** terrahash
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## Liens liés

- [Cloud CLI packages](https://pkg.so/fr/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [terragrunt](https://pkg.so/fr/brew/terragrunt/) - Shares pkgdb curated category or tags: cli, developer-tools, iac, terraform.
- [terramate](https://pkg.so/fr/brew/terramate/) - Shares pkgdb curated category or tags: cli, developer-tools, iac, terraform.
- [terratag](https://pkg.so/fr/brew/terratag/) - Shares pkgdb curated category or tags: cli, developer-tools, iac, terraform.
- [terrahelp](https://pkg.so/fr/brew/terrahelp/) - Shares pkgdb curated category or tags: cli, developer-tools, iac, terraform.
- [xxhash](https://pkg.so/fr/brew/xxhash/) - Shares pkgdb curated category or tags: cli, developer-tools, hashing.
- [tfenv](https://pkg.so/fr/brew/tfenv/) - Shares pkgdb curated category or tags: cli, developer-tools, terraform.
- [terraform-docs](https://pkg.so/fr/brew/terraform-docs/) - Shares pkgdb curated category or tags: cli, developer-tools, terraform.
- [tenv](https://pkg.so/fr/brew/tenv/) - Shares pkgdb curated category or tags: cli, developer-tools, terraform.
- [terraform-module-versions](https://pkg.so/fr/brew/terraform-module-versions/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, module, modules.
- [hcledit](https://pkg.so/fr/brew/hcledit/) - Local package facts share a topical domain. Shared terms: cli, configuration, developer, developer-tools, terraform.

## Combined YAML source

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


## Sources

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