Download is not working in the webpage

Hello everyone!

I tried to download Cursor to my Windows 11 Pro machine, but the button does not seem to work. I opened the dev tools, and in the network request, the request response is successful, but the body is an empty object. Could you please take a look at this? This is probably stopping users in general from downloading Cursor :confused:

Thanks in advance!

Cheers

reporting the same with ubuntu 24.04

I tried the following command

curl -o cursor.AppImage https://downloader.cursor.sh/linux/appImage/x64

and changed owner to root because that was the only way that I could manage to open it.

sudo chown root cursor.AppImage && sudo chmod 4755  cursor.AppImage

Then, I have trouble authenticating myself in on the interface.

Any help would be appreciated!

update: will try working on my system config for support for AppImage in general