The fixed clipboard manager for Windows, macOS & Linux
Find a file
2025-06-08 20:42:32 +02:00
.github chore: system 2025-06-08 20:22:50 +02:00
components chore: system 2025-06-08 20:22:50 +02:00
composables chore: system 2025-06-08 20:22:50 +02:00
fonts refactor: serach function now async which is way faster 2025-03-15 17:44:14 +01:00
pages chore: system 2025-06-08 20:22:50 +02:00
plugins chore: system 2025-06-08 20:22:50 +02:00
public chore: system 2025-06-08 20:22:50 +02:00
src-tauri chore(deps): update tauri and related dependencies in Cargo.toml and Cargo.lock, switch build commands to use bun 2025-06-08 20:42:32 +02:00
styles chore: system 2025-06-08 20:22:50 +02:00
types chore: system 2025-06-08 20:22:50 +02:00
.gitignore chore: system 2025-06-08 20:22:50 +02:00
app.vue chore: system 2025-06-08 20:22:50 +02:00
GET_STARTED.md chore: system 2025-06-08 20:22:50 +02:00
LICENSE chore: system 2025-06-08 20:22:50 +02:00
nuxt.config.ts chore: system 2025-06-08 20:22:50 +02:00
package.json chore: system 2025-06-08 20:22:50 +02:00
README.md chore: system 2025-06-08 20:22:50 +02:00
README_ru.md chore: system 2025-06-08 20:22:50 +02:00
tsconfig.json chore: system 2025-06-08 20:22:50 +02:00

Qopy

The fixed and simple clipboard manager for both Windows and Linux.

Windows (x64) Windows (arm64)
Linux (deb) Linux (rpm) Linux (AppImage)
macOS (Silicon) macOS (Intel)

Nightly releases can be found here

discord »

[!IMPORTANT]

Star this project, You will receive all release notifications from GitHub without any delay ~

Star History

wakatime

📋 What is Qopy

Qopy is a fixed clipboard manager designed as a simple alternative to the standard clipboard on Windows. It aims to provide a faster, more reliable experience while providing an extensive set of features compared to its Windows counterpart.

🚧 Roadmap

If you have ideas for features to include, please write a feature request here.

📦 Concepts

Here you can see a few concepts these might not be implemented:

Clipboard Settings

❤️ Donations & Support

Qopy is open-source and free to use. I appreciate donations to support ongoing development and improvements. Your contributions are voluntary and help me enhance the app for everyone.

⌨️ Local development

You can use GitHub Codespaces for online development:

Or to get Qopy set up on your machine, you'll need to have Rust and bun installed. Then, follow these steps:

git clone https://github.com/0pandadev/Qopy.git
cd Qopy
bun i
bun dev

[!TIP]

If you are interested in contributing code, feel free to check out the Issues section.

🔨 Building for production

To build for production simply execute:

bun build

[!NOTE]

Don't worry, it will fail at the end because it can not detect a Private key, but the installer files will be generated regardless of that.

You can find them in src-tauri/target/release/bundle.

📝 License

Qopy is licensed under AGPL-3. See the LICENSE file for more information.