📂 Finder toolbar app to open current folder in Cursor
brew tap inem/open-in-cursor
brew install --cask open-in-cursor-
Download the app from Releases (pre-built app)
- Or download from GitHub Actions artifacts (latest build)
-
Handle Gatekeeper warning (macOS security):
- Method 1 (Recommended): Right-click the downloaded app → "Open" (don't double-click)
- Then click "Open" again in the security dialog
- Method 2: Open Terminal and run:
sudo xattr -rd com.apple.quarantine "/path/to/Open in Cursor.app"
- Method 1 (Recommended): Right-click the downloaded app → "Open" (don't double-click)
-
Move app to Applications:
mv ~/Downloads/"Open in Cursor.app" /Applications/
-
Add to Finder toolbar:
- Open
/Applicationsfolder - Hold Command key and drag
Open in Cursor.appto Finder toolbar
- Open
-
First time setup:
- Right-click the toolbar icon → "Open"
- Allow the app to run in System Settings if prompted
After installation:
- Navigate to any folder in Finder
- Click the toolbar icon
- Folder will open in Cursor
git clone https://github.com/inem/OpenInCursor.git
cd OpenInCursor
make install # Builds and installs to /ApplicationsOr step by step:
make # Build the app
make install # Install to /Applications
make clean # Clean build artifactsgit clone https://github.com/inem/OpenInCursor.git
cd OpenInCursor
open "Open in Cursor.xcodeproj"
# Build in Xcode (Cmd+B)
# App will be in: ~/Library/Developer/Xcode/DerivedData/.../Build/Products/Release/💡 Note: Make sure to press and hold ⌘ Command button while dragging App to toolbar

