Skip to content

Add Windows install script for Cursor Agent CLI#2

Open
davemc50 wants to merge 2 commits into
mainfrom
cursor/windows-cursor-agent-cli-install-1fce
Open

Add Windows install script for Cursor Agent CLI#2
davemc50 wants to merge 2 commits into
mainfrom
cursor/windows-cursor-agent-cli-install-1fce

Conversation

@davemc50
Copy link
Copy Markdown
Owner

Summary

  • add a PowerShell script at scripts/install-cursor-agent-cli-windows.ps1
  • script installs Cursor Agent CLI on Windows using Cursor's official installer URL
  • includes basic safety checks (Windows-only guard, empty payload check) and verifies installation with agent --version

Usage

Run in PowerShell:

powershell -ExecutionPolicy Bypass -File .\scripts\install-cursor-agent-cli-windows.ps1

Optional custom URL:

powershell -ExecutionPolicy Bypass -File .\scripts\install-cursor-agent-cli-windows.ps1 -InstallUrl "https://cursor.com/install?win32=true"

Testing

  • not executed in this Linux cloud environment (script is Windows-specific)
  • static validation completed by reviewing script logic and PowerShell compatibility handling
Open in Web Open in Cursor 

davemc50 and others added 2 commits February 18, 2026 05:17
Co-authored-by: David McNeill <davemc50@users.noreply.github.com>
@davemc50 davemc50 marked this pull request as ready for review April 12, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants