OpenOri is 100% local. All data lives on your machine. Nothing is sent to any server — except the AI model API calls you explicitly make.Documentation Index
Fetch the complete documentation index at: https://docs.openori.dev/llms.txt
Use this file to discover all available pages before exploring further.
Where data is stored
Everything lives in~/.ori/:
API key storage
API keys are stored in your operating system’s native credential manager — not in the filesystem:| Platform | Credential Store |
|---|---|
| macOS | Keychain Access (viewable in Keychain Access.app) |
| Windows | Windows Credential Manager (viewable in Control Panel) |
| Linux | Secret Service / GNOME Keyring / KDE Wallet |
- ✅ Never touch the filesystem in plaintext
- ✅ Survive
~/.ori/deletion and app reinstalls - ✅ Are manageable through your OS’s built-in credential tools
- ✅ Are encrypted by the OS at rest
What leaves your machine
| Data | Where it goes | When |
|---|---|---|
| Your messages | Your chosen AI provider (Anthropic, OpenAI, Google) | When you send a message |
| Tool results | Your chosen AI provider | When OpenOri uses tools in a conversation |
| Screenshots | Your chosen AI provider | When using computer use |
| Web searches | DuckDuckGo | When OpenOri searches the web |
| Nothing | Nowhere | When using Ollama (fully offline) |
OpenOri has zero telemetry. No analytics, no crash reporting, no usage tracking. We don’t know you’re using OpenOri unless you tell us.
Using Ollama for full privacy
For maximum privacy, use Ollama as your AI provider:- All AI processing runs on your hardware
- Zero API calls — no internet connection needed
- Screenshots analyzed locally
- Complete air-gapped operation
Data portability
Your~/.ori/ directory is fully portable: