CopyList is a lightweight clipboard manager built with Electron.js. It allows users to quickly access and manage copied text directly from the macOS menu bar.
✅ Tray (Menu Bar) App – Stays in the top bar, hidden from the Dock
✅ Global Shortcut – Open with Ctrl + V
✅ Auto-Launch on Login – Starts automatically when macOS boots
✅ Quick Toggle – Left-click the tray icon to show/hide
✅ Context Menu – Right-click the tray icon for options
- Download the latest release from GitHub Releases.
- Install the app by dragging it to your Applications folder.
- Click the menu bar icon to open the app.
- Left-click the tray icon → Opens the clipboard manager.
- Right-click the tray icon → Shows options (
Show,Hide,Quit). - Use
Ctrl + V→ Opens the app from anywhere.
- If you see this message
“CopyList” is damaged and can’t be opened. You should move it to the Bin.→ Then open your terminal and run this command,
xattr -cr /Applications/Copy\ List.app- Node.js & npm
- Electron.js
git clone https://github.com/kabir-coderex/CopyList.git
cd CopyList
npm installnpm startnpm run buildContributions are welcome! Feel free to open issues and pull requests.
MIT License © 2025 MD Humayun Kabir