# 使用 Homebrew, Nix 安装 tenere

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

## 安装

```sh
sudo av install brew:tenere
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install tenere
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tenere
```

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

## 软件包事实

- **软件包键:** brew:tenere
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/tenere>
- **版本:** 0.11.3
- **来源摘要:** TUI interface for LLMs written in Rust
- **主页:** <https://github.com/pythops/tenere>
- **仓库:** <https://github.com/pythops/tenere>
- **上游文档:** <https://github.com/pythops/tenere#readme>
- **许可证:** GPL-3.0-or-later
- **源码归档:** <https://github.com/pythops/tenere/archive/refs/tags/v0.11.3.tar.gz>
- **最后更新:** 2026-07-10T10:41:25-04:00
- **已生成:** 2026-07-25T07:20:51+00:00

## 可执行文件

- tenere (cli)
- tenere (别名)

## 依赖

- libgit2
- oniguruma

## 构建依赖

- pkgconf
- rust

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-25
- 管理器版本: 0.11.3
- 管理器更新时间: 2026-07-10
- 本地数据: OK
- 上游仓库: https://github.com/pythops/tenere
- 检测到的最新版本: v0.11.3 (当前)
## 项目历史与用法

Tenere is a Rust terminal user interface for large-language-model chat. Its official README describes it as a TUI for LLMs with chat history, saved chats, Vim-style keybindings, clipboard support, and multiple backends.

### 项目历史

The GitHub repository was created in April 2023, during the first wave of small terminal clients built around hosted and local LLM APIs. The project presented itself as a terminal-first chat client rather than a general AI framework.

### 采用历史

Tenere's official installation instructions cover binary releases, crates.io, Nix, nix-on-droid, Homebrew, and source builds. That distribution pattern put it in front of Rust, Nix, and Homebrew users who wanted a small TUI wrapper for LLM backends.

### 使用方式

Users run `tenere` to open an interactive chat interface and choose a backend such as ChatGPT, llama.cpp, or Ollama. The README documents API-key configuration through environment variables or the TOML config file for ChatGPT and llama.cpp, and URL/model configuration for local backends.

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

For package-nerd audiences, Tenere is notable as a compact Rust CLI that tracks the shift from cloud-only ChatGPT use to mixed hosted and local LLM workflows. Its Homebrew, Nix, crates.io, and Android-via-Nix instructions make it a useful example of modern terminal AI tooling packaging.

### 时间线

- 2023-04-05: GitHub repository created.
- 2023-04-16: v0.1 release published.
- 2024: v0.10 and v0.11 releases published.
- 2025-09-01: v0.11.3 release published.

### Related projects

- The README names ChatGPT, llama.cpp, and Ollama as supported backends, placing Tenere among terminal clients that sit above API-compatible LLM servers.

### 来源

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


## 安全说明

没有找到 tenere 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



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

- Linux: ~/.config/tenere/config.toml, $XDG_CONFIG_HOME/tenere/config.toml
- macOS: ~/Library/Application Support/tenere/config.toml
- Windows: ~/AppData/Roaming/tenere/config.toml

## Credential files

- Linux: ~/.config/tenere/config.toml, $XDG_CONFIG_HOME/tenere/config.toml
- macOS: ~/Library/Application Support/tenere/config.toml
- Windows: ~/AppData/Roaming/tenere/config.toml
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** tenere
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

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


## 相关链接

- [Source-control packages](https://www.automicvault.com/zh-hans/pkg/source-control-tools/) - Belongs to a source-control command family.
- [MCP tool packages](https://www.automicvault.com/zh-hans/pkg/mcp-tools/) - Mentions MCP or Model Context Protocol.
- [AI and agent packages](https://www.automicvault.com/zh-hans/pkg/ai-agent-tools/) - Matched AI model, agent, coding-agent, orchestration, or MCP metadata.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [libgit2](https://www.automicvault.com/zh-hans/pkg/brew/libgit2/) - Runtime dependency declared by Homebrew.
- [oniguruma](https://www.automicvault.com/zh-hans/pkg/brew/oniguruma/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/zh-hans/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/zh-hans/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [gollama](https://www.automicvault.com/zh-hans/pkg/brew/gollama/) - Shares av.db curated category or tags: ai, cli, llm, model-tools, ollama.
- [llmfit](https://www.automicvault.com/zh-hans/pkg/brew/llmfit/) - Shares av.db curated category or tags: ai, cli, llm, model-tools, tui.
- [oterm](https://www.automicvault.com/zh-hans/pkg/brew/oterm/) - Shares av.db curated category or tags: ai, cli, llm, model-tools, ollama.
- [toktop](https://www.automicvault.com/zh-hans/pkg/brew/toktop/) - Shares av.db curated category or tags: ai, cli, llm, model-tools, tui.
- [cai](https://www.automicvault.com/zh-hans/pkg/brew/cai/) - Shares av.db curated category or tags: ai, cli, llm, model-tools.
- [chatblade](https://www.automicvault.com/zh-hans/pkg/brew/chatblade/) - Shares av.db curated category or tags: ai, chatgpt, cli, model-tools.
- [gptline](https://www.automicvault.com/zh-hans/pkg/brew/gptline/) - Shares av.db curated category or tags: ai, chatgpt, cli, model-tools.
- [kubectl-ai](https://www.automicvault.com/zh-hans/pkg/brew/kubectl-ai/) - Shares av.db curated category or tags: ai, cli, llm, model-tools.

## Combined YAML source

View the package source record on GitHub. [combined/tenere.yml](https://github.com/automic-vault/db/blob/main/combined/tenere.yml)


## 来源

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