Skip to content

xgitqa/Clipy-apple-silicon

 
 

Repository files navigation


CI Release

Clipy is a Clipboard extension app for macOS — Apple Silicon only (arm64). No Rosetta 2 required.


Requirement: Mac with Apple Silicon (M1 or later), macOS 13 Ventura or later

Note: This fork removes Intel (x86_64) support. Apple is ending Rosetta 2 support in a future macOS release. This build targets arm64 natively and does not run on Intel Macs.

Download

→ Download the latest release

Unzip and move Clipy.app to /Applications. On first launch, right-click → Open (the build is ad-hoc signed, not notarized).

Install via Homebrew

brew tap xgitqa/clipy-apple-silicon
brew install --cask clipy-apple-silicon

What's new in v2.0.2

  • Security: Replaced all deprecated NSKeyedUnarchiver.unarchiveObject calls with the modern NSKeyedUnarchiver instance API, eliminating insecure deserialization warnings.
  • Stability: Replaced all force-try (try!) Realm database calls with proper error handling — the app now shows a clear error dialog instead of crashing if the database cannot be opened.
  • CI: Added a Release build step with lipo -verify_arch arm64 to verify every CI run produces a native arm64 binary.

Development Environment

  • macOS 26 Tahoe
  • Xcode 26.5

How to Build

Ad-hoc signing is the default — no Apple Developer account required.

  1. Open Clipy.xcodeproj in Xcode.
  2. Build the Clipy scheme.

macOS checks Accessibility permission by code signature. Ad-hoc builds may prompt for Accessibility access again after each build. This is expected behaviour.

Localization Contributors

Clipy is looking for localization contributors.
If you can contribute, please see CONTRIBUTING.md

Distribution

If you distribute derived work, especially in the Mac App Store, please follow two rules:

  1. Don't use Clipy and ClipMenu as your product name.
  2. Follow the MIT license terms.

Licence

Clipy is available under the MIT license. See the LICENSE file for more info.

Icons are copyrighted by their respective authors.

Special Thanks

Thank you for @naotaka who have published ClipMenu as OSS.

Based on the original Clipy project by the Clipy Project.

About

Clipboard extension app for macOS - Apple silicon

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Swift 100.0%