Overview
Memorall is committed to protecting your privacy. This extension operates entirely locally in your browser with no server dependencies or data transmission.
Data Collection
Memorall collects and stores the following data locally on your device only:
- Web page content: When you choose to "Remember" a page, the extension extracts and stores page content locally
- Chat conversations: Your conversations with the AI assistant are stored locally
- Knowledge graph: Extracted entities and relationships are stored in a local database
- AI model files: Language models and embeddings are downloaded once and cached locally
Data Storage
- All data is stored locally using browser storage APIs (IndexedDB, OPFS)
- No data is transmitted to external servers
- No cloud sync or backup services are used
- Data remains on your device and under your control
Data Processing
- All AI processing happens locally in your browser using WebAssembly
- No API calls are made to external AI services
- No data is sent to third parties for processing
Model Downloads
The extension downloads AI model files from HuggingFace.co during initial setup:
- These are binary data files (.gguf, .bin), not executable code
- Downloads occur only when you explicitly choose to use a model
- Models are cached locally and reused
- No usage data is sent back to HuggingFace
Permissions Used
- activeTab: Access current tab content when you click "Remember this page"
- storage: Store your knowledge base locally in the browser
- contextMenus: Add right-click menu options for quick access
- notifications: Show status notifications for save operations
- offscreen: Run AI processing in background for better performance
- <all_urls>: Allow content capture from any website you visit
Third-Party Services
The only external connection is to HuggingFace.co to download model files. No analytics, tracking, or telemetry services are used.
Data Deletion
You can delete all extension data at any time:
- Use browser settings to clear extension data
- Uninstalling the extension removes all stored data
- No data persists after uninstallation
Changes to This Policy
We may update this privacy policy as the extension evolves. Changes will be posted on this page with an updated effective date.
Contact
For questions about privacy, please open an issue on our GitHub repository.