# tenere を Homebrew, Nix でインストール

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
- **バージョン:** 0.11.3
- **ソース概要:** TUI interface for LLMs written in Rust
- **ホームページ:** <https://github.com/pythops/tenere>
- **リポジトリ:** <https://github.com/pythops/tenere>
- **最終更新:** 2026-07-10T10:41:25-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- tenere (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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
## 他のパッケージマネージャ記録

- 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


## Combined YAML source

View the package source record on GitHub. [combined/tenere.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tenere.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
