Skip to content

手动解决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.

License

Notifications You must be signed in to change notification settings

CodeGetters/js-cursor-helper

Repository files navigation

🚀 Cursor Free Trial Reset Tool


🌟 English

This project was inspired by yuaotian/go-cursor-help, and I would like to thank yuaotian for his contribution. This project is mainly focused on solving the problem of cursor-storage.json file location stored in the user's device, if you want to fool reset the Cursor trial, please use yuaotian/go-cursor-help, Use this project if you want to manually change the unique identifier in the Cursor-storage.json file.

📝 Description

Resets Cursor's free trial limitation when you see:

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.

📝 Usage

# install dependencies
pnpm install

# generate new unique identifier
pnpm generate

using js-cursor-helper

💻 System Support

Windows

  • x64 (64-bit)
  • x86 (32-bit)

macOS

  • Intel (x64)
  • Apple Silicon (M1/M2)

Linux

  • x64 (64-bit)
  • x86 (32-bit)
  • ARM64

🔧 Technical Details

Configuration Files

The program modifies Cursor's storage.json config file located at:

  • Windows: %APPDATA%\Cursor\User\globalStorage\storage.json
  • macOS: ~/Library/Application Support/Cursor/User/globalStorage/storage.json
  • Linux: ~/.config/Cursor/User/globalStorage/storage.json
Modified Fields

The tool generates new unique identifiers for:

  • telemetry.machineId
  • telemetry.macMachineId
  • telemetry.devDeviceId
  • telemetry.sqmId
Safety Features
  • ✅ use uuid to generate unique identifier
  • ✅ use crypto to encrypt the unique identifier

🌏 Chinese

本项目受yuaotian/go-cursor-help启发,在此感谢yuaotian的贡献。本项目主要致力于解决 Cursor-storage.json 文件位置在用户设备中存储位置的问题,如果你想要傻瓜式重置 Cursor 试用期,请使用yuaotian/go-cursor-help,如果你想要手动更改 Cursor-storage.json 文件中的唯一标识符,请使用本项目。

using js-cursor-helper

📝 问题描述

当看到以下提示时重置 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.

📝 使用

# 安装依赖
pnpm install

# 生成新的唯一标识符
pnpm generate

using js-cursor-helper

💻 系统支持

Windows

  • x64 & x86

macOS

  • Intel & M-series

Linux

  • x64 & ARM64

🔧 技术细节

配置文件

程序修改 Cursor 的storage.json配置文件,位于:

  • Windows: %APPDATA%\Cursor\User\globalStorage\
  • macOS: ~/Library/Application Support/Cursor/User/globalStorage/
  • Linux: ~/.config/Cursor/User/globalStorage/
修改字段

工具会生成新的唯一标识符:

  • telemetry.machineId
  • telemetry.macMachineId
  • telemetry.devDeviceId
  • telemetry.sqmId
安全特性
  • ✅ 使用 uuid 生成唯一标识符
  • ✅ 使用 crypto 加密唯一标识符

📄 License

MIT License

Copyright (c) 2025 Simon Johnson

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.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

手动解决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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published