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.
Requirements
Section titled “Requirements”- 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.
Install and Prepare Ollama
Section titled “Install and Prepare Ollama”- Download and install Ollama.
- Launch Ollama and confirm it is running.
- Pull a model:
ollama pull llama3.2- Confirm the model is available:
ollama listConnect Aori to Ollama
Section titled “Connect Aori to Ollama”- Open Aori Desktop.
- Go to Settings -> AI Models.
- Choose Ollama.
- Keep the default local endpoint unless you changed it:
http://localhost:11434- Select one of your installed models.
What to Expect
Section titled “What to Expect”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:
| Model | Best for |
|---|---|
llama3.2 | General chat and lightweight tasks |
mistral | Instruction-following and drafts |
llama3.1:8b | Better 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.