Last updated: March 2026
Nothing. Pluks does not collect, transmit, or share any personal data, usage data, or any other information about you or your activity.
The Pluks desktop app monitors mouse activity locally on your device to detect when you select text. When a text selection is detected, it simulates a copy operation and saves the result to a local SQLite database stored in your application data folder. This database never leaves your computer.
The Pluks browser extension listens for mouseup events in your browser tabs
to detect text selections. When a selection is made, it copies the text using the
browser's standard Clipboard API and saves an entry to
chrome.storage.local (or browser.storage.local on Firefox).
This storage is local to your browser and is never synced or transmitted anywhere.
Pluks uses no third-party analytics, crash reporting, advertising, or tracking services of any kind, in either the desktop app or the browser extension.
All data is stored exclusively on your device:
chrome.storage.local / browser.storage.localYou can clear all history at any time from within the app or extension.
Pluks is fully open source under the MIT license. You can inspect every line of code at github.com/darth-pixit/pluck-app.
If this policy changes, the updated version will be posted at pluks.app/privacy with a revised date.
Questions? Open an issue at github.com/darth-pixit/pluck-app/issues.