# Installer copier avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:copier
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install copier
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#copier
```

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

## Faits du paquet

- **Clé du paquet:** brew:copier
- **Gestionnaire de paquets:** Homebrew
- **Version:** 9.17.0
- **Résumé source:** Utility for rendering projects templates
- **Page d'accueil:** <https://copier.readthedocs.io/>
- **Dernière mise à jour:** 2026-07-14T18:47:03Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- copier (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Copier is a project templating CLI and Python library. Like Cookiecutter, it renders projects from templates, but its documented identity emphasizes updating generated projects when templates evolve.

### Historique du projet

The official repository was created in November 2011. The documented Copier lineage is explicit in the changelog: version 2.0.0 in February 2019 rebranded the project from Voodoo to Copier and made `copier.yaml` the recommended configuration file.

### Historique d'adoption

Copier's README documents installation through pipx, uv, pip, conda-forge, and Homebrew, reflecting its use both as a Python library and as a standalone CLI on macOS and Linux.

### Modes d'utilisation

Template authors put questions and settings in `copier.yml` or `copier.yaml`, then users run `copier copy` from a local path or Git URL. Copier stores answers for later update workflows, and the docs distinguish copying, recopying, and updating.

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

Copier is significant for maintainers who want template updates after initial scaffolding. Its changelog tracks packaging-relevant choices such as PEP 440 versioning, Git URL handling, Homebrew distribution, Python version support, and security hardening around trusted templates and path traversal.

### Chronologie

- 2011: Official GitHub repository created.
- 2019: Version 2.0.0 rebranded Voodoo as Copier.
- 2020: Version 3.0.0 added template-upgrade support and broader prompt features.
- 2022: Version 6.0.0 refactored the core and expanded question and migration behavior.
- 2023: Version 8.0.0 made subcommands explicit and disabled unsafe features by default.

### Related projects

- The project is commonly compared with project scaffolding tools such as Cookiecutter, and its README points users to public templates under the `copier-template` GitHub topic.

### Sources

- <https://github.com/copier-org/copier>
- <https://raw.githubusercontent.com/copier-org/copier/master/README.md>
- <https://copier.readthedocs.io/en/stable/configuring/>
- <https://copier.readthedocs.io/en/stable/changelog/>
- <https://api.github.com/repos/copier-org/copier>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour copier. Les métadonnées de paquet Nucleus 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: copier.yml, copier.yaml
## Autres enregistrements de gestionnaires de paquets

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


## Combined YAML source

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


## Sources

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