- Download the latest release for MacOS from the releases page
- Make sure to download only the zip file that with "MacOS" in the name
- Open up your terminal and run the following commands:
cd ~/Downloads
unzip -o "Clipboard.Cleanse.MacOS.zip"
mv "Clipboard Cleanse.app" "/Applications/Clipboard Cleanse.app"
xattr -d com.apple.quarantine "/Applications/Clipboard Cleanse.app"
- Ensure you have Rust installed https://rustup.rs/
- Open your terminal and clone the repository with
git clone https://github.com/Iapetus-11/clipboard-cleanse.git
- Navigate to the project's root:
cd clipboard-cleanse
- Simply use
cargo run
- Run
./bundling/macos/bundle.sh
to build the app in release mode and bundle it into a MacOS .app - To copy the app to the
/Applications
folder, use the--copy-to-applications
flag - To sign the app using
codesign
, set theCODESIGN_IDENTIFIER
envvar