The smart clipboard manager for everyone.
- Clipboard History - Never lose a copy again
- Auto-Detect - Automatic format detection (JSON, JWT, Base64, URL, SQL...)
- Transforms - Beautify, decode, encode with one click
- Diff - Compare two clips side-by-side
- Snippets - Save and organize code snippets
- Secure Vault - Store sensitive info with AES-256 encryption
Download qliplab_x.x.x_universal.dmg from releases.
Download qliplab_x.x.x_x64-setup.exe from releases.
Download qliplab_x.x.x_amd64.AppImage from releases.
| Shortcut | Action |
|---|---|
Cmd/Ctrl+Shift+V |
Toggle qliplab |
Option/Alt+D |
Enter diff mode |
| Click item | Copy & paste |
| Hover + menu | Transform options |
# Install dependencies
npm install
# Run in development
npm run tauri dev# Build for current platform
npm run tauri build
# Platform-specific builds
npm run tauri:build:mac # macOS universal
npm run tauri:build:win # Windows x64
npm run tauri:build:linux # Linux x64- macOS:
src-tauri/target/release/bundle/dmg/ - Windows:
src-tauri/target/release/bundle/msi/ - Linux:
src-tauri/target/release/bundle/appimage/
- Tauri v2 - Rust + Web framework
- React 19 - UI library
- TypeScript - Type safety
- Tailwind CSS 4 - Styling
- Zustand - State management
- Framer Motion - Animations
Licensed under the Apache License 2.0. You are free to use, modify, and distribute this software, including for commercial purposes, provided you retain the copyright and license notices.
"QlipLab" and its logo are trademarks of the author and are not licensed for use on derivative or redistributed builds without permission.