中文 | English
Lightweight text clipboard sync across devices. Share text between your computer and phone via simple HTTP API.
📝 Plain Text Only - For images/files, use LocalSend or KDE Connect
✅ Perfect For:
- Android + Windows/Linux/macOS
- iPhone + Windows/Linux
❌ Not Needed:
- iPhone + Mac (use Apple's Universal Clipboard)
- 🌐 HTTP REST API
- 📱 Native Android App (Material Design 3)
- 🌍 Multi-language (EN/ZH/JA)
- 🔄 Smart Sync (auto-detect direction)
- ⚡ Quick Access (widgets, shortcuts, quick settings)
- 🔒 Optional token authentication
- 📊 System tray UI
- ⚡ Lightweight (CPU <0.1%, RAM ~15MB)
| Platform | Type | Features |
|---|---|---|
| Windows / Linux / macOS | Desktop Service | HTTP API, System tray, Auto-start |
| Android | Native App | Auto-sync, Widgets, Quick Settings |
| iOS | Shortcuts | Siri control, Automation |
Desktop: Releases Page
- Windows:
clipboard-bridge-windows-amd64.zip - Linux:
clipboard-bridge-linux-amd64.tar.gz - macOS:
clipboard-bridge-macos-arm64.tar.gz
Android: clipboard-bridge-android-*.apk
Desktop: Extract and run (Windows: double-click .exe)
Android: Install APK → Open → Configure server address
Copy text on one device → Sync → Paste on another device ✓
📖 Detailed Guide: Quick Start
User Guides:
- 🚀 Quick Start - 5-minute setup
- 📱 Android Guide - App & quick access
- 📱 iOS Guide - Shortcuts setup
- ❓ FAQ - Common questions
Reference:
- 🔌 API Reference - HTTP API
- ⚙️ Configuration - Config options
Developer:
- 🏗️ Architecture - System design
- 🔨 Building - Compile from source
📖 All Documentation - Complete index
# Get clipboard from PC
curl http://192.168.1.100:5678/pull
# Send to PC
curl -X POST http://192.168.1.100:5678/push -d "text=Hello"See API Reference for details.
- Use Token authentication for production
- LAN-only recommended
- No cloud/internet connection needed
MIT License
Issues and PRs welcome! See CONTRIBUTING.md
🌟 Star this project if you find it useful!