MetaClean: a native Rust/Tauri desktop client for local metadata cleaning #72
Closed
Moresyl
started this conversation in
Show and tell
Replies: 1 comment
|
Created an ecosystem section in the README for satellite projects: #71 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I built MetaClean, an independent MIT-licensed desktop application inspired by the same local-first privacy and file-hygiene goals as watermarks-remover.
What it adds for desktop users
.bakbefore in-place replacementScope and relationship
MetaClean is a separate Rust/Tauri implementation; it does not wrap or call this repository's Python HTTP service. The overlap is metadata and invisible-Unicode cleanup, while capabilities and guarantees differ. Its README documents the exact supported formats, safety limits, and known out-of-scope watermark classes.
The first public release is available here: MetaClean v0.1.0. All seven platform artifacts are built from public source by GitHub Actions and include SHA-256 digests.
I also opened PR #71 with a short, explicitly labeled README ecosystem link. Feedback on wording or interoperability ideas is welcome.
All reactions