# Installer greenmask avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:greenmask
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install greenmask
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#greenmask
```

  Preuve: nixpkgs package indexes: pkgs/by-name/gr/greenmask/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:greenmask
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/greenmask>
- **Version:** 0.2.22
- **Résumé source:** PostgreSQL dump and obfuscation tool
- **Page d'accueil:** <https://www.greenmask.io/>
- **Dépôt:** <https://github.com/GreenmaskIO/greenmask>
- **Docs amont:** <https://www.greenmask.io/>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/GreenmaskIO/greenmask/archive/refs/tags/v0.2.22.tar.gz>
- **Dernière mise à jour:** 2026-07-29T16:05:05+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- greenmask (cli)
- greenmask (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.2.22
- gestionnaire mis à jour: 2026-07-29
- données locales: OK
- dépôt amont: https://github.com/GreenmaskIO/greenmask
- dernière version détectée: v0.2.22 (à jour)
## Historique du projet et usages

Greenmask is an open-source database dump, anonymization, synthetic-data generation, and restore tool aimed at PostgreSQL workflows, with MySQL work represented in the project materials as a developing area. Its history is short but well documented through official release notes and GitHub releases.

### Historique du projet

The project presents itself as a stateless logical dump proxy that does not require database schema changes and remains compatible with familiar PostgreSQL tools such as pg_restore. That design places it closer to backup and staging-data infrastructure than to an application-level masking library.

The v0.1.0 release notes describe the January 2024 release as the first production-ready version, with CI/CD, a Docker Compose playground, transformer improvements, JSON-line protocol fixes, and binary assets. The v0.2.0 release notes describe an October 2024 milestone focused on database subsetting, pgzip compression, topological restore order, INSERT-format restoration, dynamic transformer parameters, and transformer-engine refactoring.

### Historique d'adoption

Greenmask entered package-manager culture as a CLI for teams that need repeatable sanitized databases for staging, analytics, and development. The batch package facts show Homebrew and Nix packaging, while upstream distributes release assets, Docker-oriented workflows, and documentation that emphasizes CI/CD integration.

### Modes d'utilisation

Greenmask is used around logical backup and restore flows: dump a database, apply transformations or subsets, store the result locally or in S3-compatible storage, and restore into another environment. The documentation emphasizes deterministic transformers, dynamic parameters, validation output, schema diff checks, and compatibility with PostgreSQL dump/restore routines.

The default configuration convention in the batch curation is config.yml, matching the project's example configuration style.

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

Greenmask matters to package users because it packages a messy operational workflow into one repeatable binary: masked dumps, synthetic data, subsetting, restore order, and storage backends. That makes it attractive for development environments where production-like data is useful but raw production data is unsafe.

For Homebrew-style packaging, it is also a representative modern Go CLI: single binary, release assets, Docker examples, and docs-first operational commands.

### Chronologie

- 2024: v0.1.0 release notes marked the first production-ready version.
- 2024: v0.2.0 added database subsetting, pgzip support, topological restore order, and transformer refactoring.
- 2025: v1.0.0b1 release metadata appeared for the 1.0 beta line.
- 2026: v0.2.x releases continued through v0.2.21 in the official GitHub release feed.

### Related projects

- PostgreSQL pg_dump and pg_restore are central compatibility references in the documentation.
- Docker Compose, MinIO, and S3-compatible storage appear in the official examples and feature descriptions.
- Transformer concepts such as random, hash, template, and CMD transformers form the project's internal extension surface.

### Sources

- <https://api.github.com/repos/GreenmaskIO/greenmask/releases?per_page=100>
- <https://docs.greenmask.io/v0.2.21/>
- <https://docs.greenmask.io/v0.2.21/release_notes/greenmask_0_1_0/>
- <https://docs.greenmask.io/v0.2.21/release_notes/greenmask_0_2_0/>
- <https://github.com/GreenmaskIO/greenmask>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour greenmask. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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: config.yml
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** greenmask
- **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

## Autres enregistrements de gestionnaires de paquets

- Nix - greenmask: normalized package name match | nixpkgs package indexes: pkgs/by-name/gr/greenmask/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Liens liés

- [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.
- [Archive and compression packages](https://pkg.so/fr/archive-compression-tools/) - Matched archive or compression metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [barman](https://pkg.so/fr/brew/barman/) - Shares pkgdb curated category or tags: backup, cli, data, postgresql.
- [postgresql@14](https://pkg.so/fr/brew/postgresql-14/) - Shares pkgdb curated category or tags: cli, data, postgresql.
- [postgresql@16](https://pkg.so/fr/brew/postgresql-16/) - Shares pkgdb curated category or tags: cli, data, postgresql.
- [postgresql@17](https://pkg.so/fr/brew/postgresql-17/) - Shares pkgdb curated category or tags: cli, data, postgresql.
- [postgresql@18](https://pkg.so/fr/brew/postgresql-18/) - Shares pkgdb curated category or tags: cli, data, postgresql.
- [postgresql@15](https://pkg.so/fr/brew/postgresql-15/) - Shares pkgdb curated category or tags: cli, data, postgresql.
- [postgis](https://pkg.so/fr/brew/postgis/) - Shares pkgdb curated category or tags: cli, data, postgresql.
- [lazysql](https://pkg.so/fr/brew/lazysql/) - Shares pkgdb curated category or tags: cli, data, postgresql.
- [neosync](https://pkg.so/fr/brew/neosync/) - Local package facts share a topical domain. Shared terms: anonymization, cli, data, synthetic, synthetic-data.
- [dumpling](https://pkg.so/fr/brew/dumpling/) - Local package facts share a topical domain. Shared terms: backup, cli, data, dump.

## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
