A fast, private and customizable clipboard manager for Windows.
Keep everything you copy within reach — text, images and favorites — without sending your data to the cloud.
Copying the same content twice, losing an image you needed, or digging through several windows for a previous value should not interrupt your workflow. Muzeï keeps a searchable history one keyboard shortcut away while remaining lightweight and discreet in the system tray.
Your clipboard history is stored locally in SQLite. There is no account and no cloud synchronization.
| Clipboard history | Customizable settings |
|---|---|
![]() |
![]() |
- Configurable global keyboard shortcut —
Ctrl+Shift+Vby default - System tray controls with pause and resume
- Optional automatic paste into the previously active application
- Open the clipboard window near the mouse cursor
- Keep the window open after copying or keep it always on top
- Text and image capture
- Instant search across text entries
- Favorite entries that can be preserved during history cleanup
- Image thumbnails and SHA-256 deduplication
- Configurable history size and retention period
- Optional history cleanup when the application exits
- Everything is stored locally
- Enable text and image capture independently
- Ignore clipboard content copied from selected applications
- Set a maximum captured image size
- Optional confirmation before deleting individual entries
- English and French interface
- Resizable settings window
- Optional window position and size restoration
- Start with Windows or launch minimized to the tray
- Built-in update checker
- Download the latest Windows installer from GitHub Releases.
- Install and launch Muzeï.
- Copy some text or an image.
- Press
Ctrl+Shift+Vto open your clipboard history. - Select an entry to copy it again.
Most behaviors can be adjusted from the settings window, including capture frequency, retention, application exclusions and window behavior.
Muzeï combines a native Rust backend with a modern web interface through Tauri.
| Layer | Technology |
|---|---|
| Desktop runtime | Tauri 2 |
| Interface | Vue 3, Quasar, TypeScript |
| State and localization | Pinia, Vue I18n |
| Backend | Rust |
| Storage | SQLite through rusqlite |
| Clipboard and shortcuts | arboard, global-hotkey |
- Node.js 22.22 or newer
- pnpm 10 or newer
- The stable Rust toolchain
- The Tauri prerequisites for your operating system
pnpm installpnpm tauri:devTo work only on the web interface:
pnpm dev# Frontend tests
pnpm test
# Lint, formatting and TypeScript
pnpm lint
pnpm format:check
pnpm typecheck
# Rust tests
cd src-tauri
cargo testpnpm tauri:buildThe Windows installers are generated under:
src-tauri/target/x86_64-pc-windows-msvc/release/bundle/
Pull requests and pushes to develop run the frontend lint, formatting and test suites as well as the Rust tests. Tags matching v* trigger a Windows build and publish its artifacts to a GitHub Release.
Contributions and bug reports are welcome. Before starting a substantial change, open an issue to discuss the intended behavior.
When submitting code, keep the change focused and make sure the relevant frontend and Rust checks pass.
Muzeï is free software distributed under the GNU General Public License v3.0.

