Sukarth Clip vs Edge-Drop: Two Electron Managers
Sukarth/Clip (GitHub) is the closest architectural relative Edge-Drop has: a free Windows clipboard manager built with Electron, React, and TypeScript, storing history in local SQLite. Same stack, same local-first philosophy — different product decisions. Every fact below is from the two public READMEs.
Verified spec table
| Axis | Sukarth Clip | Edge-Drop |
|---|---|---|
| License | MIT | Apache-2.0 |
| Summon | Ctrl+Shift+V (customizable, Windows-key combos) | Screen-edge hover (dwell), optional hotkey |
| History cap | 100 items, configurable | Shelf with pins, stacks, auto-delete timers |
| Storage | Better-SQLite3 (WAL), auto-backup every 5 min–1 day, import/export | Local store, spill large text to disk |
| RAM guidance | 100 MB min, 200 MB recommended (README system reqs) | Roughly 130–160 MB in project notes |
| Themes | Dark/light/system, transparency, radius, accent | Own visual system, dark footer aesthetic |
| Sync | None — cloud sync listed as planned | None — local-only by design |
| Traction | 4 stars, ~32 commits, v1.1.0 (small, young) | Public releases + Store listing |
| Known issues | Defender exclusion needed for AHK helper; >50 MB images lag | Electron weight vs tray-native tools |
The hotkey collision both inherit
Ctrl+Shift+V is the crowded shortcut on Windows: browsers use it for paste-as-plain-text, Outlook for move-to-folder, and several clipboard tools (ClipClip, Sukarth Clip) for summoning history. Sukarth Clip makes it customizable; Edge-Drop sidesteps the fight with hover. If you keep both installed, remap one on day one — two managers on one chord is how "my paste does nothing" tickets start (Two Clipboard Managers Installed? How to Stop Them Fighting).
Which job each fits
- Keyboard-first history with fuzzy search and a cap you set: Sukarth Clip. The 100-item default is honest about what history is for.
- Pointer-first staging of files and images to drag into apps: Edge-Drop. Native OLE drag-out is the feature Clip does not claim.
- Tinkering (transparency, radius, accent, backups): Clip. Its settings surface is the product as much as the history.
Both are inspectable open source, which is the real point: install the one whose trade-offs are written down, and whose repo you can read.
Related reading
- Best Clipboard Managers for Windows in 2026
- Lightweight Clipboard Managers That Stay Under 50 MB
- How Much RAM a Clipboard Manager Should Use
- Edge-Drop vs Ditto: Hover Shelf or Tray History?
Sources
- Sukarth/Clip on GitHub — MIT, Electron+React, 100-item cap, Ctrl+Shift+V, RAM guidance, roadmap
- Edge-Drop releases — Apache-2.0 shelf, documented behaviors
Deepender Yadav is a B.Tech Computer Science Engineering student and software developer interested in building practical software and open-source projects.
GitHub · LinkedInCopy. Stack. Drop.
Transform your clipboard into an interactive edge shelf. Stack, pin, and drag assets into any app with zero friction.
Free · Lightweight · Privacy First