The fixed and simple clipboard manager for both Windows and Linux.
Download for | Windows | Linux |
Nightly releases can be found here
Important
Star this project, You will receive all release notifications from GitHub without any delay ~ ⭐️
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 currentl not supported due to a library that is not compatible.
- Setup guide
- Settings #2
- Option for custom keybind #3
- Metadata for copied items #5
- Code highlighting #7
- Streamshare integration #4
- Cross-device clipboard sharing #8
If you have ideas for features to include, please write a feature request here.
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.
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.
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
.
Qopy is licensed under GPL-3. See the LICENSE file for more information.