Skip to content

Configuration

Access settings via the gear icon in the sidebar or press Cmd/Ctrl + ,.

General

Theme, language, and startup behavior.

Data Sources

Manage connected databases and file sources.

AI Settings

Configure AI model preferences and API keys.

Privacy

Control data sharing and telemetry.

Probably stores persistent data, cache, and logs in the standard OS locations:

TypemacOSWindowsLinux
Data~/Library/Application Support/com.probably.dev%APPDATA%\com.probably.dev~/.local/share/com.probably.dev
Cache~/Library/Caches/com.probably.dev%LOCALAPPDATA%\com.probably.dev~/.cache/com.probably.dev
Logs~/Library/Logs/com.probably.dev%LOCALAPPDATA%\com.probably.dev~/.local/state/com.probably.dev

You can override settings with environment variables:

Terminal window
PROBABLY_THEME=dark
PROBABLY_AI_MODEL=claude-3
PROBABLY_DATA_DIR=/path/to/data
PROBABLY_CACHE_DIR=/path/to/cache
PROBABLY_LOG_DIR=/path/to/logs