The fixed clipboard manager for Windows, macOS & Linux
Find a file
2024-08-27 20:47:43 +10:00
.github modernized action workflow 2024-08-24 12:04:09 +10:00
assets Merge branch 'main' of https://github.com/0PandaDEV/Qopy 2024-08-27 20:47:43 +10:00
components changed icon system becasue of build error 2024-08-26 17:48:52 +10:00
pages change keybind test 2024-08-27 17:15:37 +10:00
public changed icon system becasue of build error 2024-08-26 17:48:52 +10:00
src-tauri change keybind test 2024-08-27 17:15:37 +10:00
.gitignore gitignore 2024-08-25 21:32:32 +02:00
app.vue change keybind test 2024-08-27 17:15:37 +10:00
GET_STARTED.md Update GET_STARTED.md 2024-08-25 14:59:16 +02:00
LICENSE Create LICENSE 2024-07-11 00:36:20 +02:00
nuxt.config.ts inital 2024-07-04 23:55:00 +02:00
package.json logo adjustments 2024-08-26 15:19:09 +10:00
README.md Update README.md 2024-08-27 07:43:58 +02:00
tsconfig.json inital 2024-07-04 23:55:00 +02:00

Qopy

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

This project is not yet stable!

Download for Windows Linux

Unstable Nightly releases can be found here

[!IMPORTANT]

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

Star History

📋 What is Qopy

Qopy is a fixed clipboard manager designed as a simple alternative to the standard clipboard in Windows. It aims to provide a smoother, more reliable experience. Plus, it's compatible with Linux, so you can enjoy the same great features on both operating systems.

macOS will probably be not supported if you want something similar on macOS take a look at Raycast and their clipboard history extension.

🚧 Roadmap

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

📦 Preview

❤️ 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.

More options available via the Sponsor ❤️ button above.

⌨️ 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 pnpm installed. Then, follow these steps:

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

[!TIP]

If you are interested in contributing code, feel free to check out our GitHub Issues.

🔨 Building for production

To build for production simply execute:

pnpm 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 the Creative Commons Attribution-Noncommercial-Share Alike. See the LICENSE file for more information.