You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
煎饼果子卷鲨鱼辣椒 d4ac7e2bbf Update README.md to enhance user guidance and trial reset solutions 5 months ago
.github/workflows chore: update .gitignore and enhance auto-tag workflow with cleanup steps 5 months ago
cmd/cursor-id-modifier refactor: update ID generation methods and remove obsolete test file 5 months ago
img Update README.md to enhance user engagement with new payment options 5 months ago
internal fix: comment out version assignment in config preparation 5 months ago
pkg/idgen refactor: update ID generation methods and remove obsolete test file 5 months ago
scripts Refactor sed command syntax in cursor_linux_id_modifier.sh for improved readability 5 months ago
.gitignore chore: update .gitignore and enhance auto-tag workflow with cleanup steps 5 months ago
.goreleaser.yml chore: update GoReleaser configuration for improved binary naming and build settings 5 months ago
LICENSE chore: add MIT license 5 months ago
README.md Update README.md to enhance user guidance and trial reset solutions 5 months ago
README_CN.md Update README.md to enhance user guidance and trial reset solutions 5 months ago
go.mod refactor: update project references from 'dacrab' to 'yuaotian' 5 months ago
go.sum refactor: streamline configuration management and enhance UI interactions 5 months ago

README.md

🚀 Cursor Free Trial Reset Tool


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

If you see this message:This means you've reached the usage limit during the VIP free trial period.

You've reached your trial request limit.

Temporary Solution:

  1. Close Cursor application
  2. Run the machine code reset script (see installation instructions below)
  3. Reopen Cursor to continue using

Solution 2: Account Switch

  1. File -> Cursor Settings -> Sign Out
  2. Close Cursor
  3. Run the machine code reset script
  4. Login with a new account

Solution 3: Network Optimization

If the above solutions don't work, try:

  • Switch to low-latency nodes (Recommended regions: Japan, Singapore, US, Hong Kong)
  • Ensure network stability
  • Clear browser cache and retry

💻 System Support

Windows

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

macOS

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

Linux

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

🚀 One-Click Solution

Linux/macOS: Copy and paste in terminal

curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.sh | sudo bash

Windows: Copy and paste in PowerShell

irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex

💻 How to Open Windows Administrator Terminal

Steps to open administrator terminal on Windows:

  1. Use shortcut key Win + X
  2. Select from the popup menu:
    • "Windows PowerShell (Administrator)"
    • "Windows Terminal (Administrator)"
    • "Terminal (Administrator)" (Options may vary depending on your Windows version)

Windows Installation Features:

  • 🔍 Automatically detects and uses PowerShell 7 if available
  • 🛡️ Requests administrator privileges via UAC prompt
  • 📝 Falls back to Windows PowerShell if PS7 isn't found
  • 💡 Provides manual instructions if elevation fails

That's it! The script will:

  1. Install the tool automatically
  2. 🔄 Reset your Cursor trial immediately

📦 Manual Installation

Download the appropriate file for your system from releases

Windows Packages
  • 64-bit: cursor-id-modifier_windows_x64.exe
  • 32-bit: cursor-id-modifier_windows_x86.exe
macOS Packages
  • Intel: cursor-id-modifier_darwin_x64_intel
  • M1/M2: cursor-id-modifier_darwin_arm64_apple_silicon
Linux Packages
  • 64-bit: cursor-id-modifier_linux_x64
  • 32-bit: cursor-id-modifier_linux_x86
  • ARM64: cursor-id-modifier_linux_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
  • Safe process termination
  • Atomic file operations
  • Error handling and recovery

Project Stats

Star History Chart

Repobeats analytics image

📄 License

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.