A lightweight macOS menu bar app that draws a colored circle around your cursor, making it easy to find on screen. Supports multiple displays.
Download the latest .dmg from Releases, open it, and drag Cursor Highlight to your Applications folder.
Since the app is not signed with an Apple Developer certificate, macOS will block it by default. Use one of these methods to open it:
Option 1: Right-click to open (simplest)
- Open Finder and navigate to the app
- Right-click (or Control-click) on Cursor Highlight
- Select Open from the context menu
- Click Open in the dialog that appears
You only need to do this once. After that, the app will open normally.
Option 2: Allow in System Settings
- Double-click the app — macOS will show a warning and refuse to open it
- Open System Settings > Privacy & Security
- Scroll down to the Security section
- You'll see a message about Cursor Highlight being blocked — click Open Anyway
- Enter your password when prompted
Option 3: Remove the quarantine attribute
xattr -d com.apple.quarantine /Applications/Cursor\ Highlight.app- macOS 10.15+
- Swift 5.7+ (included with Xcode or Xcode Command Line Tools)
# Build the app bundle and create a .dmg
./build-app.sh
# Run the app
open "Cursor Highlight.app"# Build and run directly with Swift
swift build
.build/debug/CursorHighlight