-
Use the Download button on www.cursor.com web site. It will download the
NAME.AppImagefile. -
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
cursorshortcut
Add to .bashrc or .zshrc
alias cursor='~/Applications/cursor.AppImage --no-sandbox'
Hey everyone, I had a problem that after install I could not login. I always just preesed the button and nothing happened. I solved from this medium post
https://medium.com/@hoon33710/cursor-ai-is-making-waves-in-2024-as-the-go-to-code-editor-for-developers-67e87fb67aa8