# copier mit Homebrew, Nix installieren

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install copier
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:copier
- **Paketmanager:** Homebrew
- **Version:** 9.17.0
- **Quellzusammenfassung:** Utility for rendering projects templates
- **Homepage:** <https://copier.readthedocs.io/>
- **Zuletzt aktualisiert:** 2026-07-14T18:47:03Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- copier (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

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

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

Für copier wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## 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
## Andere Paketmanager-Einträge

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


## Quellen

- 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
