Metadata-Version: 2.4
Name: oterm
Version: 0.18.0
Summary: The terminal client for Ollama, OpenAI, Anthropic, and any pydantic-ai-supported provider.
Project-URL: Homepage, https://github.com/ggozad/oterm
Project-URL: Repository, https://github.com/ggozad/oterm
Project-URL: Issues, https://github.com/ggozad/oterm/issues
Project-URL: Documentation, https://ggozad.github.io/oterm/
Author-email: Yiorgis Gozadinos <ggozadinos@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Android
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: aiosql==15.0
Requires-Dist: aiosqlite==0.22.1
Requires-Dist: ollama==0.6.2
Requires-Dist: packaging==26.2
Requires-Dist: pillow==12.2.0
Requires-Dist: pydantic-ai-slim[anthropic,bedrock,cohere,google,groq,huggingface,logfire,mcp,mistral,openai,vertexai]==1.100.0
Requires-Dist: pydantic==2.13.3
Requires-Dist: python-dotenv==1.2.2
Requires-Dist: python-multipart>=0.0.27
Requires-Dist: textual-image==0.12.0
Requires-Dist: textual-speedups==0.2.1
Requires-Dist: textual==8.2.4
Requires-Dist: textualeffects==0.2.0
Requires-Dist: typer==0.24.2
Description-Content-Type: text/markdown

# oterm

[![Tests](https://github.com/ggozad/oterm/actions/workflows/test.yml/badge.svg)](https://github.com/ggozad/oterm/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/ggozad/oterm/graph/badge.svg)](https://codecov.io/gh/ggozad/oterm)

The terminal client for [Ollama](https://github.com/ollama/ollama), OpenAI, Anthropic, and any [pydantic-ai](https://ai.pydantic.dev/)-supported provider.

![Splash](https://raw.githubusercontent.com/ggozad/oterm/refs/heads/main/docs/img/splash.gif)

## Install

```bash
uvx oterm
```

Full install methods, configuration, and usage: **[oterm Documentation](https://ggozad.github.io/oterm/)**.

## What's new

* **Multi-provider, via pydantic-ai (breaking).** `oterm` is no longer Ollama-only — it drives any [pydantic-ai](https://ai.pydantic.dev/)-supported provider: OpenAI, Anthropic, Google (AI / Vertex), Groq, Mistral, Cohere, AWS Bedrock, DeepSeek, Cerebras, Grok, Hugging Face, OpenAI-compatible endpoints (vLLM, LM Studio, llama.cpp, OpenRouter, LiteLLM, …), and Ollama. Set the matching API key and the provider appears in the new-chat dropdown.
* **Refreshed chat UI.** Borderless accent-driven layout, auto-growing prompt, inline `[Image #N]` attachment tokens, a collapsing thinking section, and a live token-usage footer in place of the spinner.
* **Faster streaming.** Markdown is now updated as deltas arrive instead of being re-rendered on every token, so long responses don't slow the terminal as they grow.
* **MCP rewrite (breaking).** The `mcpServers` config block adopts pydantic-ai's standard schema (compatible with Claude Desktop / Cursor). See [docs/mcp](https://ggozad.github.io/oterm/mcp/) for the full migration notes.

## License

[MIT License](LICENSE).
