Privacy-First Design
Cluely is built with privacy as a core principle. You have complete control over your data and can choose between local and cloud AI processing.Local vs Cloud AI
- Ollama (100% Private)
- Cloud AI (Google Gemini)
- K2 Think (Hybrid Privacy)
- OpenRouter
Complete Local Processing
When using Ollama, all data stays on your computer:- Screenshots never leave your device
- No internet connection required for AI processing
- No API keys or cloud services
- No usage tracking or telemetry
- ✅ Zero data transmission to external servers
- ✅ Works completely offline
- ✅ No API costs or usage limits
- ✅ Full control over AI model and data
- ✅ Compliant with strict privacy regulations
Recommended for: Sensitive work, confidential meetings, regulated industries, or anyone prioritizing privacy.
Screenshot Privacy
Automatic Cleanup
Screenshots are automatically managed to prevent accumulation of sensitive data:- When clearing queues manually
- When queue exceeds 5 screenshots (oldest deleted automatically)
- When deleting individual screenshots
Storage Locations
Screenshots are stored locally in your user data directory:Why two screenshot directories?
Why two screenshot directories?
Cluely has two screenshot queues:
- Primary queue (
screenshots/): For initial problem screenshots - Extra queue (
extra_screenshots/): For debug and follow-up screenshots
Manual Screenshot Deletion
Delete screenshots at any time:Data Handling
No Telemetry or Tracking
Cluely does not collect:- ❌ Usage analytics
- ❌ Error reports
- ❌ User behavior tracking
- ❌ Personal information
- ❌ Screenshot content (when using Ollama)
What Data is Stored
Local storage only:- Screenshots (temporary, auto-deleted)
- Application preferences
- Screenshot metadata (questions attached to screenshots)
- Window position and size
app.getPath("userData") directory
Not stored:
- API responses
- Chat history (beyond current session)
- Conversation context after app closes
API Key Security
Never commit .env files
Your
.env file contains API keys and should never be committed to version control.Network Security
HTTPS Connections
All cloud API communications use HTTPS:Localhost-Only for Ollama
Ollama runs onlocalhost:11434 by default:
The Ollama endpoint is only accessible from your local machine. No network exposure by default.
Privacy Recommendations
For Maximum Privacy
Review screenshot content
Before taking screenshots, ensure they don’t contain:
- Passwords or credentials
- Personal identifiable information (PII)
- Confidential business data
- Financial information
For Regulated Industries
If you work in healthcare, finance, legal, or other regulated industries:Auditing and Transparency
Open Source Verification
Cluely is open source - you can verify privacy claims: Review data handling:electron/LLMHelper.ts- AI provider interactionselectron/ScreenshotHelper.ts- Screenshot managementelectron/main.ts- Application initialization
Network Monitoring
You can monitor Cluely’s network activity:Frequently Asked Questions
Can screenshots be recovered after deletion?
Can screenshots be recovered after deletion?
Screenshots are permanently deleted using
fs.unlink(). They may be recoverable with data recovery tools until the disk space is overwritten.For complete deletion, use secure deletion tools or encrypt your disk.Does Cluely store conversation history?
Does Cluely store conversation history?
No. Conversation context only exists during the current session in memory. Nothing is persisted after the app closes.
Can I use Cluely in airplane mode?
Can I use Cluely in airplane mode?
Yes, if you use Ollama. The app works completely offline with local AI models.Cloud AI providers (Gemini, OpenRouter, K2 Think) require internet connectivity.
Is my Gemini API key secure?
Is my Gemini API key secure?
API keys are stored in your
.env file and loaded into memory at runtime. They are never transmitted except to authenticate with the respective AI provider.Keep your .env file secure with file system permissions:What happens if I accidentally screenshot sensitive data?
What happens if I accidentally screenshot sensitive data?
- Immediately delete the screenshot from Cluely’s interface
- Clear the screenshot directories manually if needed
- If using cloud AI, data was already sent to the provider
- Use Ollama to prevent this in the future