Seamlessly sync your clipboard across multiple devices on the same network.
- 🔁 Real-time clipboard syncing over LAN
- ⚡ Lightning-fast peer-to-peer communication
- 🧠 Smart updates (no duplicates)
- 🔐 Local-only — no data leaves your network
- 💻 Cross-device: works across all your Windows devices (Support for other OS/System will be added soon)
CLIP uses local network broadcasting to discover nearby devices and establish WebSocket connections between them. Once connected, clipboard data is shared instantly but not securely (data encryption will added soon.) — without using the internet.
CLIP requires Node.js (v16+ recommended).
🔗 Download from: https://nodejs.org/
-
Clone the repository:
git clone https://github.com/your-username/clip.git cd clip -
Install Dependencies
npm install
-
Run the App
npm app.js
To make CLIP launch automatically on system startup:
- Press
Win + R, typeshell:startup, and hit Enter. - In the opened Startup folder, right-click and select New > Shortcut.
- Browse to your
app.jsfile (or create a.batfile to run it). - Confirm and close the folder.
Your app will now run automatically when Windows starts.
- Start CLIP on all devices.
- Devices will auto-discover each other.
- Copy anything on one device...
- ...and paste it on another. Like magic. ✨
- Node.js
- WebSockets
- UDP Broadcasting