A powerful GUI tool that resets Cursor Editor device identifiers when you encounter the message:
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.
- 🖥️ User-friendly graphical interface
- 🔄 Automatic process management
- 💾 Automatic configuration backup
- 🔑 New device ID generation
- 🌏 Multi-language support (English, Chinese & Russian)
- 🖥️ Cross-platform compatibility
- 🛡️ Elevated privileges handling
- 🎨 Modern centered UI design
- Windows ✅ (x64)
- macOS ✅ (Intel & M-series)
- Linux ✅ (x64 & ARM64)
- Python 3.9 or higher
- Required Python packages:
psutil
- Clone the repository:
git clone https://github.com/AkobArm/Cursor_free.git
- Install dependencies:
pip install -r requirements.txt
- Run the tool:
python main.py
The tool manages Cursor's configuration at:
- Windows:
%APPDATA%\Cursor\User\globalStorage\storage.json
- macOS:
~/Library/Application Support/Cursor/User/globalStorage/storage.json
- Linux:
~/.config/Cursor/User/globalStorage/storage.json
{
"telemetry.machineId": "<new-uuid>",
"telemetry.macMachineId": "<new-uuid>",
"telemetry.devDeviceId": "<new-uuid>",
"telemetry.sqmId": "<new-uuid>"
}
- 🔒 Automatic configuration backup
- ⚡ Safe process termination
- 📝 Atomic file operations
⚠️ Error handling and rollback
- ✨ Added Russian language support
- 🎨 Improved UI layout with centered buttons
- 🔧 Enhanced macOS permissions handling
- 💅 Refined language selection interface
- 🚀 Improved startup experience with language selection dialog
当遇到以下提示时,这个强大的GUI工具可以重置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. [... Chinese version continues with same structure as English ...]
Мощный инструмент с графическим интерфейсом для сброса идентификаторов устройства редактора 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.
- 🖥️ Удобный графический интерфейс
- 🔄 Автоматическое управление процессами
- 💾 Автоматическое резервное копирование
- 🔑 Генерация новых ID устройства
- 🌏 Многоязычная поддержка
- 🖥️ Кроссплатформенность
- 🛡️ Обработка прав администратора
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is not officially associated with Cursor Editor. Use at your own risk. Always backup your data before using this tool.
If you encounter any issues or have questions, please open an issue on GitHub.