Skip to content

v0.8.0 - Ollama Integration

Choose a tag to compare

@ArpitK24 ArpitK24 released this 23 Jan 14:51

OwnKey now supports local LLMs via Ollama! Run code analysis completely offline without API keys.

New Features

Ollama Support

  • 100% Offline - No internet required
  • No API Keys - Completely free
  • Maximum Privacy - Code never leaves your machine
  • Any Model - DeepSeek Coder, CodeLlama, Llama3, and more

Quick Start with Ollama

# Install Ollama
# Download from https://ollama.ai
# Pull a model
ollama pull deepseek-coder

# Configure OwnKey
ownkey config --provider ollama

# Analyze offline!
ownkey suggest .