This tool is only intended for the following specific scenarios:
- During Cursor's official free trial period
- When system mistakenly flags as duplicate trial due to technical issues
- As a temporary solution when official support is not readily available
Please note:
- This tool is not meant for bypassing paid features or cracking software
- If your trial period has expired, please purchase a license or seek alternatives
- It's recommended to contact official support first
- Please ensure you are within valid trial period before using this tool
本工具仅用于解决以下特定场景:
- 在Cursor官方承诺的免费试用期内
- 由于技术原因导致系统误判为重复试用
- 无法通过正常渠道及时获得官方支持时的临时解决方案
请注意:
- 本工具不是用于规避付费或破解软件
- 如果您已超出试用期,请购买正版授权或寻找其他替代方案
- 建议优先通过官方支持渠道解决问题
- 使用本工具前请确认您处于有效的试用期内
A tool to resolve the following prompt issue during Cursor's free trial period:
Too many free trial accounts used on this machine. Please upgrade to pro. We have this limit in place to prevent abuse. Please let us know if you believe this is a mistake.
- Reset Cursor free trial limitations
- Provides both automatic and manual reset methods
- Support multiple platforms
- ✅ Windows (Tested)
- ✅ MacOS (Tested)
- ✅ Linux (Tested)
- Requires administrator/root privileges
- Ensure Cursor is completely closed before use
- Download the appropriate executable for your system:
- Windows:
cursor_id_modifier.exe
- MacOS:
cursor_id_modifier_mac
orcursor_id_modifier_mac_arm64
- Linux:
cursor_id_modifier_linux
- Windows:
- Run the program as administrator
- Follow the prompts
- Restart Cursor to apply changes
- Close Cursor completely
- Locate the storage.json file:
- Windows:
%APPDATA%\Roaming\Cursor\User\globalStorage\storage.json
- MacOS:
~/Library/Application Support/Cursor/User/globalStorage/storage.json
- Linux:
~/.config/Cursor/User/globalStorage/storage.json
- Windows:
- Make the file writable (if needed):
- Windows: Right click -> Properties -> Uncheck "Read-only"
- MacOS/Linux:
chmod 666 storage.json
- Edit the file and replace these fields with new random values:
{ "telemetry.macMachineId": "generate-64-char-hex", "telemetry.machineId": "generate-64-char-hex", "telemetry.devDeviceId": "generate-uuid-format" }
- For hex values: Use 64 characters (0-9, a-f)
- For UUID: Use format like "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
- Make the file read-only:
- Windows: Right click -> Properties -> Check "Read-only"
- MacOS/Linux:
chmod 444 storage.json
- Restart Cursor
- Use this tool at your own risk
- Backup important data before use
- For educational and research purposes only
This tool is for educational purposes only. Users bear all risks and responsibilities associated with its use.
Issues and Pull Requests are welcome to help improve this project.
解决Cursor在免费订阅期间出现以下提示的问题:
Too many free trial accounts used on this machine. Please upgrade to pro. We have this limit in place to prevent abuse. Please let us know if you believe this is a mistake.
- 重置Cursor免费试用限制
- 提供自动和手动重置方法
- 支持多个操作系统平台
- ✅ Windows (已测试)
- ✅ MacOS (已测试)
- ✅ Linux (已测试)
- 需要管理员/root权限执行
- 请确保已完全退出Cursor程序
- 下载对应系统的可执行文件:
- Windows系统:
cursor_id_modifier.exe
- MacOS系统:
cursor_id_modifier_mac
或cursor_id_modifier_mac_arm64
- Linux系统:
cursor_id_modifier_linux
- Windows系统:
- 以管理员身份运行程序
- 按照提示进行操作
- 重启Cursor即可
- 完全关闭Cursor
- 找到storage.json文件:
- Windows:
%APPDATA%\Roaming\Cursor\User\globalStorage\storage.json
- MacOS:
~/Library/Application Support/Cursor/User/globalStorage/storage.json
- Linux:
~/.config/Cursor/User/globalStorage/storage.json
- Windows:
- 修改文件为可写(如果需要):
- Windows: 右键 -> 属性 -> 取消勾选"只读"
- MacOS/Linux:
chmod 666 storage.json
- 编辑文件,替换以下字段为新的随机值:
{ "telemetry.macMachineId": "生成64位十六进制", "telemetry.machineId": "生成64位十六进制", "telemetry.devDeviceId": "生成UUID格式" }
- 十六进制值:使用64个字符(0-9, a-f)
- UUID格式:类似 "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
- 将文件设为只读:
- Windows: 右键 -> 属性 -> 勾选"只读"
- MacOS/Linux:
chmod 444 storage.json
- 重启Cursor
- 使用本工具需要您自行承担风险
- 建议在重要数据做好备份后使用
- 本工具仅用于学习研究,请勿用于商业用途
本工具仅供学习交流使用,使用本工具所造成的任何问题由使用者自行承担。
欢迎提交Issue和Pull Request来帮助改进这个项目。
MIT License
Copyright (c) 2024
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.