The fixed clipboard manager for Windows, macOS & Linux
Find a file
2025-03-05 13:39:54 +01:00
.github feat: add macOS build script for Tauri application 2025-01-11 01:00:32 +10:00
assets fix: adjust alignment of settings UI labels 2025-01-02 18:47:51 +10:00
components fix: interface unusable becasue no interaction was possible 2024-12-25 23:44:06 +10:00
pages fix(keyboard): update keyboard clear method usage 2025-01-10 23:48:23 +10:00
plugins feat(types): improve type safety for history and plugin modules 2025-03-05 13:39:07 +01:00
public fix: icon inconsitencies 2024-12-18 14:15:44 +10:00
src-tauri chore(deps): upgrade Rust dependencies to latest versions 2025-03-05 13:38:23 +01:00
types feat(types): improve type safety for history and plugin modules 2025-03-05 13:39:07 +01:00
.gitignore Merge branch 'main' into dev/live-sync 2025-01-29 20:59:32 +01:00
app.vue fix(keyboard): update keyboard clear method usage 2025-01-10 23:48:23 +10:00
GET_STARTED.md refactor: improve keybind saving logic and error handling 2025-01-02 17:05:02 +10:00
LICENSE changed to gpl-3 which is really opensource 2024-09-09 12:58:06 +02:00
nuxt.config.ts chore(config): update project configuration and dependencies 2025-03-05 13:39:54 +01:00
package.json chore(config): update project configuration and dependencies 2025-03-05 13:39:54 +01:00
README.md Update README.md 2025-02-13 23:41:13 +01:00
README_ru.md Russian Translation 2025-01-21 20:35:02 +03:00
tsconfig.json chore(config): update project configuration and dependencies 2025-03-05 13:39:54 +01:00

Qopy

A better version of a clipboard manager for all platforms.

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 GPL-3. See the LICENSE file for more information.