What we hook, and why.
Last updated July 16, 2026 · plain language, no legalese
The short version: Pidjn has no accounts, no backend, and makes no network requests. Ever.
Your snips never leave your machine. There is no code path in the app that phones home — no HTTP client, no updater, no analytics SDK. You can verify this yourself with a packet capture: the app is silent on the wire.
Where your snips live
Everything stays on your disk, in your Windows user profile (LocalAppData). Nothing syncs anywhere.
- You control deletion. The retention dial in Settings (1 to 30 days, default 7) is the only thing that deletes your snip history. Nothing else touches it.
- Snips skip Windows clipboard history. We set the Microsoft exclusion formats so your snips never ride Win+V Clipboard History or cloud-clipboard sync to your other devices.
- No content scanning. The app never reads or analyzes what's inside your snips. Delivery rules are about destination apps, not content.
APIs we hook, and why
A tool that snips your screen and types into your apps has to touch low-level Windows APIs. Security software sometimes flags that combination, so here is the complete list and the reason for each:
What we deliberately don't do
- No telemetry. Usage insights are computed and stored locally on your machine, for your eyes. If we ever add optional sharing, it will be opt-in and say exactly what it sends.
- No auto-updater at launch. An updater is its own attack surface. You download updates from pidjn.app when you choose to.
- No ads. Ever.
This website
- The only data pidjn.app collects is the email address you give us on the updates form. It's stored by Netlify Forms and used for launch and release news only. Want off the list? Email us and it's done.
- The site is static — no analytics scripts, no tracking pixels, no cookies. It loads one font from Google Fonts; that request goes to Google.
- Founders purchases are handled by Stripe on Stripe's own pages. Your card details never touch anything we run.
Downloads
pidjn.app is the only official download source. Every release is code-signed, and its SHA-256 checksum is published beside the download button. If you got Pidjn anywhere else, or the signature doesn't verify, don't run it — and tell us.
Questions
Ask anything: hello@pidjn.app. Short honest answers, from the person who builds it.