A tool to reset Cursor editor trial period
English | 简体ä¸æ–‡
- 🚀 One-click reset of Cursor editor trial period
- 💪 Cross-platform support (Windows, macOS, Linux)
- 🔧 Simple to use
- 🎯 No configuration needed
Due to restrictions in new Cursor versions, reset functionality will no longer be supported for versions above 45.
Supporting newer versions would require modifying system-level components, which could affect other programs on your computer.
Therefore, we will not support higher versions. If you still want to use this script, please check your Cursor version and download Cursor version below 45.
Currently, only Cursor version 44.11 has been tested to support fingerprint reset.
Versions above 45 are not supported
This script was last updated on 2025.02.11, with the following changes:
The script disables automatic software updates during execution, so if you are a paid Cursor user after using this script, please uninstall and install the latest version
Version | Date | MacOS Download | Windows X64 Download | Linux X64 Download | Status |
---|---|---|---|---|---|
0.44.11 | 2025-01-04 | Link | Link | Link | ✅ Supported |
irm https://raw.githubusercontent.com/isboyjc/cursor-reset/main/scripts/reset.ps1 | iex
jsdelivr cdn
irm https://cdn.jsdelivr.net/gh/isboyjc/cursor-reset@main/scripts/reset.ps1 | iex
curl -fsSL https://raw.githubusercontent.com/isboyjc/cursor-reset/main/scripts/reset.sh | sh
jsdelivr cdn
curl -fsSL https://cdn.jsdelivr.net/gh/isboyjc/cursor-reset@main/scripts/reset.sh | sh
- Visit releases page or Quark Cloud Drive
- Download the version for your system:
- Windows:
cursor-reset-win.exe
- macOS:
cursor-reset-macos
- Linux:
cursor-reset-linux
- Windows:
- Run the program:
- Windows/macOS: Double-click to run
- Linux: Open terminal and run:
chmod +x cursor-reset-linux # Add execution permission (first time only) ./cursor-reset-linux # Run the tool
- Clone the repository:
git clone https://github.com/isboyjc/cursor-reset.git
- Install dependencies:
cd cursor-reset
npm install
- Build executables:
npm run build:all
After building, executables will be generated in the dist
directory.
This tool works by clearing the local storage data used by the Cursor editor to track trial periods, allowing you to start a new trial period.
- Windows
- macOS
- Linux
Contributions are welcome! Feel free to submit Pull Requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is for educational purposes only. If you find the Cursor editor useful, please support the developers by purchasing a license.