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

  1. Get an API key from platform.openai.com
  2. Open Settings → AI
  3. Paste your API key in the OpenAI field
  4. Select your preferred model (GPT-4o, GPT-4o mini, etc.)

Anthropic

  1. Get an API key from console.anthropic.com
  2. Open Settings → AI
  3. Paste your API key in the Anthropic field
  4. Select your preferred model (Claude Sonnet, Claude Haiku, etc.)

Ollama (Local)

  1. Install Ollama from ollama.com
  2. Pull a model: ollama pull llama3.2
  3. Fozikio auto-detects Ollama when it's running on localhost
  4. 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 data
  • backups/ — 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.