A Windows app that enables seamless clipboard sharing between Windows computers and Android devices over Bluetooth. No more emailing yourself text. Copy on one device, paste on the other. Instant. 100% offline
- Auto-Sync Clipboard: Automatically sends copied content to selected devices when enabled
- Cross-Platform Clipboard Sharing: Share clipboard text between Windows and Android devices
- Real-time Sharing: Instant clipboard sharing between devices
- Multi-Device Support: Connect and share with multiple devices simultaneously
- Modern UI: Clean, responsive interface with dark/light theme support
- Bluetooth Connectivity: Uses Bluetooth for secure, local sharing
- Paired Devices Discovery: Finds and lists paired Bluetooth devices
- OS: Windows 10 / Windows 11
- Framework: .NET 9.0 Runtime
- Bluetooth: Bluetooth adapter
- ClipSync Android - Download on GitHub
- Go to the Releases page
- Download the latest
ClipSync-Windows-Setup.exe - Run the installer and follow the setup wizard
- Launch ClipSync from the Start Menu
-
Prerequisites:
- .NET SDK 9.0+
-
Clone and Build:
git clone https://github.com/aubynsamuel/clipsync-windows.git cd clipsync-windows dotnet restore dotnet build --configuration Release -
Run:
dotnet run --project ClipSyncWindows.csproj
- Enable Bluetooth: Ensure Bluetooth is enabled on your Windows computer
- Pair Devices: Pair your Android device with your Windows computer through Windows/Android Settings
- Install Android App: Install the ClipSync Android companion app
- Launch ClipSync: Start the ClipSync Windows application
- Click "Start Service" to begin listening for connections
- The status will show "Service: Listening for bluetooth devices..."
Manual Sharing:
- Open the Android app and press Start to listen on Android
- Copy any text to your Windows clipboard
- Select target device(s) from the devices list
- Click "Share Clipboard" to send content to selected devices
Auto-Sync (New in v1.2.0):
- Open Settings and enable "Auto-Sync Clipboard"
- Select target device(s) from the devices list
- Any text you copy will automatically be sent to selected devices
- No need to click "Share Clipboard" manually
- When the other device sends clipboard content, it will automatically appear in your Windows clipboard
- A notification will confirm successful receipt
- Fully Local: All data stays on your device
- No Cloud or Internet: Fully offline
- Encrypted Transmission: Uses Bluetooth's built-in encryption
- Paired Devices Only: Prevents unauthorized access
- No Data Storage: Clipboard data is never stored
- Ensure Bluetooth is enabled on both devices
- Verify devices are paired in Windows Settings
- Try refreshing the devices list
- Check if Android app is running and listening
- Restart Bluetooth on both devices
- Re-pair devices if necessary
- Check the Issues page
- Create a new issue with detailed error information
- Include Windows version and Bluetooth adapter details if possible
We welcome contributions
- Fork the repository
- Create a feature branch:
git checkout -b feature-name - Make your changes and test thoroughly
- Submit a pull request with a clear description
This project is licensed under the MIT License - see the LICENSE file for details.
- InTheHand.Net.Bluetooth for Bluetooth connectivity
- Newtonsoft.Json for JSON serialization
Made with ❤️ for seamless cross-platform productivity


