Skip to content

Installation

Installation

Note

oterm works with multiple LLM providers — local and hosted. For local models, point it at Ollama, vLLM, LM Studio, llama.cpp, or any OpenAI-compatible runner. For hosted providers (OpenAI, Anthropic, Groq, …), set the relevant API key. See Providers and API keys and the openaiCompatible config block.

uvx oterm
brew install oterm

Note

Since version 0.13.1, oterm is in the official homebrew/core repository. If you have installed oterm by tapping ggozad/formulas you can now remove the tap and reinstall oterm.

Maintained by Daniel Chesters.

yay -S oterm

Maintained by Gaël James.

nix-env -iA nixpkgs.oterm
pip install oterm

Maintained by Nicola Vitale.

pkg install misc/py-oterm

Updating oterm

Use the same package manager you installed with.

uvx oterm@latest
brew upgrade oterm
yay -Syu oterm
pip install --upgrade oterm
pkg upgrade misc/py-oterm