-
Use the Download button on www.cursor.com web site. It will download the
NAME.AppImage
file. -
Copy the .AppImage file to your Applications directory
cd ~/Downloads
mkdir -p ~/Applications
mv NAME.AppImage ~/Applications/cursor.AppImage
- Install libfuse2
sudo apt update
sudo apt install libfuse2
- Make it an executable
chmod +x ~/Applications/cursor.AppImage
- Run
~/Applications/cursor.AppImage --no-sandbox
- Add
cursor
shortcut
Add to .bashrc
or .zshrc
alias cursor='~/Applications/cursor.AppImage --no-sandbox'
I found a way to run Cursor on Ubuntu 24.04 without installing libfuse2. I simply extracted the AppImage file and ran the executable inside the extracted folder
β> it worked for me.
π Link to install and update Cursor for Ubuntu 24.04 (branch Cursor-ubuntu24.04)
Note: The main branch is for Ubuntu 22.04.
My main branch checks the Ubuntu version and only installs Cursor if it's Ubuntu 22.04, to avoid issues on other ubuntu versions.