Explore
Account
1 project tagged with this
[Overview] ModuShare – Mac ↔ Windows Real-time Clipboard Sync App (Free / Open Source) Hello everyone, I'm sharing a cross-platform clipboard synchronization tool I created as a personal project. This app allows you to copy content on a Mac and paste it directly on Windows, and vice versa. Unlike AirDrop, it's not confined to the Apple ecosystem and works everywhere, including web browsers. ✨ Key Features * Mac ↔ Windows ↔ Web Browser Real-time Clipboard Sync * Supports both Text + Images * Share clipboard with other users (Invitation system) * Supports Google Account Login * Open Source / Self-hostable 📥 Get Started (3 ways) ① Use Directly on the Web Can be used instantly in your browser without any separate installation. 👉 https://modushare.extory.co ② Install the App (Mac / Windows) Once the app is installed, copied content is automatically transferred to other devices. 👉 https://github.com/extory/modushare/releases/latest * macOS: ModuShare-x.x.x.dmg * Windows: ModuShare-Setup-x.x.x.exe ③ Install on Your Own Server (Self-hosting) The entire source code is public, so you can deploy it on your own server. It runs with a single Docker Compose command. 👉 https://github.com/extory/modushare ⚠️ Important Notes for App Installation (Personal app, no code signing certificate) Since there's no commercial certificate, OS security warnings will appear. You can bypass them as follows: macOS 1. Download DMG → Drag to Applications 2. First launch: "Unidentified developer" warning → Cancel 3. System Settings → Privacy & Security → Scroll down → Click "Open Anyway" 4. Then, run normally. Windows 1. Download EXE and run 2. "Windows protected your PC" (SmartScreen) → Click "More info" 3. Click "Run anyway" 4. Then, proceed with installation. Since the entire source code is publicly available on GitHub, you can verify its safety yourself. 🚀 How to Use * **Sign Up** — Register with email or Google login on the web or app * **Run App** — After logging in, a menubar (Mac) / tray (Windows) icon will appear * **Enable Sync** — Turn on sync from the menu → Copied content will then be automatically transferred to all devices * **Share (Optional)** — Manage sharing → Invite by email → If accepted, you can share the clipboard with others 🛠 Tech Stack * Server: Node.js + Express + WebSocket + SQLite * macOS: Swift (Native menubar app) * Windows: Electron * Web: React + Vite * Deployment: Docker / GCP 📂 GitHub (Open Source) 👉 https://github.com/extory/modushare Please leave feedback or bug reports on GitHub Issues or in the comments. 🙂