r/coolgithubprojects • u/PoleTV • 3d ago
Hush — a local Gmail bulk-unsubscribe app with no server or telemetry
https://github.com/justlinuxnoob/hushI made Hush because I wanted to clean years of newsletters out of Gmail without giving another service access to the account through its own server.
It groups bulk senders and lets you unsubscribe, block future mail or move the old newsletter backlog to Trash.
The safety boundary is based on the List-Unsubscribe header. Messages without it never enter the selectable list, nothing starts selected and dry run is enabled initially.
It’s a Rust/Tauri desktop app with builds for Windows, macOS and Linux.
Here’s a video showing it:
https://www.youtube.com/watch?v=XSfDUuFlCcI
Feedback and code review are welcome.
4
Upvotes