Paperless Clipper

Safari Web Extension that one-tap-saves webpages to your Paperless-ngx server

View the Project on GitHub czei/paperless-safari-extension

Privacy Policy

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.

What the extension reads

When you press the save action, the extension reads:

It does not read other tabs, browsing history, cookies, form data, or any data outside the page you explicitly chose to save.

Where the data goes

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:

What is stored on your device

You can clear all of this by uninstalling Paperless Clipper from Safari (and, on macOS, deleting the containing app from /Applications).

Data sent to your Paperless server

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.

Source code

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

Contact

Issues and questions: please open a GitHub issue at the URL above.