Skip to content

Instantly share code, notes, and snippets.

@AlbertoDePena
Last active May 10, 2025 20:28
Show Gist options
  • Save AlbertoDePena/3854ad7957e2235d279e8295381e28d0 to your computer and use it in GitHub Desktop.
Save AlbertoDePena/3854ad7957e2235d279e8295381e28d0 to your computer and use it in GitHub Desktop.
How to install or update Cursor AI
  • Download the AppImage file from Cursor AI's web site
  • Make the AppImage file executable:
cd ~/Downloads
chmod +x cursor-<version>-x86_64.AppImage
  • Create/Confirm configuration: /usr/share/applications/cursor.desktop
[Desktop Entry]
Name=Cursor
Comment=AI-powered Code Editor
Exec=/opt/cursor.appimage
Terminal=false
Type=Application
Icon=cursor
Categories=TextEditor;IDE;
  • Rename and copy downloaded AppImage file:
mv cursor-<version>-x86_64.AppImage cursor.appimage
mv cursor.appimage /opt/cursor.appimage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment