# 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
- **パッケージマネージャページ:** <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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ 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
## ソースデータベース詳細

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