Skip to content

Latest commit

ย 

History

History
104 lines (83 loc) ยท 5.78 KB

File metadata and controls

104 lines (83 loc) ยท 5.78 KB
poster

CrossPaste: Universal Pasteboard Across Devices

Copy anything and paste it on any device, seamlessly

็ฎ€ไฝ“ไธญๆ–‡ ยท Official Website ยท Wiki ยท Download

Main CI Test Build Release Dependabot Compose-Multiplatform Sqlite Kotlin OS Download AGPL-3.0 Ask DeepWiki

โœจ Features

  • ๐Ÿ”„ Real-time Sharing: Instantly share pasteboard content across devices, seamlessly.
  • ๐Ÿ–ฅ๏ธ Unified Cross-platform: Consistent interface on Mac, Windows, and Linux. No need to change habits.
  • ๐Ÿ“‹ Rich Type Support: Handle various pasteboard types: Text, Color, URL, HTML, RTF, Image, File.
  • ๐Ÿ”’ End-to-End Encryption: Using asymmetric encryption to fully protect your data security.
  • ๐ŸŒ LAN-only Serverless: Local storage, serverless architecture. Privacy protection, in your control.
  • ๐Ÿงน Smart Space Management: Auto-cleanup options manage pasteboard storage without manual effort.

๐Ÿ— Getting Started with Development

  1. clone the repository

    git clone https://github.com/CrossPaste/crosspaste-desktop.git
  2. Compile and run the application

    cd crosspaste-desktop
    ./gradlew app:run

First start will download JBR / gradle dependencies.

If you encounter the following error:

FAILURE: Build failed with an exception.

* What went wrong:
java.net.SocketException: Connection reset
> java.net.SocketException: Connection reset

you might need a VPN to download these dependencies.

To configure a proxy for gradle, add the following settings to gradle.properties, and adjust the parameters to match your proxy configuration:

systemProp.https.proxyHost=localhost
systemProp.https.proxyPort=8080
systemProp.https.proxyUser=userid
systemProp.https.proxyPassword=password
systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost

Additionally, a series of technical blogs about CrossPaste is being published (approximately one article per week). If you're interested in developing cross-platform applications, you're welcome to read them.

๐Ÿ—บ๏ธ Roadmap

CrossPaste is continuously evolving! We plan to add more useful features in future versions. Here's an overview of our near-term development plans:

  • v1.3.0: Support for native pasteboard, improve pasteboard performance
  • v1.4.0: Introduction of command-line mode

This is just a small part of our plans. Want to learn more details and long-term plans? Check out our full roadmap.

๐Ÿ™‹ FAQ

Here are some FAQs that have been collected. If you have other questions, please create an issue to let us know.

๐Ÿค Support the project

  • ๐ŸŒŸ Star this repository: This is the easiest way to support CrossPaste and costs nothing.
  • ๐Ÿชฒ Report bugs: Report any bugs you find on the issue tracker.
  • ๐Ÿ“– Translate: Help translate and polish CrossPaste into your language.
  • ๐Ÿ“ Contribute: Code, comment on issues, and any contributions that can help the project are welcome.
  • ๐Ÿ’– Sponsor: Support financially via GitHub Sponsors to help with ongoing development and maintenance.

๐Ÿ“ Contributors

๐Ÿ’– Sponsors