Automic VaultAutomic Vault

brew

oterm を Homebrew, Nix でインストール

oterm のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install oterm

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#oterm

nixpkgs package indexes · pkgs/by-name/ot/oterm/package.nix · ソース: api.github.com

概要

パッケージ概要

Terminal client for Ollama

コマンドとエイリアス

  • oterm

履歴

プロジェクトの歴史と使われ方

oterm is a Python terminal UI for chatting with LLMs. It began as a text-based terminal client for Ollama and evolved into a multi-provider terminal client for Ollama, OpenAI, Anthropic, Google, Groq, Mistral, Cohere, Bedrock, OpenAI-compatible endpoints, and other pydantic-ai-supported providers.

プロジェクトの歴史

GitHub records `ggozad/oterm` as created on 2023-10-10, during the wave of local-LLM tooling around Ollama. Early package descriptions and PyPI metadata framed it as a text-based terminal client for Ollama with persistent chat sessions, SQLite storage, model selection, system prompts, and parameter customization.

The 2026 release line changed the project's scope. Release 0.15.0, published on 2026-04-27, is described as the multi-provider release: chats moved through pydantic-ai, MCP integration was rewritten, the UI was refreshed, streaming improved, and old Ollama-only assumptions such as an internal pull-model command were removed. The README describes oterm as a terminal client for Ollama, OpenAI, Anthropic, and any pydantic-ai-supported provider.

採用の歴史

oterm's adoption follows the developer interest in local and terminal-first LLM workflows. It is listed in the Ollama repository's terminal/CLI ecosystem list, and Homebrew/Nix packaging made it installable in the same package-manager channels as other developer CLIs.

The tool's multi-provider turn broadened its appeal from an Ollama companion to a terminal chat front end that can sit over local models, hosted APIs, and OpenAI-compatible servers such as vLLM, LM Studio, llama.cpp, OpenRouter, and LiteLLM.

使われ方

Users install and run `oterm` to get a terminal UI with persistent chat sessions, provider/model selection, streamed Markdown output, configurable system prompts and parameters, and optional MCP tool configuration. The documented config locations in the av.db input show it stores per-user configuration under the platform's application data directory, with environment-variable overrides for secrets and data directory selection.

For package nerds, the interesting usage pattern is that oterm packages a full TUI experience as a CLI entry point: the Python package is not merely a library, but an end-user application distributed through PyPI-style tooling and system package managers.

パッケージ好きにとっての重要性

oterm is a good example of the fast-moving LLM CLI package category: a small terminal app can quickly become a package-manager target because users want one-command installation, upgrades, and config discovery. Its 0.15.0 migration also shows how model-provider abstraction moved from app-specific integrations to library-mediated provider layers such as pydantic-ai.

タイムライン

  • 2023-10-10: GitHub records creation of `ggozad/oterm`.
  • 2024: PyPI release 0.6.0 described oterm as a text-based terminal client for Ollama with persistent SQLite sessions and model customization.
  • 2026-04-27: release 0.15.0 changed oterm into a multi-provider pydantic-ai-based terminal client and rewrote MCP configuration.
  • 2026-06-30: release 0.20.0 updated pydantic dependencies and improved Modelfile-based prompt/parameter prepopulation.

Related projects

  • Ollama is the original local-model runtime oterm was built around.
  • pydantic-ai became the provider abstraction layer for oterm's multi-provider architecture.
  • MCP-compatible configuration connects oterm to the same tool-server ecosystem used by desktop AI clients and editors.

セキュリティ状態

保護ツール対応はまだ見つかっていません

oterm に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 7 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Linux
~/.local/share/oterm/config.json${XDG_DATA_HOME}/oterm/config.json${OTERM_DATA_DIR}/config.json
macOS
~/Library/Application Support/oterm/config.json${XDG_DATA_HOME}/oterm/config.json${OTERM_DATA_DIR}/config.json
Windows
C:/Users/<USER>/AppData/Roaming/oterm/config.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
./.env${OTERM_DATA_DIR}/config.json
Windows
./.envC:/Users/<USER>/AppData/Roaming/oterm/config.json

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
otermcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版0.20.0
マネージャ更新日2026-07-23
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/ggozad/oterm

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:oterm
バージョン0.20.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/oterm
ホームページhttps://github.com/ggozad/oterm
リポジトリhttps://github.com/ggozad/oterm
上流ドキュメントhttps://ggozad.github.io/oterm
ライセンスMIT
ソースアーカイブhttps://files.pythonhosted.org/packages/1d/19/23455c1d66786bca4d4c35fec11dfd92cd1b7eaad53d04ef4465b39950ca/oterm-0.20.0.tar.gz
最終更新2026-07-23T03:55:57Z
Pulseupdated
依存関係certifi, cryptography, libyaml, pillow, pydantic, python@3.14, rpds-py
ビルド依存関係pkgconf, rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameoterm
Version Scheme0
Revision2
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

oterm

nix profile install nixpkgs#oterm
  • normalized package name match
  • 一致条件: Oterm
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ot/oterm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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