Configuration
OMM is configured via ~/.omm/config.toml. The desktop app provides a settings UI; CLI users edit the file directly.
Full Configuration Reference
Environment Variables
| Variable | Default | Description |
|---|---|---|
| OMM_HOST | 127.0.0.1 | Server bind address |
| OMM_PORT | 11435 | Server port |
| OMM_HOME | ~/.omm | Data directory |
| OMM_ENGINE | auto | Inference engine selection |
| OMM_API_KEY | (none) | Optional API authentication |
| OMM_GPU_LAYERS | 35 | GPU layer count override |
Profile System
Profiles let you switch between different configurations (tools, MCPs, skills, hooks, system prompts) without editing the main config. Profiles are stored in~/.omm/profiles/.