Skip to content

Continue.dev

Continue.dev is an open source extension that adds AI to your existing editor.

TypeExtension
PlatformsVS Code, JetBrains
Open SourceYes (Apache 2.0)
Best ForLocal models, existing editor
  • Tab Completions — Inline suggestions
  • Chat — Conversational coding
  • Local Model Support — Ollama, LM Studio
  • 100% Local Option — No data leaves your machine
  • BYOK — Any OpenAI-compatible endpoint

Continue.dev is open source. You can run it with your own provider keys or pair it with a local model stack, which makes it one of the clearest choices for teams that want explicit infrastructure control.

SettingValue
Local Mode100% local possible
TrainingNever
RetentionNone
JurisdictionNone (local)

This is the most private option — nothing leaves your machine.

Local (Ollama):

  • DeepSeek V3.2
  • Qwen3 Coder 32B
  • Llama 4

Cloud (BYOK):

  • Any OpenAI-compatible API
  • Anthropic, OpenAI, Google, xAI, etc.
  1. Install from VS Code marketplace or JetBrains
  2. Install Ollama for local models
  3. Run ollama pull deepseek-coder-v2 or similar
  4. Configure Continue to use local model
Terminal window
# Install Ollama
curl -fsSL https://ollama.com/install.sh | sh
# Pull a coding model
ollama pull qwen3-coder:32b
# Configure Continue to use localhost:11434
  • Use Cmd+L to open chat
  • Local models require 8GB+ VRAM (24GB+ for best results)
  • Combine with cloud models for complex tasks