Safari Web Extension that one-tap-saves webpages to your Paperless-ngx server
Last updated: 2026-04-27
Paperless Clipper is a Safari Web Extension that saves the page you’re currently viewing to a Paperless-ngx server that you operate. This document describes the data the extension touches and where it goes.
When you press the save action, the extension reads:
<title>It does not read other tabs, browsing history, cookies, form data, or any data outside the page you explicitly chose to save.
The captured page is rendered locally to a PDF on your device using
Apple’s WKWebView, then uploaded over HTTPS to the Paperless-ngx
server you configured in Settings. That’s the only network
destination involved in a save.
The extension does not:
browser.storage.localUserDefaults, used only to populate the popup
statusYou can clear all of this by uninstalling Paperless Clipper from
Safari (and, on macOS, deleting the containing app from
/Applications).
When you save a page, the following is uploaded to your configured Paperless-ngx server, over HTTPS:
What your Paperless server then does with that document — OCR, classification, storage — is governed by your server, not by this extension.
The extension is open-source. You can audit the code, the build script, and every network call yourself at:
github.com/czei/paperless-safari-extension
Issues and questions: please open a GitHub issue at the URL above.