Copy on your phone, paste on your PC. Copy on your PC, paste on your tablet. Zero friction, instant sync.
Network Clipboard is a free & open-source Android client that automatically syncs your clipboard content across devices and web in real-time. Powered by Xposed framework, it hooks directly into Android's clipboard system for true seamless integration — no manual actions needed after setup.
| Feature | Description |
|---|---|
| Auto Sync | Copy anywhere, instantly available on all connected devices |
| Background Service | Keeps running reliably with foreground service + wake lock |
| Web Compatible | Connects to any Socket.IO server — works with web, desktop, and more |
| Deep Integration | Xposed module hooks system clipboard for zero-delay detection |
| Modern UI | Material 3 Expressive design with glassmorphism blur effects |
| Light & Dark | Full theme support following system settings |
| Multi-Arch | Builds for arm64, arm, x86, x86_64, and universal |
| Battery Aware | Smart battery optimization handling for reliable background sync |
Get the self-hosted server component here: Clipboard_Server
┌──────────────┐ Socket.IO ┌──────────────┐
│ Android │ ◄─────────────────► │ Server │
│ (Xposed) │ │ (Python) │
└──────┬───────┘ └──────┬───────┘
│ │
System Hook ┌─────────┴───────┐
Clipboard │ Web Client │
Detection │ Desktop App │
│ Other Devices │
└─────────────────┘
- Android 8.0+ (API 26)
- LSPosed or compatible Xposed framework
- A Socket.IO compatible clipboard server (e.g., Clipboard-Server)
- Download the latest APK for your device architecture from Releases
- Install the APK
- Enable the module in LSPosed and set scope to
System Framework - Reboot your device
- Open the app and configure your server URL
- Grant notification permission when prompted
| Variant | Arch | Min SDK | Recommended For |
|---|---|---|---|
arm64Minsdk35 |
arm64-v8a | 35 | Modern devices (Android 15+) |
arm64Minsdk29 |
arm64-v8a | 29 | Most devices (Android 10+) |
arm64Minsdk26 |
arm64-v8a | 26 | Older arm64 devices |
arm |
armeabi-v7a | 26 | 32-bit ARM devices |
x86_64 |
x86_64 | 26 | Emulators / Chromebooks |
x86 |
x86 | 26 | Older emulators |
universal |
All | 26 | Universal (larger size) |
git clone https://github.com/xjyzs/Clipboard.git
cd Clipboard
./gradlew assembleReleaseAPKs will be in app/build/outputs/apk/.
Contributions are welcome! Feel free to:
- 🐛 Report bugs via Issues
- 💡 Suggest features
- 🔧 Submit Pull Requests
This project is licensed under the MIT License.
If you find this project useful, please consider giving it a ⭐
Made with ❤️ by 雪霁银装素