Skip to content

Repository files navigation

Muzeï logo

Muzeï

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.

Download the latest release · Report an issue

CI status Latest release GPL-3.0 license Windows

Why Muzeï?

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.

Preview

Clipboard history Customizable settings
Muzeï clipboard history Muzeï settings window

Features

Fast access

  • Configurable global keyboard shortcut — Ctrl+Shift+V by 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

A useful clipboard history

  • 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

Privacy and control

  • 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

Made for daily use

  • 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

Getting started

  1. Download the latest Windows installer from GitHub Releases.
  2. Install and launch Muzeï.
  3. Copy some text or an image.
  4. Press Ctrl+Shift+V to open your clipboard history.
  5. 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.

Technology

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

Development

Requirements

Install dependencies

pnpm install

Run the desktop application

pnpm tauri:dev

To work only on the web interface:

pnpm dev

Quality checks

# Frontend tests
pnpm test

# Lint, formatting and TypeScript
pnpm lint
pnpm format:check
pnpm typecheck

# Rust tests
cd src-tauri
cargo test

Build for Windows

pnpm tauri:build

The Windows installers are generated under:

src-tauri/target/x86_64-pc-windows-msvc/release/bundle/

Releases and continuous integration

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.

Contributing

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.

License

Muzeï is free software distributed under the GNU General Public License v3.0.

About

A lightweight clipboard manager for Windows

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages