Platform support
Windows 10 / 11
- Format
.exeinstaller- Arch
- x64 (64-bit)
macOS
- Format
.dmgdisk image- Requires
- macOS 10.15+ (Catalina)
- Arch
- Universal (Intel & Apple Silicon)
Linux
- Format
.AppImage- Arch
- 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 Settings > Privacy & Security and click "Open Anyway" (or right-click the app > Open)
If you see "damaged and can't be opened", clear the quarantine attribute:
xattr -cr /Applications/Clipless.app
Linux
- Download the
.AppImagefile from GitHub Releases - Make it executable and run it
chmod +x Clipless-*.AppImage
./Clipless-*.AppImage
Security warnings
Clipless isn't signed with a commercial code-signing certificate, so your OS may show a warning during installation. This is expected for open-source projects without paid certificates — the app 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.appin Terminal. - Linux: "Permission denied" — run
chmod +x Clipless-*.AppImage. - Antivirus blocking installation — add Clipless to your allowlist. Alerts are caused by the lack of code signing, not actual threats.
For other issues, check GitHub Issues.