this post was submitted on 19 May 2026
181 points (96.9% liked)

Privacy

48694 readers
895 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 

I’m excited to introduce Paperweight, a local-first open-source desktop app I’ve been building to help people understand and reduce their digital footprint.

Your inbox is a paper trail of every company that has ever had your data. Every account you created, every service you tried, every online purchase. It’s all connected to your email. Most people have 100+ accounts they’ve forgotten about, each a potential security, or privacy risk. For me the final push was the Odido data breach in the Netherlands. I hadn’t been a customer for more than 8 years, but all my data was still in their systems.

What it does:

  • Account inventory — Maps every company that has ever emailed you, with risks classifications and recommendations for action.
  • Bulk unsubscribe — Find and unsubscribe from any marketing and mailing lists (auto RFC 8058 where supported).
  • Breach alerts — Alerts when any company you’ve been in contact with has been breached (via HaveIBeenPwned).
  • GDPR requests — Generates pre-filled GDPR requests in multiple languages.

Supports Gmail, Outlook, Apple Mail, Proton (via Bridge) and any other email provider via IMAP.

Privacy approach:

Everything runs on your machine. Email content, credentials, and connection details never leave your device. No telemetry, no cloud sync, no analytics. The code is fully open source and auditable on GitHub.

Most alternatives in this space all require your to share your data through their services. Some of them have actually been caught selling your data. Paperweight is the only tool I’m aware of that does this entirely local and is open-source.

Website

Feedback welcome! Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] warmaster@lemmy.world 34 points 1 day ago* (last edited 1 day ago) (13 children)

Great project. Thanks for sharing, and cool you chose to open source some / all of it. That said...

Paperweight, a local-first open-source desktop app

Are the paid features open source too? If so, then it's really open source.

If the paid features are not open source, then the project does not grant the 4 freedoms the FSF requires to recognize the project as open source.

This is commonly known as open core (or open washing?).

I'm not giving advice on what you should do, I'm only pointing out a possible incoherence between what you say and what you made.

[–] wslyvh@lemmy.ml 36 points 1 day ago* (last edited 21 hours ago) (3 children)

Thanks for the reply! And good question. Yes, all code, including all paid features are open source too. Not just open core. There's nothing proprietary. Some of the paid features are gated behind a license check, but it's all part of the same repo and MIT licensed. It's all there to inspect or fork if you want. The perpetual license however helps support development and gives the convenience of a ready-made build.

We actually moved recently from GPLv3 to MIT to be fully permissive.

[–] pcouy@lemmy.pierre-couy.fr 2 points 9 hours ago (1 children)

We actually moved recently from GPLv3 to MIT to be fully permissive.

Can you explain how this is a good thing for users ? From my own (admittedly limited) understanding of licenses, the main difference between GPL and MIT is that MIT allows freeriding off open source project by making closed-source forks.

[–] wslyvh@lemmy.ml 2 points 8 hours ago

Sure, my original thought was that GPLv3 would ensure that contributions/forks would at least remain open. Which seems novel, but 1) Realistically I probably wouldn't have any way to enforce it, and 2) GPL is terrible for businesses, and might block genuine contributors. E.g. a company who wants to write an internal plugin/extension, would be forced to open-source it under GPL, which might not be feasible. So they either don't use/contribute at all, or might build it themselves from scratch. Especially with AI these days, code is cheap and its easy to "reproduce" entire codebases in a fraction of the time. MIT just simplifies, and makes it fully permissive instead.

[–] AtHeartEngineer@lemmy.world 8 points 15 hours ago

Honorable for real

[–] warmaster@lemmy.world 11 points 17 hours ago (1 children)

This is great, you got yourself a new customer!

Local-only and fully FOSS, I truly appreciate it!

I'll subscribe as soon as I get on my rig!

[–] wslyvh@lemmy.ml 2 points 8 hours ago

Thank you! Appreciate that. Would love to hear your thoughts when you get to spin it up!

load more comments (9 replies)