DEV Community

Blue Dragon
Blue Dragon

Posted on

How to install Cursor AI editor on Ubuntu using one-line command

Here's how to install it with one line of command.
I hope it helps everyone.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/coinhole/cursor/ubuntu-22.04/manage_cursor.sh)"

or

bash -c "$(curl -fsSL https://raw.githubusercontent.com/coinhole/cursor/ubuntu-24.04/manage_cursor.sh)"

source: github

Top comments (0)