Skip to content

Ollama (local)

Ollama runs open-source language models entirely on your Mac. Inference happens locally, so no data leaves your machine and no requests go to any external API.

Role: Summarization only (local models do not provide transcription)

Hardware requirements:

ComponentMinimum
ChipApple M1 or later
RAM16 GB unified memory
Disk space8 GB free (for the model)

Download and install from ollama.com/download/mac.

Open Terminal and run:

Terminal window
ollama pull llama3.2

On a Mac with 32 GB or more RAM, you can use the larger llama3.1:70b for better quality:

Terminal window
ollama pull llama3.1:70b

Ollama starts automatically after installation. If needed:

Terminal window
ollama serve

The server listens on http://localhost:11434/v1 by default.

Quendian Preferences — Summarization pane with the Ollama (local) preset selected

Navigate to Quendian → Preferences → Summarization.

Select the Ollama preset under Summarization. Quendian pre-fills the endpoint (http://localhost:11434/v1) — no API key is required.

Click Save.


On an M1 Pro with 16 GB RAM using llama3.2, expect roughly 90 seconds to summarize a 30-minute meeting. Larger models or faster hardware will reduce this time significantly.