Configuration
Fozikio stores all settings locally. Open Settings with Ctrl+, or via the command palette.
AI Providers
Fozikio supports three AI providers. You can configure any combination:
OpenAI
- Get an API key from platform.openai.com
- Open Settings → AI
- Paste your API key in the OpenAI field
- Select your preferred model (GPT-4o, GPT-4o mini, etc.)
Anthropic
- Get an API key from console.anthropic.com
- Open Settings → AI
- Paste your API key in the Anthropic field
- Select your preferred model (Claude Sonnet, Claude Haiku, etc.)
Ollama (Local)
- Install Ollama from ollama.com
- Pull a model:
ollama pull llama3.2 - Fozikio auto-detects Ollama when it's running on localhost
- Select your model from the dropdown
Tip
Using Ollama means your conversations never leave your machine — fully local AI.
Themes
Fozikio includes 8 built-in color themes:
- Dark (default) — Deep navy with purple accents
- Light — Clean light gray
- Midnight — Deep blue dark theme
- Forest — Dark green tones
- Sunset — Warm amber and orange
- Ocean — Cool blue palette
- Lavender — Soft purple
- Monochrome — Pure grayscale
You can also customize the accent color independently.
Scan Settings
- Max files per project — Limit how many files are indexed (default: 5000)
- Ignored directories — Patterns to skip during scanning (node_modules, .git, etc.)
- Scan interval — How often to re-scan for changes (uses file watchers by default)
Data Storage
All data lives in ~/.fozikio/ on your machine:
fozikio.db— SQLite database with project metadata, settings, and cached databackups/— Automatic database backups
Info
Fozikio never sends data to external servers. Your API keys are stored locally and only used for direct API calls to the provider you configured.