# Installer teller avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:teller
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install teller
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#teller
```

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

## Faits du paquet

- **Clé du paquet:** brew:teller
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.0.7
- **Résumé source:** Secrets management tool for developers
- **Page d'accueil:** <https://github.com/tellerops/teller>
- **Dépôt:** <https://github.com/tellerops/teller>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- teller (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Teller is a Rust command-line tool for developer-oriented secrets workflows. Its upstream README presents it as an open-source universal secret manager for developers that keeps secret lookup, process execution, redaction, scanning, and provider syncing in the terminal.

### Historique du projet

The public GitHub repository was created in March 2021 and the earliest listed release, v0.5.0, was published the same day. The project reached a v1.0.0 release in April 2021 and continued as a small but visible cloud-native secrets utility.

### Historique d'adoption

Teller's adoption is mostly in the developer-tooling and DevSecOps niche rather than as a platform service. Package-manager coverage in Homebrew and Nix reflects its role as a local CLI that developers install into shells, CI jobs, and workstation bootstrap scripts.

### Modes d'utilisation

The README centers usage on a `.teller.yml` file that maps providers such as HashiCorp Vault, AWS Secrets Manager, Google Secret Manager, dotenv files, and other stores. Common commands include `teller run` for subprocess environment injection, `teller show`, `teller sh`, `teller env`, `teller scan`, `teller redact`, `teller template`, and provider copy/write/delete operations.

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

For package nerds, Teller is interesting as a small CLI that bridges secret managers and Unix process environments without committing secrets to `.env` files, shell history, or dotfiles. It sits in the same practical toolbox as direnv, dotenv loaders, vault CLIs, and secret scanners.

### Chronologie

- 2021: GitHub repository created and v0.5.0 released.
- 2021: v1.0.0 released.
- 2024: README copyright line and latest GitHub release metadata show continued maintenance through the v2 series.

### Related projects

- Teller integrates with secret stores such as HashiCorp Vault, AWS Secrets Manager, Google Secret Manager, SSM, Consul, and dotenv-style files.
- It overlaps with local environment tools and CI secret-scanning workflows, but its upstream positioning is specifically terminal-first secret access and redaction.

### Sources

- <https://api.github.com/repos/tellerops/teller>
- <https://api.github.com/repos/tellerops/teller/releases>
- <https://github.com/tellerops/teller#readme>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

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


## 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: ./.teller.yml
## Autres enregistrements de gestionnaires de paquets

- Nix - teller: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/teller/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/teller.yml](https://github.com/mxcl/pkgdb/blob/main/combined/teller.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
