A utility script to automatically download and install the latest version of the Cursor editor on Linux.
- Automatically downloads the latest version of Cursor for Linux
- Creates desktop entry for easy access
- Skips download if the latest version is already installed
- Handles all necessary file permissions
Simply run:
npx cursor-installer@latest
The script will:
- Check if you already have the latest version installed
- Download the latest version if needed
- Set up the proper file permissions
- Create a desktop entry so you can find Cursor in your applications menu
- Add Cursor as an alias if needed
- Linux operating system
- Bun runtime (^1.2.10)
MIT