Cursor Version Manager for Linux

Hey Cursor fans on Linux! :wave:

I whipped up a little tool called Cursor Version Manager (CVM) and thought you might dig it. It’s a simple shell script that lets you juggle multiple Cursor AppImage versions.

Key features:

  • Install different Cursor versions side by side
  • Switch between versions with a single command
  • Keep Cursor up-to-date easily
  • Ditch old versions when you don’t need 'em anymore

Wanna give it a spin?

wget -O - https://github.com/ivstiv/cursor-version-manager/archive/main.tar.gz | tar -xz --strip=1 "cursor-version-manager-main/cvm.sh"
chmod +x cvm.sh
./cvm.sh --install

Check out the GitHub repo for more details.

1 Like