Superclip - Never Lose what you just vopied

by
SuperClip is a lightweight clipboard manager that lives in your tray. Hit a hotkey, see recent copies, paste any back with Enter — no menus, no re-copying. Built with Tauri instead of Electron: ~12MB, barely touches idle RAM. 100% local — no accounts, no telemetry, your history is just a JSON file on disk. Under 1,000 lines, MIT licensed. Windows + Linux downloads ready now.

Add a comment

Replies

Best
Maker
📌
Hey! 👋 Built this as a low-stakes side project while stepping away from a bigger Rust app I'm working on — kept losing copy-paste history mid-task and got annoyed enough to fix it properly. Went with Tauri instead of Electron specifically to keep the footprint small. Happy to answer anything about that decision, the Rust backend, or the Linux clipboard/focus-handling stuff, which turned out to be the trickiest part of the whole build. Would love feedback, bug reports, or feature ideas — it's fully open source, so PRs welcome too.