Cursor install Ubuntu 24.04

Hello, I am trying to install Cursor on a fresh Ubuntu 24.04 and I keep getting this error:

Command: ./cursor-0.33.1x86_64.AppImage

Output:

[15782:0509/084956.875712:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I’m aborting now. You need to make sure that /tmp/.mount_cursorgbp94S/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)

I am not very prolific with AppImage, could you give me any tip to continue the installation?

Thanks.

2 Likes

Its a problem with apparmor you need to create a profile to run Cursor.

1 Like

Is their any easier to install cursor on ubuntu 24.04 version, even this approach is causing so many bugs ?

1 Like

I had the same issue. If you run it with the --no-sandbox option, it should work fine.
./cursor-0.40.1x86_64.AppImage --no-sandbox

1 Like