Show HN: Cursor Version Manager – Shell script to manage Cursor editor versions

github.com

3 points by ivstiv 2 days ago

I created a simple shell script to manage multiple versions of the Cursor AI editor (https://www.cursor.com) on Linux systems. It handles downloading, installing, and switching between different AppImage versions of Cursor.

Key features:

- Downloads and manages official Cursor AppImage releases

- Easy version switching with a single command

- Automatic alias setup for your shell

- Supports bash, zsh, and sh

- No dependencies beyond common Unix tools (wget, jq, grep, sed)

The tool is particularly useful for Linux users who want to:

- Test different versions of Cursor

- Roll back to previous versions if needed

- Stay up to date with the latest releases

- Maintain multiple versions side by side

GitHub: https://github.com/ivstiv/cursor-version-manager

Shout out to the folks at https://github.com/oslook/cursor-ai-downloads for tracking all of the Cursor version links!