# 使用 Homebrew, Nix 安装 teller

查看 teller 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install teller
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## 软件包事实

- **软件包键:** brew:teller
- **软件包管理器:** Homebrew
- **版本:** 2.0.7
- **来源摘要:** Secrets management tool for developers
- **主页:** <https://github.com/tellerops/teller>
- **仓库:** <https://github.com/tellerops/teller>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- teller (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.0.7
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- 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
## 其他软件包管理器记录

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


## 来源

- 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
