-
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'
Cursor app also doesn't seems to start fully in a separate thread and detached from the terminal when starting from the terminal. More over, I also notice sometimes issues with like using
grep
in the built-in terminal within Cursor.So I dunno what the hack those Cursor people thinking, but they should just build a deb file and distribute those for the people who just want to have a deb. I know its possible since Windsurf does it correctly.
I would like to have Cursor features with the build & releasing of Windsurf using deb files.