Install Ollama, download models, and connect them with Ternbase.
macOS (Homebrew)
brew install ollamaLinux (official script)
curl -fsSL https://ollama.com/install.sh | shFor Windows, use the installer from the official download link above.
ollama serveExamples
ollama pull llama3.2:latest
ollama pull mistral:latest
ollama pull qwen2.5:latest
ollama pull phi3:latestCustom model name
ollama pull <model-name>:<tag>ollama run llama3.2:latestType a prompt and confirm you receive a response in terminal.
Open Ternbase and wait a few seconds for model discovery.
Go to model selector and choose the model you downloaded.
If model does not appear, keep Ollama running and refresh the model list.