Skip to content

cursor-cli: add linux support - #280985

Open
gengjiawen wants to merge 1 commit into
Homebrew:mainfrom
gengjiawen:cursor/cursor-cli-linux-65ae
Open

cursor-cli: add linux support#280985
gengjiawen wants to merge 1 commit into
Homebrew:mainfrom
gengjiawen:cursor/cursor-cli-linux-65ae

Conversation

@gengjiawen

Copy link
Copy Markdown

Adds Linux support using the official linux/{arch} downloads, and links agent alongside cursor-agent to match https://cursor.com/install.

Tested on Linux x86_64.


After making any changes to a cask, existing or new, verify:

Additionally, if adding a new cask:

  • Named the cask according to the token reference.
  • Checked the cask was not already refused (add your cask's name to the end of the search field).
  • brew audit --cask --new <cask> worked successfully.
  • HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask> worked successfully.
  • brew uninstall --cask <cask> worked successfully.

  • I did not use AI/LLM to create this PR, or I disclosed the tool/model below and reviewed its output, including zap stanza paths; I did not attribute commits to AI and will answer maintainer questions and review comments myself without AI/LLM.

Used Cursor Grok 4.6. Reviewed against the official installer URL layout and symlink names. Verified Linux SHA-256s, zap paths, and ran brew style, brew audit --cask --online, install, agent --version, cursor-agent --version, and uninstall on Linux x86_64.


Comment thread Casks/c/cursor-cli.rb

depends_on :macos

binary "#{staged_path}/dist-package/cursor-agent", target: "agent"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why add this one?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the native name of cursor agent is agent, this is it's official name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants