Skip to content

Cross-device clipboard sync via HTTP API. Desktop service (Windows/Linux/macOS) + Native Android App + iOS Shortcuts support. Lightweight, secure, and easy to use.

Notifications You must be signed in to change notification settings

copypasteengine/clipboard-bridge

Repository files navigation

📋 Clipboard Bridge

中文 | 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

🎯 Who Should Use This?

✅ Perfect For:

  • Android + Windows/Linux/macOS
  • iPhone + Windows/Linux

❌ Not Needed:

  • iPhone + Mac (use Apple's Universal Clipboard)

✨ Features

  • 🌐 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)

🖥️ Platforms

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

🚀 Quick Start

1. Download

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

2. Install & Run

Desktop: Extract and run (Windows: double-click .exe)
Android: Install APK → Open → Configure server address

3. Start Syncing!

Copy text on one device → Sync → Paste on another device ✓

📖 Detailed Guide: Quick Start

📚 Documentation

User Guides:

Reference:

Developer:

📖 All Documentation - Complete index

🌐 API Example

# 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.

🔒 Security

  • Use Token authentication for production
  • LAN-only recommended
  • No cloud/internet connection needed

📄 License

MIT License

🤝 Contributing

Issues and PRs welcome! See CONTRIBUTING.md


🌟 Star this project if you find it useful!

About

Cross-device clipboard sync via HTTP API. Desktop service (Windows/Linux/macOS) + Native Android App + iOS Shortcuts support. Lightweight, secure, and easy to use.

Topics

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published