Cursor cli download 404

My development setup involves downloading the cursor cli on my remote instance from https://api2.cursor.sh/updates/download-latest?os=cli-alpine-x64 and then do ./cursor tunnel, so I can connect my local cursor app to the remote machine via tunnel.

It works fine until yesterday when I had a new instance and need to set up tunnel. However, accessing https://api2.cursor.sh/updates/download-latest?os=cli-alpine-x64 gives me a 404 error and prevents me from setting up cursor:

{"message":"Route GET:/updates/download-latest?os=cli-alpine-x64 not found","error":"Not Found","statusCode":404}

I had to switch to VSCode for the time being.

Is this CLI tool deprecated? Using tunnel is the easiest way for me to use cursor because I’m not sure I have the permission to change the SSH settings on the server (managed by the corporate) to expose and use ngrok…

Hi @zichaow, thanks for sharing this issue. While this is not an official supported endpoint, it should now be fixed. Could you give it another try to download the Cursor CLI?

Yes it is working now. Thank you!!!