A lightweight clipboard manager for Windows, built with Tauri 2, Vue 3 and Quasar.
- Clipboard history with text and image support
- Full-text search across entries
- Favorite entries (persisted across history clears)
- Configurable global keyboard shortcut
- System tray with pause/resume
- Auto-start with Windows
- French and English interface
- Image thumbnails with SHA-256 deduplication
| Layer | Technology |
|---|---|
| Frontend | Vue 3, Quasar 2, Pinia, Vue I18n, TypeScript |
| Backend | Rust, SQLite (rusqlite), arboard, global-hotkey |
| Desktop | Tauri 2 |
pnpm installpnpm tauri:devpnpm tauri:buildProduces NSIS and MSI installers in src-tauri/target/x86_64-pc-windows-msvc/release/bundle/.
# Frontend (Vitest)
pnpm test
# Backend (Rust)
cd src-tauri && cargo testpnpm lint
pnpm format:check
pnpm typecheck- CI (
develop): ESLint, Prettier, TypeScript check, Vitest, Cargo test - Release (tag
v*): builds Windows NSIS/MSI installers and creates a GitHub Release
This project is licensed under the GNU General Public License v3.0.