Ollama Setup Required
Ollama is not running or not installed on this machine.
This app needs Ollama to run local AI models — it's free and offline.
1
Install Ollama for Windows
ollama.com/download↗ Download
Run OllamaSetup.exe → follow installer → it appears in system tray.
2
Enable browser access (CORS)
$env:OLLAMA_ORIGINS="*"; ollama serve
Run this in PowerShell. Or permanently: System Properties → Environment Variables → add OLLAMA_ORIGINS = * then restart Ollama.
3
Pull a model (in any terminal)
ollama pull llama3.2:3b
~2 GB download. Good starting model. Or use the model picker inside this app once connected.
Settings - Model Management
Pull new models and delete installed models here. This is the central place for extended model controls.
System Prompt & Agent Controls
Customize how the tool-capable agent behaves. Keep instructions explicit and concise for best results.
Exa API Key (stored locally in your browser)
Enable Exa Web Search
Enter your Exa API key to enable Exa web search for your session. The key is stored locally in your browser on this machine.
Local AI
Private
History
Cannot reach Ollama on localhost:11434
New Session
Connecting
Ask Away.
Explore
Capabilities
Code
Python script
Learn
Transformers