Configuration Guide

Theme Customization

  • Mode — Light / Dark / System
  • Accent colors — Custom primary, secondary, tertiary colors
  • Gradient effects — Toggle gradient UI effects
  • Background — Custom app and editor background colors

AI Model Configuration

Supported Vendors

VendorDescription
AnthropicClaude series, native SDK integration
OpenAIGPT series
DeepSeekCost-effective
QwenAlibaba Cloud AI
OllamaLocal deployment
CustomAny OpenAI API-compatible endpoint

Setup Steps

  1. Go to Settings → AI
  2. Select a vendor
  3. Enter API key (not needed for Ollama)
  4. Optional: custom Base URL
  5. Choose default model

Calendar Integration

CalDAV

Supports standard CalDAV protocol:

  • iCloud Calendar
  • Nextcloud
  • Other CalDAV servers

Google Calendar

Connect Google Calendar via OAuth authorization for two-way sync.

Keyboard Shortcuts

Aino LifeOS supports fully customizable keyboard shortcuts. Go to Settings → Shortcuts to view and modify.

MCP Servers

Configure MCP servers in:

// ~/.claude/mcp.json or <vault>/.mcp.json
{
  "mcpServers": {
    "server-name": {
      "command": "npx",
      "args": ["-y", "server-package"]
    }
  }
}