This repository provides a simple script to install Cursor (AppImage) on Linux, including a desktop entry for easy access from your applications menu.
Make sure curl is installed on your system. On Ubuntu or Debian, run:
sudo apt-get update
sudo apt-get install -y curl๐ก For other distributions, use your package manager (
dnf,zypper,pacman, etc.).
- Download the installation script:
curl -O https://raw.githubusercontent.com/DanielXavierJob/install-cursor/main/install_cursor.sh- Make the script executable:
chmod +x install_cursor.sh- Run the script:
./install_cursor.sh- Checks Dependencies: Installs
curlif it's missing. - Downloads Cursor: Fetches the Cursor AppImage.
- Downloads Icon: Retrieves the Cursor logo for your system menu.
- Creates Desktop Entry: Adds a
.desktopfile so Cursor can be launched from your application launcher.
Once the script finishes, open your application launcher and search for Cursor AI. Click it to launch and start coding with AI!
You can move the AppImage to a custom directory like ~/Applications, then update the .desktop file path if needed.
Made with โค๏ธ by Daniel Xavier for the Linux community.