Skip to main content

Overview

Ollama allows you to run large language models locally on your Mac. Perfect for privacy-focused work and offline usage.

Supported Models

Any model available in Ollama:

Setup

1

Install Ollama

Download from ollama.ai or:
2

Pull a Model

3

Verify Installation

4

Configure in EnConvo

  1. Open SettingsAI Provider
  2. Select Ollama
  3. Go to Credentials module
  4. Set endpoint: http://localhost:11434
5

Select Model

Choose from your installed models

Configuration

Validate and Use

1

Start Ollama

Make sure Ollama is running before validating. Use the Ollama app or run ollama serve from a terminal.
2

Confirm models are installed

Run ollama list and make sure at least one model is available locally.
3

Validate the endpoint

Use http://localhost:11434 for the default local endpoint. Do not include a model-specific path.
4

Test a small model first

Start with a smaller model to verify the setup, then switch to larger models when memory and latency are acceptable.

Reasoning Mode

Enable thinking for compatible models:

System Requirements

Apple Silicon Macs with Metal acceleration provide excellent local LLM performance.

Privacy Benefits

Complete Privacy

Data never leaves your Mac

Offline Access

Works without internet

No Usage Limits

Unlimited local queries

Full Control

Choose exactly which models to run

Troubleshooting

  • Ensure Ollama is running: ollama serve
  • Check port 11434 is available
  • Verify endpoint in settings
  • Use smaller models
  • Close memory-intensive apps
  • Consider quantized models
  • Use smaller model
  • Reduce context length
  • Restart Ollama