https://github.com/kingparks/cursor-vip
cursor IDE enjoy VIP
https://github.com/kingparks/cursor-vip
cursor cursor-pro
Last synced: 3 months ago
JSON representation
cursor IDE enjoy VIP
- Host: GitHub
- URL: https://github.com/kingparks/cursor-vip
- Owner: kingparks
- License: mit
- Created: 2024-08-27T09:27:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T14:52:56.000Z (3 months ago)
- Last Synced: 2025-02-12T15:51:31.557Z (3 months ago)
- Topics: cursor, cursor-pro
- Language: Go
- Homepage: https://cursor.jeter.eu.org
- Size: 453 KB
- Stars: 2,101
- Watchers: 106
- Forks: 464
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - kingparks/cursor-vip - cursor IDE enjoy VIP (Go)
README
# 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.
⚠️ This project is only to provide a solution for inconvenient payment areas. Currently, every 8 devices share a Pro account, and the Pro account is purchased with our money. Do not abuse it, thank you!
⚠️ 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 8 people. However, the stability and speed are not as good as the official ones.
⚠️ The stability of the proxy mode is better than the normal mode. If the resources are used up in the proxy mode, please open a new session.
⚠️ The current stability ranking of the mode is: mode 3 > mode 2 > mode 4.
⚠️ We plan to cooperate with the cursor official in the future to provide support for projects that can promote the progress of world civilization.
### 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 proceedMethod 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
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)