Verified against commit c64e29c (2026-08-29) of the app source, app version 1.0.0 (build 13).
Kepter's whole pitch is that your files stay on your Mac. That's not a feeling, it's a claim, and claims are cheap. This page is the rule we hold ourselves to: a claim doesn't go on kepter.app, in an App Store listing, or in a social post until it's verified against the shipping code and listed here first, with how we checked it. If a claim on the site and a claim on this page ever disagree, this page is right and the site is wrong; tell us.
Every test cited below was re-run the same day: 21 crypto tests, 98 shared-library tests, and 21 Mac-app tests, 140 in total, all passing.
Anything we couldn't verify against the code is left off this page. We do not write "we believe."
As of build 1.0.0 (2026-08-29), here's every place the shipping Mac app can reach the network, and what has to happen for each one to fire. This list is written to be re-checked, not counted and bragged about, because one line item (RevenueCat) is a placeholder today and will start making real calls once billing goes live. When that happens, this section gets re-verified and re-published before the "live" line changes anywhere else.
/auth/apple and /storage/presign (kepter-trust-kernel.fly.dev): fire only if you tap Sign in with Apple. Today the app kepter.app distributes is the direct, notarized download, and Sign in with Apple is gated out of it entirely; in the build you can download today, there is no on-screen path that calls either endpoint.https://kepter.app/appcast.xml): fires automatically only for a real .app bundle, and only asks; Sparkle does not auto-download or auto-install without you saying yes. It checks for a new version and verifies any download against a signature baked into the app before installing it.Text extraction runs through Apple's on-device frameworks only: PDFKit for document text, Vision for OCR, and, on macOS 26 and up, Apple's on-device Foundation Models for the plain-words summary. None of these calls leave the machine. A search for AI vendor hosts and API key headers across the whole reading path turns up nothing wired into the live code path.
Audio and video get a transcript only if the Mac's speech recognizer reports on-device support. If it does not, Kepter skips transcription rather than falling back to a cloud speech service, which would be a real files-leave-your-Mac exception. The file is still kept and still findable by name; it's just not searchable by what was said.
Per file, Kepter's local store keeps three things: a thumbnail, the memory record (extracted text, dates, amounts, plain-words nicknames), and the path back to the original. It never writes the file's own bytes into its store. This was proven against the whole 2026-08-29 test corpus at once: every keepable file in the corpus was run through the real ingest path, and the store's blob directory stayed empty.
Deleting an item in Kepter moves the real file to the macOS Trash, the same mechanism Finder uses. It's recoverable. Kepter only forgets its own record once it has re-checked that the file is actually gone from its path; a file that failed to trash stays visible.
Two documents are only ever treated as the same file when they are byte-identical or render identically. Everything else short of that goes through a resemblance check requiring a minimum count of shared rare phrases before two documents can even be compared, and a high resemblance threshold to call something a version. Near-identical images are never called duplicates; they surface as "related, you decide."
Re-run against commit c64e29c on 2026-08-29:
| suite | location | tests | result |
|---|---|---|---|
| crypto | crypto/Tests | 21 | all passing |
| shared | shared/Tests | 98 | all passing |
| Mac app | kepterui/Tests | 21 | all passing |
| total | 140 | all passing |
The crypto suite covers key wrapping, content addressing, and chunked sealing. The shared suite covers the on-device reader, ingest policy, the no-copy guarantee above, and the storage-client request contract. The Mac-app suite covers document rendering and the duplicate/version clustering rules above.
c64e29c of the Kepter Mac app source. Nothing on this page describes a plan, a roadmap item, or code that exists but isn't wired into what ships; anything we couldn't verify against the code was left off rather than softened.