## File: README.md # cursor-vip > 🌐️ English | [中文](README_CN.md) ⚠️ If your region supports official cursor payment, please support the official purchase as much as your funds allow, cursor is a good editor. ⚠️ The cost and benefits generated by using this project are the same as the official ones. This project is not cheaper. It just feels less expensive because it is shared by many people. However, the stability and speed are not as good as the official ones. ⚠️ We plan to cooperate with the cursor official in the future to provide support for projects that can promote the progress of world civilization. ⚠️ If you encounter problems, you can try small amount refresh (by shortcut key 'u3o' 'u3d' 'u3t' 'u3h'). ⚠️ We cannot guarantee the stable use of the Claude model, but the default model is very stable. ⚠️ After expiration, paying will increase the usage time of the tool, and small amount refresh payment verification will also increase the usage time. ### Usage Open the terminal on MacOS/Linux; Open Git Bash on Windows(If you don't have GitBash, please choose method 3 to download manually, wsl is not supported). 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 bash <(curl -Lk https://github.com/kingparks/cursor-vip/releases/download/latest/i.sh) githubReadme ``` Method 2: Install via Gitee script ```bash bash <(curl -Lk https://gitee.com/kingparks/cursor-vip/releases/download/latest/ic.sh) githubReadme ``` Method 3: Manually download the binary file > download the binary file for the corresponding operating system from the [release](https://github.com/kingparks/cursor-vip/releases) page ```shell # MaxOS/Linux (linux binary installation also requires additional execution of the content of i.sh) 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 ``` Launch cursor-vip: ```bash # MaxOS/Linux cursor-vip # Windows # double click cursor-vip_xx_xxx.exe ``` [Additional settings for proxy mode](docs/proxyMode.md) 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. --- ```md # Change configuration manually # Configuration file is located at ~/.cursor-viprc is a json file # Configuration items: # lang - language - String, optional values: en English; zh Chinese; nl Dutch; ru Russian; hu Hungarian; tr Turkish; es Spanish; # mode - mode - int, optional values: 1 normal mode; 2 proxy mode; ``` ### Promotion Guide [Promotion Guide](docs/promotion.md) --- ### How to use custom models [Gemini 2.0](docs/models-gemini-2.0.md) --- ### Q & A [Q & A](docs/Q&A.md) --- ### Star History --- ## File: docs/csrutil.md ### Solve 'Operation not permitted' error > 🌐️ English | [中文](csrutil_CN.md) > Mac users can temporarily disable SIP, then run cursor-vip to solve this problem, and you can enable SIP after solving it #### MacOS Apple Silicon Press and hold the power button when starting up until the settings appear, then release it. Click the "Options" button to continue. From the top menu bar, click "Utilities" and select "Terminal". Enter「csrutil disable」and press Enter. Click the  menu and select "Restart". #### MacOS Intel CPU Press and hold Command ⌘ + R on the keyboard immediately when starting up until you see the Apple logo or a spinning globe, then release it. From the top menu bar, click "Utilities" and select "Terminal". Enter「csrutil disable」and press Enter. Click the  menu and select "Restart". --- ## File: docs/csrutil_CN.md ### Mac 权限问题 解决方案 > 🌐️ 中文 | [English](freeTrialsSolve.md) > Mac 用户可以临时关闭SIP,再执行 cursor-vip 即可解决这个问题,解决后可再次开启SIP #### MacOS Apple Silicon 开机时长按开机键,直到出现「设置」后松开,点击「选项」按钮继续,从上方的菜单栏点击「实用工具」选择「终端」,输入「csrutil disable」后回车,点击菜单栏  标志,选择「重新启动」 #### MacOS Intel CPU 开机时立即在键盘上按住 Command ⌘ + R,直到看到 Apple 标志或旋转的地球时松开,从上方的菜单栏点击「实用工具」选择「终端」,输入「csrutil disable」后回车,点击菜单栏  标志,选择「重新启动」 > 其他操作系统理论上直接运行 cursor-vip 即可,如果不行,可以联系我远程看看是什么问题 --- ## File: docs/freeTrialsSolve.md ### Solve 'Too many free trials' > 🌐️ English | [中文](freeTrialsSolve_CN.md) > When you use too many free accounts on a device, you will be prompted with Too many free trials. Mac users can temporarily disable SIP, then run cursor-vip to solve this problem, and you can enable SIP after solving it #### MacOS Apple Silicon Press and hold the power button when starting up until the settings appear, then release it. Click the "Options" button to continue. From the top menu bar, click "Utilities" and select "Terminal". Enter「csrutil disable」and press Enter. Click the  menu and select "Restart". #### MacOS Intel CPU Press and hold Command ⌘ + R on the keyboard immediately when starting up until you see the Apple logo or a spinning globe, then release it. From the top menu bar, click "Utilities" and select "Terminal". Enter「csrutil disable」and press Enter. Click the  menu and select "Restart". --- ## File: docs/freeTrialsSolve_CN.md ### Too many free trials 解决方案 > 🌐️ 中文 | [English](freeTrialsSolve.md) > 当在一台设备上使用了过多的免费账号,就会提示 Too many free trials, Mac 用户可以临时关闭SIP,再执行 cursor-vip 即可解决这个问题,解决后可再次开启SIP #### MacOS Apple Silicon 开机时长按开机键,直到出现「设置」后松开,点击「选项」按钮继续,从上方的菜单栏点击「实用工具」选择「终端」,输入「csrutil disable」后回车,点击菜单栏  标志,选择「重新启动」 #### MacOS Intel CPU 开机时立即在键盘上按住 Command ⌘ + R,直到看到 Apple 标志或旋转的地球时松开,从上方的菜单栏点击「实用工具」选择「终端」,输入「csrutil disable」后回车,点击菜单栏  标志,选择「重新启动」 > 其他操作系统理论上直接运行 cursor-vip 即可,如果不行,可以联系我远程看看是什么问题 --- ## File: docs/models-gemini-2.0.md ### Gemini-2.0 Model > 🌐️ English | [中文](models-gemini-2.0_CN.md) Google recently released their latest large model Gemini 2.0, which is twice as fast as before, and as long as you become a developer, you can use the gemini-2.0-flash-exp model for free through the API. #### step 1: Create "Google AI Studio API" Key 访问 [Google AI Studio](https://aistudio.google.com/app/apikey) 点击创建 API 密钥。 #### step 2: Set "Google API Key" in Cursor #### step 3: Add the gemini-2.0-flash-exp model in Cursor settings #### step 4: Use the gemini-2.0-flash-exp model in Cursor --- ## File: docs/models-gemini-2.0_CN.md ### Gemini-2.0 模型 > 🌐️ 中文 | [English](models-gemini-2.0.md) 谷歌最近发布了它们的最新大模型 Gemini 2.0,速度是之前的 2 倍,只要成为开发者就能够免费通过 API 的方式使用 gemini-2.0-flash-exp 模型。 #### step 1: 创建 Google AI Studio API 密钥 访问 [Google AI Studio](https://aistudio.google.com/app/apikey?hl=zh-cn) 点击创建 API 密钥。 #### step 2: 在 Cursor 设置 Google API Key #### step 3: 在 Cursor 设置 添加 gemini-2.0-flash-exp 模型 #### step 4: 在 Cursor 使用 gemini-2.0-flash-exp 模型 --- ## File: docs/promotion.md ### Promotion Guide > 🌐️ English | [中文](promotion_CN.md) > Due to the large number of non-real users received in the background, the promotion method of increasing one year for every 10 people has been removed, and only the promotion method of automatically increasing one year for every 2 people who pay has been retained. By promoting cursor-vip, you can automatically get up to an unlimited amount of free usage time, and the other party can also get 15 days of free (self-registration for 7 days), you can refer to the following methods: 1. After cloning this repository, replace `githubReadme` in the `README` with your DeviceID. 2. Post articles on platforms such as SegmentFault/Stack Overflow/GitHub Discussions/Reddit/Dev.to/Hacker News/DZone/V2EX/Quora/WeChat Official Account/Zhihu/Bilibili/CSDN/, promoting the use of cursor pro in this way, and attach your own promotional installation command or cloned github address. 3. Comment under cursor related articles or videos, for example: "Cooperate with Github's [Your Github Name]/cursor-vip for low-priced or freelancing Pro" --- ## File: docs/promotion_CN.md ### 推广指南 > 🌐️ 中文 | [English](promotion.md) > 由于后台收到了大量非真实使用用户,因此去除了推广方式中的每10人增加一年,只保留每2人付费自动增加一年的推广方式。 通过推广 cursor-vip,您可以自动获得至多无限多的免费使用时间,对方也可以获取15天的免费试用(自主注册为7天), 可参考以下方式: 1. clone 该仓库后,替换 `README` 中的 `githubReadme` 为您的设备码。 2. 在公众号/知乎/哔哩哔哩/CSDN/SegmentFault/Stack Overflow/GitHub Discussions/Reddit/Dev.to/Hacker News/DZone/V2EX/Quora 等平台发布文章,安利此种使用 cursor pro 的方式,附加上自己的推广安装命令或 clone 后的 github 地址。 3. 在相关 cursor 文章或视频下面评论 例如:"可以配合 github 的 [你的github名字]/cursor-vip 低价或白嫖 Pro" --- ## File: docs/proxyMode.md ### Proxy mode > 🌐️ English | [中文](proxyMode_CN.md) > Notice that trusting certificates is a very dangerous thing. If you set the proxy to the system proxy, the proxy service can capture all network requests on your computer. Therefore, for untrusted programs, never trust certificates and set the proxy to the system proxy. > The mode 2,3,4 is that cursor-vip starts a proxy service locally on your computer, only the proxy configuration of the cursor client points to the proxy service of cursor-vip, and other software does not use this proxy. We promise not to record any of your network requests. 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/`. #### MacOS: Command method ```sh sudo security add-trusted-cert -d -p ssl -p basic -k /Library/Keychains/System.keychain ~/.cursor-vip/i-need-to-trust-ca-cert.pem ``` Graphical method > Execute open ~/.cursor-vip in the terminal, double-click the i-need-to-trust-ca-cert.pem file, pop up the "Keychain Access" window, select the certificate, search for cursor-vip, double-click cursor-vip, expand trust, select X.509 Basic Policy "Always trust", close the pop-up window, enter the password to confirm, and the certificate is installed. #### Windows: Command method (gitBash) ```sh certutil -addstore root ~/.cursor-vip/ca-cert.cer ``` Command method(cmd) ```sh certutil -addstore root %USERPROFILE%\.cursor-vip\ca-cert.cer ``` Graphical method > 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\ca-cert.cer file, next all the way, complete; #### Linux > [Ubuntu/Debian](https://askubuntu.com/questions/73287/how-do-i-install-a-root-certificate/94861#94861)、[Fedora](https://docs.fedoraproject.org/en-US/quick-docs/using-shared-system-certificates/#proc_adding-new-certificates)