MetaClean — offline metadata cleaner with a Vite + React desktop UI #23272
Moresyl
started this conversation in
Show and tell
Replies: 0 comments
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.
Hi Vite community — I built MetaClean, a cross-platform desktop app for removing sensitive metadata from files before sharing. Processing stays on the local machine.
How Vite is used
The interesting constraint was keeping the interface responsive while Rust processes multiple files locally, without adding a web service or upload step.
Links
I am the author and maintainer. Feedback on the Vite/React desktop architecture is welcome.
All reactions