Download
Download Clipless
Download from GitHub Releases
Platform Support
Windows 10/11
- Format:
.exeinstaller - Architecture: x64 (64-bit)
macOS
- Format:
.dmgdisk image - Requirements: macOS 10.15 (Catalina) or later
- Architecture: Universal binary (Intel and Apple Silicon)
Linux
- Format:
.AppImage - Architecture: x64 (64-bit)
Installation
Windows
- Download the
.exefile from GitHub Releases - Run the installer
- If SmartScreen warns you, click “More info” then “Run anyway”
- Find Clipless in your Start Menu or system tray
macOS
- Download the
.dmgfile from GitHub Releases - Open the disk image and drag Clipless to Applications
- If Gatekeeper blocks the app, go to System Preferences > Security & Privacy and click “Open Anyway”
- Alternatively, right-click the app > Open > Open
If you see “damaged and can’t be opened”:
xattr -cr /Applications/Clipless.app
Linux
- Download the
.AppImagefile from GitHub Releases - Make it executable and run:
chmod +x Clipless-*.AppImage ./Clipless-*.AppImage
Security Warnings
Clipless is not signed with a commercial code signing certificate, so your OS may show a security warning during installation. This is expected for open-source projects without paid certificates. The application is built from public source code.
Updates
Clipless checks for updates automatically and notifies you when a new version is available. To update manually, download the latest release and install over your existing installation. Settings and clipboard history are preserved.
Troubleshooting
Windows: “App can’t run on this PC” – Ensure you’re running 64-bit Windows.
macOS: “Damaged and can’t be opened” – Run xattr -cr /Applications/Clipless.app in Terminal.
Linux: “Permission denied” – Run chmod +x Clipless-*.AppImage.
Antivirus blocking installation – Add Clipless to your antivirus whitelist. Alerts are caused by the lack of code signing, not actual threats.
For other issues, check GitHub Issues.