-
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'
Step-by-Step Beginner Guide To Using and Running This Script To Install Cursor On Ubuntu (Updated Feb 2025 - Fixed Typos + Replaced Old Icon)
Step 1: Save the Script
First, you need to save this script to a file on your Ubuntu system:
nano install_cursor.sh
Step 2: Make the Script Executable
chmod +x install_cursor.sh
Step 3: Run the Script
sudo ./install_cursor.sh
Step 4: Apply the Alias
source ~/.bashrc
Step 5: Using Cursor AI IDE
Now you can launch Cursor AI in two ways:
Corrected Script: