这个工具可以用自定义 email 注册账号,支持 Google 和 GitHub 账号注册,也支持临时 GitHub 账号注册,会终止所有 Cursor 正在运行的进程,重置并清除 Cursor 的数据和硬件信息。

支持 Windows、macOS 和 Linux。

为了获得最佳性能,请以管理员权限运行,并始终保持最新版本。

请务必清除浏览器的缓存和 cookies。如果可能的话,使用 VPN 来创建新账号。

这是一個自动化工具,自动注册,支持 Windows macOS 和 Linux 系统,完成 Auth 验证,重置 Cursor 的配置。

如果沒有浏览器,可以从 Google ChromeOperaEdgeFirefoxBrave 下载

✨ 功能特点

  • 🌟 使用 Google OAuth 认证(终身访问)

  • ⭐ 使用 GitHub OAuth 认证(终身访问)

  • 自动注册 Cursor 会员

  • 支持 Windows、macOS 和 Linux 系统

  • 完成 Auth 认证

  • 重置 Cursor 配置

  • 删除 Cursor Google 账号

  • 多語言支持(英文、简体中文、繁体中文、越南語)

💻 System Support | 系统支持

Windows x64 macOS Intel
Windows x86 macOS Apple Silicon
Linux x64 Linux x86
Linux ARM64 Linux ARM64

👀 如何使用

⭐ 脚本自动化运行

Linux/macOS

  1. 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

  1. yay -S cursor-free-vip-git

Windows

  1. irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.ps1 | iex
⭐ 手动运行重置机器

Linux/macOS

  1. curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.sh | sudo bash
  1. curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.sh | sudo bash
  1. curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.sh | sudo bash

Windows


  1. irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.ps1 | iex

要停止脚本,请按 Ctrl+C

❗ 注意事項

📝 Config | 文件配置 Win / Macos / Linux Path | 路径 [Documents/.cursor-free-vip/config.ini]

⭐ Config | 文件配置说明

  1. [Chrome]
  2. # 默认 Google Chrome 浏览器路径
  3. chromepath = C:\Program Files\Google/Chrome/Application/chrome.exe
  4. [Turnstile]
  5. # 等待人机验证时间
  6. handle_turnstile_time = 2
  7. # 等待人机验证登录随机事件(必须是 1-3 或者 1,3 这样的组合)
  8. handle_turnstile_random_time = 1-3
  9. [OSPaths]
  10. # 存储路径
  11. storage_path = /Users/username/Library/Application Support/Cursor/User/globalStorage/storage.json
  12. # SQLite 路径
  13. sqlite_path = /Users/username/Library/Application Support/Cursor/User/globalStorage/state.vscdb
  14. # 机器 ID 路径
  15. machine_id_path = /Users/username/Library/Application Support/Cursor/machineId
  16. # For Linux users: ~/.config/cursor/machineid
  17. [Timing]
  18. # 最小随机时间
  19. min_random_time = 0.1
  20. # 最大随机时间
  21. max_random_time = 0.8
  22. # 页面加载等待时间
  23. page_load_wait = 0.1-0.8
  24. # 输入等待时间
  25. input_wait = 0.3-0.8
  26. # Submit Wait | 提交等待时间
  27. submit_wait = 0.5-1.5
  28. # Verification Code Input | 验证码输入等待時間
  29. verification_code_input = 0.1-0.3
  30. # Verification Success Wait | 验证成功等待時間
  31. verification_success_wait = 2-3
  32. # Verification Retry Wait | 验证重试等待時間
  33. verification_retry_wait = 2-3
  34. # Email Check Initial Wait | 邮件检查初始等待時間
  35. email_check_initial_wait = 4-6
  36. # Email Refresh Wait | 邮件刷新等待時間
  37. email_refresh_wait = 2-4
  38. # Settings Page Load Wait | 设置页面加载等待时间
  39. settings_page_load_wait = 1-2
  40. # Failed Retry Time | 失败重试时间
  41. failed_retry_time = 0.5-1
  42. # Retry Interval | 重试间隔
  43. retry_interval = 8-12
  44. # Max Timeout | 最大超时时间
  45. max_timeout = 160
  46. [Utils]
  47. # Check Update | 检查更新
  48. check_update = True
  49. # Show Account Info | 显示账号信息
  50. show_account_info = True
  51. [WindowsPaths]
  52. storage_path = C:\Users\yeongpin\AppData\Roaming\Cursor\User\globalStorage\storage.json
  53. sqlite_path = C:\Users\yeongpin\AppData\Roaming\Cursor\User\globalStorage\state.vscdb
  54. machine_id_path = C:\Users\yeongpin\AppData\Roaming\Cursor\machineId
  55. cursor_path = C:\Users\yeongpin\AppData\Local\Programs\Cursor\resources\app
  56. updater_path = C:\Users\yeongpin\AppData\Local\cursor-updater
  57. update_yml_path = C:\Users\yeongpin\AppData\Local\Programs\Cursor\resources\app-update.yml
  58. product_json_path = C:\Users\yeongpin\AppData\Local\Programs\Cursor\resources\app\product.json
  59. [Browser]
  60. default_browser = opera
  61. chrome_path = C:\Program Files\Google\Chrome\Application\chrome.exe
  62. edge_path = C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
  63. firefox_path = C:\Program Files\Mozilla Firefox\firefox.exe
  64. brave_path = C:\Program Files\BraveSoftware/Brave-Browser/Application/brave.exe
  65. chrome_driver_path = D:\VisualCode\cursor-free-vip-new\drivers\chromedriver.exe
  66. edge_driver_path = D:\VisualCode\cursor-free-vip-new\drivers\msedgedriver.exe
  67. firefox_driver_path = D:\VisualCode\cursor-free-vip-new\drivers\geckodriver.exe
  68. brave_driver_path = D:\VisualCode\cursor-free-vip-new\drivers\chromedriver.exe
  69. opera_path = C:\Users\yeongpin\AppData\Local\Programs\Opera\opera.exe
  70. opera_driver_path = D:\VisualCode\cursor-free-vip-new\drivers\chromedriver.exe
  71. [OAuth]
  72. show_selection_alert = False
  73. timeout = 120
  74. max_attempts = 3
  • 请使用管理员身份运行脚本

  • 请确保在运行脚本前已经关闭 Cursor

  • 此工具仅供学习和研究使用

  • 使用本工具时请遵守相关软件使用条款。

🚨 常见问题

如果遇到权限问题,请确保以管理员身份运行脚本。