Cannot global search in SSH mode connecting to a Macbook

Hi there, I was super happy about the dev experience with Cursor. My cursor can make the remote connection and development connecting to a remote macbook. However, the only thing that does not work out is the global keyword search, which throws me an error like the below screenshot.

Any idea?

I have the exact same issue, hopefully this gets resolved soon.

Found a quickfix if you need the functionnality before a patch is done :slight_smile:

Navigate to the said folder, and you will find the rg executable. Just run

cp ./rg ./rgArm

Fixed the issue for me.

Save my day, thank you! But I still hope Cursor could fix it officially.

very helpful, thanks.

This seems to be broken again after recent updates and the manual “fix” no longer seems to work, have been trying to replicate (was able to a few months ago). Really hoping Cursor will support SSH soon

Update: I was able to get a version working after rm -rf ~/.cursor* and a fresh re-install and repeating the original tip

(results in command-P do not update either)