-
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/your-app.AppImage --no-sandbox'
Thanks for sharing this, might be worth adding...
If you want a shortcut on your taskbar like any normal application, add this file
In terminal type
Then add the link to your application. You will need the cursor.png icon file you can either extract from the AppImage or take a snapshot of it.
Would love the cursor team to sort this out though. It's unnecessarily difficult to install/update on ubuntu plus rather unsafe with the --no-sandbox flag that is recently needed.