- Native Performance: Built with Tauri 2 and Rust for minimal memory footprint.
- Smart Capture: Automatically collects text, code, rich text (HTML), images, and file paths.
- Global Search: Find anything by content, source app, or date.
- Tag System: Organize history with custom multi-color tags.
- Emoji Panel: Built-in emoji management for quick access.
- Sequential Paste: Paste items in the order they were copied.
- Theme Support: Retro 3D and clean light/dark themes.
- Persistent Storage: Local SQLite database.
Download the latest installer from Releases.
- Windows 10/11 (x64)
# Prerequisites: Rust, Node.js
git clone https://github.com/gaogx96/cpaste.git
cd cpaste
npm install
npm run tauri:build| Layer | Technology |
|---|---|
| Frontend | React + TypeScript + Vite |
| Backend | Rust + Tauri 2 |
| Database | SQLite via rusqlite |
| Clipboard | arboard + clipboard-rs |
| Window | Win32 API / WebView2 |
GPL-3.0