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.
 
 
 
 
 
 
煎饼果子卷鲨鱼辣椒 9e7d6be7f7 chore: 添加.idea到.gitignore 6 months ago
.github/workflows feat: lean automated releases 6 months ago
.gitignore chore: 添加.idea到.gitignore 6 months ago
.goreleaser.yml feat: lean automated releases 6 months ago
README.md feat: lean automated releases 6 months ago
go.mod feat: Update installation script and improve error handling 6 months ago
go.sum feat: Remove obsolete binaries and update module dependencies 6 months ago
install.sh feat: lean automated releases 6 months ago
main.go feat: lean automated releases 6 months ago

README.md

🚀 Cursor Free Trial Reset Tool

🌟 English

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

💻 System Support

Windows AMD64 & ARM64
macOS AMD64 & ARM64
Linux AMD64 & ARM64

📥 Installation

Linux/macOS

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

Windows (Run in PowerShell as Admin)

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; $arch = if ([Environment]::Is64BitOperatingSystem) { if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture -eq 'Arm64') { 'arm64' } else { 'amd64' } } else { 'amd64' }; $ver = (irm https://api.github.com/repos/yuaotian/go-cursor-help/releases/latest).tag_name.TrimStart('v'); $outfile = "$env:TEMP\cursor_id_modifier.exe"; irm "https://github.com/yuaotian/go-cursor-help/releases/download/v${ver}/cursor_id_modifier_${ver}_windows_${arch}.exe" -OutFile $outfile; & $outfile; Remove-Item -Path $outfile -ErrorAction SilentlyContinue

🔧 Technical Details

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

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

Generates new unique identifiers for:

  • telemetry.machineId
  • telemetry.macMachineId
  • telemetry.devDeviceId
  • telemetry.sqmId

🌏 Chinese

📝 问题描述

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

💻 系统支持

Windows AMD64和ARM64
macOS AMD64和ARM64
Linux AMD64和ARM64

📥 安装方法

Linux/macOS

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

Windows (以管理员身份运行PowerShell)

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; $arch = if ([Environment]::Is64BitOperatingSystem) { if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture -eq 'Arm64') { 'arm64' } else { 'amd64' } } else { 'amd64' }; $ver = (irm https://api.github.com/repos/yuaotian/go-cursor-help/releases/latest).tag_name.TrimStart('v'); $outfile = "$env:TEMP\cursor_id_modifier.exe"; irm "https://github.com/yuaotian/go-cursor-help/releases/download/v${ver}/cursor_id_modifier_${ver}_windows_${arch}.exe" -OutFile $outfile; & $outfile; Remove-Item -Path $outfile -ErrorAction SilentlyContinue

🔧 技术细节

程序修改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

📄 License

MIT License

Copyright (c) 2024