A tool for resetting the trial period of the Cursor Editor.
简体中文 | English
- 🚀 One-click reset of Cursor Editor trial period
- 💪 Cross-platform support (Windows, macOS, Linux)
- 🔧 Simple and easy to use
- 🎯 No configuration required
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
- Go to our releases page
- Download the version for your operating system:
- Windows:
cursor-reset-win.exe
- macOS:
cursor-reset-macos
- Linux:
cursor-reset-linux
- Windows:
- Run the executable:
- Windows/macOS: Double click to run
- Linux: Open terminal and run:
chmod +x cursor-reset-linux # Make it executable (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
The built executables will be available in the dist
directory.
The tool works by clearing the Cursor Editor's local storage data that tracks the trial period. This allows you to start a fresh trial period.
- Windows
- macOS
- Linux
Contributions are welcome! Please feel free to submit a Pull Request.
- 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. Please support the developers by purchasing a license if you find the Cursor Editor useful.