You don't have to take our word for the privacy claims
This whole product is built around one promise: your files never leave your device. That's an easy thing for any site to claim and a hard thing for a visitor to check, unless the code behind it is actually public.
PDkef is open source under the MIT license, so anyone canread the source on GitHub, confirm there's no upload happening anywhere in it, fork it, or run their own copy. Simple tools like these should be free and auditable for everyone.
Standing on other open source projects
PDkef itself is built on other people's open source work: the PDF reading and writing comes frompdf.js and pdf-lib, the interface fromAstro and Preact. Every dependency is MIT or Apache 2.0 licensed and makes no network calls of its own.
The full list, with license terms and links, is on theopen source licenses page.