Skip to content

Ollama Desktop

Ollama support is for Aori Desktop. Aori connects to a local Ollama server that you install and run on your Mac, Windows PC, or Linux machine.

Aori does not bundle local models, manage model downloads for you, or provide native mobile local inference in this launch. Android and iOS users should choose a cloud provider such as Groq, OpenAI, Anthropic, Gemini, DeepSeek, or OpenRouter.

  • Aori Desktop for macOS, Windows, or Linux.
  • Ollama installed from ollama.com.
  • At least one downloaded model.
  • Enough memory and CPU/GPU capacity for the model you choose.
  1. Download and install Ollama.
  2. Launch Ollama and confirm it is running.
  3. Pull a model:
Terminal window
ollama pull llama3.2
  1. Confirm the model is available:
Terminal window
ollama list
  1. Open Aori Desktop.
  2. Go to Settings -> AI Models.
  3. Choose Ollama.
  4. Keep the default local endpoint unless you changed it:
http://localhost:11434
  1. Select one of your installed models.

Local models can be slower and less capable than hosted models, especially for tool-heavy tasks. If Aori says a model does not support a required capability, switch to another local model or use a cloud provider for that task.

Good starting points:

ModelBest for
llama3.2General chat and lightweight tasks
mistralInstruction-following and drafts
llama3.1:8bBetter reasoning on capable machines

For first-time Aori setup, Groq is usually the fastest path because it has a free tier and does not require local model setup.