macOS app that asks for confirmation every time you open Cursor, whether from the Dock/Finder or via cursor ..
./build.shThis creates dist/CursorGate.app.
./install.shThis installs the app to /Applications and overrides /opt/homebrew/bin/cursor with a shim that launches the confirmation app.
- Open
CursorGate.appfrom/Applicationsto confirm and then launch Cursor. - Run
cursor .orcursor /pathto confirm and then open Cursor on that path.
sudo rm -rf /Applications/CursorGate.app
sudo rm -f /opt/homebrew/bin/cursor
sudo mv /opt/homebrew/bin/cursor.original /opt/homebrew/bin/cursor