[PR #41] [MERGED] 🐻 feat(install-cursor): Add script to install Cursor AI #50

Closed
opened 2025-11-20 04:14:26 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/41
Author: @dragonfire1119
Created: 5/13/2025
Status: Merged
Merged: 5/13/2025
Merged by: @dragonfire1119

Base: masterHead: add-install-cursor-version-script


📝 Commits (1)

  • 94ae1d6 🐻 feat(install-cursor): Add script to install Cursor AI

📊 Changes

2 files changed (+301 additions, -0 deletions)

View changed files

install-cursor/README.md (+135 -0)
install-cursor/run.sh (+166 -0)

📄 Description

  • Added a new script run.sh to the install-cursor directory to automate the process of downloading and installing the Cursor AI application for various platforms (macOS, Linux, and Windows)
  • Implemented features to fetch the latest version information, detect the user's operating system and architecture, download the appropriate binary, verify the binary's signature and notarization status on macOS, and install the application on the user's system
  • This script aims to simplify the installation process and ensure a smooth user experience when setting up the Cursor AI application

Summary by CodeRabbit

  • New Features
    • Introduced a cross-platform installer script for the Cursor application, supporting macOS, Linux, and Windows.
    • Added an interactive version picker and platform detection for tailored installation steps.
    • Implemented security checks, including app signature and notarization verification on macOS.
    • Provided comprehensive README documentation with usage instructions, troubleshooting, and support information.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bigbeartechworld/big-bear-scripts/pull/41 **Author:** [@dragonfire1119](https://github.com/dragonfire1119) **Created:** 5/13/2025 **Status:** ✅ Merged **Merged:** 5/13/2025 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `add-install-cursor-version-script` --- ### 📝 Commits (1) - [`94ae1d6`](https://github.com/bigbeartechworld/big-bear-scripts/commit/94ae1d6b8af7e774e85c441dcd0f1b274b5fc2a6) 🐻 feat(install-cursor): Add script to install Cursor AI ### 📊 Changes **2 files changed** (+301 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `install-cursor/README.md` (+135 -0) ➕ `install-cursor/run.sh` (+166 -0) </details> ### 📄 Description - Added a new script `run.sh` to the `install-cursor` directory to automate the process of downloading and installing the Cursor AI application for various platforms (macOS, Linux, and Windows) - Implemented features to fetch the latest version information, detect the user's operating system and architecture, download the appropriate binary, verify the binary's signature and notarization status on macOS, and install the application on the user's system - This script aims to simplify the installation process and ensure a smooth user experience when setting up the Cursor AI application <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a cross-platform installer script for the Cursor application, supporting macOS, Linux, and Windows. - Added an interactive version picker and platform detection for tailored installation steps. - Implemented security checks, including app signature and notarization verification on macOS. - Provided comprehensive README documentation with usage instructions, troubleshooting, and support information. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/big-bear-scripts#50