Skip to content

cursor #56

@mxochicale

Description

@mxochicale

🚀 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

  1. Use the Download button on www.cursor.com web site. It will download the NAME.AppImage file.
  2. cd ~/Downloads
mkdir -p applications && cd applications
mv cursor-*.AppImage cursor.AppImage
  1. Install libfuse2
sudo apt update
sudo apt install libfuse2
  1. Make it an executable
chmod +x cursor-0.45.14x86_64.AppImage 
  1. Run
./cursor.AppImage --no-sandbox
  1. Add cursor shortcut
alias cursor='~/Downloads/applications/cursor.AppImage --no-sandbox'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions