The fixed clipboard manager for Windows, macOS & Linux
Find a file
2024-12-24 23:29:46 +10:00
.github chore: update Windows and Ubuntu build workflows for improved artifact renaming and organization 2024-12-22 17:49:08 +10:00
assets fix(css): spacing for info row values 2024-12-19 13:12:47 +10:00
components Revert "style: formatting" 2024-11-23 15:09:16 +10:00
pages fix: info row title for links not shown until loaded 2024-12-19 13:13:07 +10:00
plugins refactor: cleaning and formatting 2024-12-16 23:39:37 +10:00
public fix: icon inconsitencies 2024-12-18 14:15:44 +10:00
src-tauri chore: bump version of qopy to 0.3.1 in Cargo files and configuration 2024-12-23 15:09:57 +10:00
types feat: better implementation of info rows 2024-12-18 14:57:10 +10:00
.gitignore gitignore 2024-08-25 21:32:32 +02:00
app.vue feat: use wrdu-keyboard 2024-12-15 18:53:18 +10:00
GET_STARTED.md Update GET_STARTED.md 2024-12-18 21:21:30 +10:00
LICENSE changed to gpl-3 which is really opensource 2024-09-09 12:58:06 +02:00
nuxt.config.ts fix: wrdu-keyboard undefined 2024-12-15 18:54:47 +10:00
package.json fix: ERROR to many files, watch 2024-12-15 18:53:31 +10:00
README.md docs(readme): update download links to version 0.3.1 2024-12-24 23:29:46 +10: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 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.