Configuration
Customize OneAiMind to fit your workflow.
Environment Variables
All configuration lives in your .env file.
| Variable | Description | Example |
|---|---|---|
OLLAMA_BASE_URL | Ollama API endpoint | http://localhost:11434 |
OLLAMA_MODEL | Primary AI model | qwen2.5:14b |
OLLAMA_FAST_MODEL | Fast model for quick tasks | llama3.2 |
OLLAMA_EMBED_MODEL | Embedding model for RAG | nomic-embed-text |
DATABASE_URL | PostgreSQL connection string | postgresql://user:pass@localhost:5432/oneaimind |
PORT | Web server port | 3000 |
NODE_ENV | Environment mode | production |
App Settings
Access in-app settings from the menu: File → Settings (or Ctrl+, / Cmd+,).
General
- Theme — Light, Dark, or System default
- Language — Interface language preference
- Auto-update — Automatic update checks
AI Settings
- Model — Select local or cloud AI model
- Context Length — How much context the AI considers
- Response Style — Concise, balanced, or detailed
Privacy
- Telemetry — Opt in/out of anonymous usage analytics
- Data Storage — Configure local data path
Data Location
| Platform | Path |
|---|---|
| Windows | %APPDATA%\OneAiMind\ |
| macOS | ~/Library/Application Support/OneAiMind/ |
| Linux | ~/.config/OneAiMind/ |
Keyboard Shortcuts
| Action | Windows / Linux | macOS |
|---|---|---|
| Open Settings | Ctrl+, | Cmd+, |
| New Chat | Ctrl+N | Cmd+N |
| Toggle Sidebar | Ctrl+B | Cmd+B |
| Search | Ctrl+K | Cmd+K |