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, thanks goes to Daniel Chesters for maintaining the package:

yay -S oterm

Using nix-env on NixOs, thanks goes to Gaƫl James for maintaining the package:

nix-env -iA nixpkgs.oterm

Using pip:

pip install oterm

Using pkg for FreeBSD, thanks goes to Nicola Vitale for maintaining the package:

pkg install misc/py-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

Using pkg for FreeBSD:

pkg upgrade misc/py-oterm