Cant login into Cursor AI on Arch Linux

Hey, on Linux the login flow works differently from macOS. There’s no cursor:// redirect back to the app. The browser is supposed to stay on the confirmation page, and the IDE completes the login in the background via polling. So what you’re seeing is expected, but the IDE should pick it up within a few seconds.

If it doesn’t, the most common fix is changing one setting:

  1. Open Cursor Settings Ctrl+,
  2. Search for Http: Proxy Support
  3. Change the value from override to on
  4. Restart Cursor and try logging in again

This has fixed the same issue for other users:

A couple more notes:

  • cursor-bin from AUR is a community package, not an official one. If nothing helps, try the official build .tar.gz or AppImage from Cursor · Download. Sometimes community packages miss code-url-handler.desktop and related bits.

Let me know if that still doesn’t help. Next we can check logs via Help > Toggle Developer Tools > Console while you try to log in.