Use this if you want to build ClickLight from source and install the app yourself instead of using Homebrew.
From the project root:
chmod +x build-app.sh
./build-app.sh
mkdir -p "$HOME/Applications"
cp -R ClickLight.app "$HOME/Applications/ClickLight.app"
open "$HOME/Applications/ClickLight.app"You can also drag ClickLight.app into /Applications in Finder.
ClickLight needs Accessibility permission to detect clicks outside its own menu-bar app.
After launching ClickLight, open:
System Settings -> Privacy & Security -> Accessibility
Enable ClickLight, then quit ClickLight from the menu bar and reopen it.
Click the ClickLight menu-bar item and choose:
Test Pulse at Pointer
If you see a pulse, the overlay is working. If normal clicks still do not show pulses, check that Accessibility permission is enabled for the same copy of ClickLight.app that you launched.
After changing source files:
./build-app.sh
pkill -x ClickLight
cp -R ClickLight.app "$HOME/Applications/ClickLight.app"
open "$HOME/Applications/ClickLight.app"rm -rf "$HOME/Applications/ClickLight.app"
defaults delete com.aurorascharff.ClickLight