Skip to content

Installation

Installation

Note

Ollama needs to be installed and running in order to use oterm. Please follow the Ollama Installation Guide.

Using uvx:

uvx oterm

Using brew for MacOS:

brew tap ggozad/formulas
brew install ggozad/formulas/oterm

Using yay (or any AUR helper) for Arch Linux:

yay -S oterm

Using pip:

pip install oterm

Updating oterm

To update oterm to the latest version, you can use the same method you used for installation:

Using uvx:

uvx oterm@latest

Using brew for MacOS:

brew upgrade ggozad/formulas/oterm
Using 'yay' (or any AUR helper) for Arch Linux:

yay -Syu oterm
Using pip:

pip install --upgrade oterm