-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
🚀 Feature
The AI Code Editor. Built to make you extraordinarily productive, Cursor is the best way to code with AI.
Pricing Hobby: Free: Includes > https://www.cursor.com/pricing
- Pro two-week trial
- 2000 completions
- 50 slow premium requests
Installation
https://gist.github.com/evgenyneu/5c5c37ca68886bf1bea38026f60603b6?permalink_comment_id=5374292
https://dev.to/mesonu/how-to-install-cursor-ai-editor-on-linux-ubuntu-2025-update-3kji
- Use the Download button on www.cursor.com web site. It will download the NAME.AppImage file.
- cd ~/Downloads
mkdir -p applications && cd applications
mv cursor-*.AppImage cursor.AppImage
- Install libfuse2
sudo apt update
sudo apt install libfuse2
- Make it an executable
chmod +x cursor-0.45.14x86_64.AppImage
- Run
./cursor.AppImage --no-sandbox
- Add cursor shortcut
alias cursor='~/Downloads/applications/cursor.AppImage --no-sandbox'