The fixed clipboard manager for Windows, macOS & Linux
Find a file
2024-11-15 18:19:22 +10:00
.github feat: branch specific action runs 2024-11-15 18:19:22 +10:00
assets added ability to set custom hotkey 2024-09-02 10:37:58 +10:00
components fixed types and icons 2024-09-02 17:53:53 +10:00
pages fixed types and icons 2024-09-02 17:53:53 +10:00
public fixed types and icons 2024-09-02 17:53:53 +10:00
src-tauri Fix focus issue when opening Qopy 2024-11-15 12:29:36 +10:00
.gitignore gitignore 2024-08-25 21:32:32 +02:00
app.vue Fix focus issue when opening Qopy 2024-11-15 12:29:36 +10:00
GET_STARTED.md Update GET_STARTED.md 2024-08-25 14:59:16 +02:00
LICENSE changed to gpl-3 which is really opensource 2024-09-09 12:58:06 +02:00
nuxt.config.ts inital 2024-07-04 23:55:00 +02:00
package.json update: to tauri 2.0 stable 2024-10-07 00:33:21 +10:00
README.md Update README.md 2024-11-04 22:52:56 +10:00
tsconfig.json inital 2024-07-04 23:55:00 +02:00

Qopy

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

Download for Windows Linux

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 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 is currently not supported due to a library that is not compatible.

🚧 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.

⌨️ 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 the Issues section.

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