一、项目简介
Cursor-Free-VIP 是一个开源项目,旨在帮助用户免费使用 Cursor AI 的高级功能。它通过自动注册 Cursor 账号、重置机器 ID 和完成 Auth 验证等操作,解决 Cursor AI 中常见的限制提示。
二、系统准备
1…cursor需要更新到最新的版本
三、安装与使用
- 克隆项目
打开命令行工具,运行以下命令克隆项目:
bash
git clone https://github.com/yeongpin/cursor-free-vip.git
- 脚本自动化运行
用管理员权限打开 PowerShell , cd到对应的cursor-free-vip文件夹
选择以下脚本运行:
Linux/macOS
curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.sh -o install.sh && chmod +x install.sh && ./install.sh
Archlinux
Install via AUR
yay -S cursor-free-vip-git
Windows
irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.ps1 | iex
在这里插入图片描述