Privacybeleid voor Wrap
Wrap door Prithvi Hegde
Privacybeleid voor Wrap
Wrap is built to keep your AI conversations on your own machine. This policy describes exactly what Wrap does and does not do with your data.
What Wrap Processes
When you click the Wrap widget (or the Wrap/Re-Wrap button in the popup), the extension reads the visible conversation from the AI chat page you are on — limited to the supported sites: ChatGPT, Claude, Perplexity, and Gemini. That text is passed to a local companion application (wrap-host) installed on your own device.
Where Your Data Goes
- Nowhere off your device. Wrap makes no external network calls to send your data. The conversation is sent only to the local wrap-host process through the browser’s native messaging system (stdin/stdout) and never leaves your computer.
- wrap-host structures the conversation using a local model and stores the result in a local vector database under:
Linux: ~/.local/share/wrap
Windows: %APPDATA%\wrap - Raw chat messages are never stored. Only a structured summary (“brief”) and its numerical embedding are kept. The raw text is discarded after structuring.
What Wrap Does Not Do
- No cloud backend
- No servers
- No third parties
- No telemetry, analytics, ads, or tracking
- No collection of personal identifiers
- No cookies or cross-site data collection
- No open network ports
Your Control
- Capture is fully user-initiated. Nothing is captured until you act.
- Auto Re-Wrap is optional and disabled by default. If enabled, Wrap can refresh an existing brief automatically after a number of new messages. You can disable it at any time.
- Uninstalling the host application (uninstall.sh / uninstall.bat) and removing the Wrap data directory deletes everything stored by Wrap.
Permissions
- storage — stores local settings such as model choice and preferences
- nativeMessaging — enables communication with the local wrap-host application
- notifications — shows capture progress and model download status
- Host permissions for:
- chatgpt.com
- claude.ai
- www.perplexity.ai
- gemini.google.com
These are the only sites Wrap can read conversations from.
Contact
Questions or issues:
https://github.com/Penitant/wrap-ext-release