Skip to content

kingparks/cursor-vip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cursor-vip

中文

cursor-vip is a tool service for CURSOR smart code editor to enjoy VIP intelligent prompts without logging in.

Usage

Open the terminal on MacOS/Linux; Open Git Bash on Windows. Then execute the following command to install:

some computers may report false positives, need to close the antivirus software/computer housekeeper/security protection and then proceed

Method 1: Install via GitHub script

bash <(curl -Lk https://github.com/kingparks/cursor-vip/releases/download/latest/i.sh) githubReadme

Method 2: Install via ghp.ci proxy script

bash <(curl -Lk https://ghp.ci/https://github.com/kingparks/cursor-vip/releases/download/latest/install.sh) githubReadme

Method 3: Manually download the binary file

download the binary file for the corresponding operating system from the release page

# MaxOS/Linux
sudo mv cursor-vip_xx_xxx /usr/local/bin/cursor-vip;
chmod +x /usr/local/bin/cursor-vip;
cursor-vip githubReadme;
# Windows 
# double click cursor-vip_xx_xxx.exe
Precautions for using strong proxy mode

Strong proxy mode For the first time after starting, you need to install the trusted certificate. The certificate will be automatically generated after the first start command, and the path is ~/.cursor-vip/cursor-vip-ca-cert.pem.

  • MacOS: Execute open ~/.cursor-vip in the terminal, double-click the cursor-vip-ca-cert.pem file, pop up the "Keychain Access" window, select the certificate, search for cursor-vip, double-click cursor-vip, expand trust, select "Always trust when using this certificate", close the pop-up window, enter the password to confirm, and the certificate is installed.
  • Windows: Search for cer in windows, select the certmgr.msc function, expand Trusted Root Certification Authorities, select Certificates, right-click All Tasks, select Import..., next, enter the %homepath%\.cursor-vip\cursor-vip-ca-cert.pem file, next all the way, complete; reopen the browser.
  • Linux: //TODO linux currently only supports minimalist mode

Enjoy cursor-vip:

  • Open the CURSOR code editor, click the settings icon in the upper right corner, and you can see that you are already a VIP account.
  • Enjoy code prompts and chat functions.

Star History

Star History Chart