The fixed clipboard manager for Windows, macOS & Linux
Find a file
2025-03-16 23:38:57 +01:00
.github fix: extend macOS keychain session timeout to 2 hours 2025-02-15 18:20:08 +01:00
components feat: update BottomBar component to include platform-specific key modifiers and improve action button layout 2025-03-16 23:38:57 +01:00
composables feat: enhance ActionsMenu component with dynamic action icons, improved keyboard shortcuts, and integrated action handling logic 2025-03-16 21:32:55 +01:00
fonts refactor: serach function now async which is way faster 2025-03-15 17:44:14 +01:00
pages feat: enhance keybind input handling with Escape key functionality and improved keyboard context management 2025-03-16 23:38:52 +01:00
plugins feat: add platform detection for keyboard functionality to support macOS and Windows 2025-03-16 23:29:38 +01:00
public refactor: update Noise component styles and replace noise image with a new format; remove unused SVG icons 2025-03-14 23:59:38 +01:00
src-tauri feat: remove unused clipboard content update emission in setup function 2025-03-16 22:27:06 +01:00
styles fix: adjust padding and line-height in main styles for better layout consistency 2025-03-16 11:58:34 +01:00
types refactor: improve keybind saving logic and error handling 2025-01-02 17:05:02 +10:00
.gitignore chore: update project dependencies and lock files 2025-01-29 16:14:29 +01:00
app.vue feat: add new color variable for red and update SQL query in history management to include additional fields 2025-03-16 21:33:00 +01:00
GET_STARTED.md refactor: improve keybind saving logic and error handling 2025-01-02 17:05:02 +10:00
LICENSE Update LICENSE 2025-03-06 21:53:45 +01:00
nuxt.config.ts feat: remove unused clipboard content update emission in setup function 2025-03-16 22:27:06 +01:00
package.json chore: update Tauri and other dependencies to latest versions 2025-03-13 15:28:51 +01:00
README.md Update README.md 2025-03-15 00:01:33 +01:00
README_ru.md Update README_ru.md 2025-02-10 00:33:01 +04:00
tsconfig.json Revert "style: formatting" 2024-11-23 15:09:16 +10: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 GPL-3. See the LICENSE file for more information.