https://github.com/fisapool/cursor-ai-reset-tool
A desktop application for resetting Cursor AI identity and managing installations. Features automatic updates, cross-platform support, and an intuitive interface.
https://github.com/fisapool/cursor-ai-reset-tool
cursor cursor-ai electron
Last synced: over 1 year ago
JSON representation
A desktop application for resetting Cursor AI identity and managing installations. Features automatic updates, cross-platform support, and an intuitive interface.
- Host: GitHub
- URL: https://github.com/fisapool/cursor-ai-reset-tool
- Owner: fisapool
- Created: 2025-03-15T19:10:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-15T19:36:55.000Z (over 1 year ago)
- Last Synced: 2025-03-15T20:23:18.210Z (over 1 year ago)
- Topics: cursor, cursor-ai, electron
- Language: HTML
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cursor AI Reset Tool
A desktop application to manage Cursor AI installations and reset trial periods.
## Features
- Reset Cursor AI identity to refresh trial period
- Complete uninstallation and reinstallation of Cursor AI
- System compatibility checks
- Modern and user-friendly interface
- Cross-platform support (macOS and Windows)
- **Automatic updates** - Stay up-to-date with the latest features and bug fixes
## Screenshots

## Installation
### macOS
Download the latest DMG file from the [Releases](https://github.com/fisapool/Cursor-AI-Reset-Tool/releases) page and drag the application to your Applications folder.
### Windows
Download the installer from the [Releases](https://github.com/fisapool/Cursor-AI-Reset-Tool/releases) page and run it to install the application.
A portable version is also available if you prefer not to install.
## Updates
The application will automatically check for updates when it starts and notify you when a new version is available. You can also manually check for updates by clicking the "Check for Updates" link at the bottom of the application.
## Building from Source
```bash
# Clone the repository
git clone https://github.com/fisapool/Cursor-AI-Reset-Tool.git
cd Cursor-AI-Reset-Tool
# Install dependencies
npm install
# Run the application
npm start
# Build for macOS
npm run build:mac
# Build for Windows
npm run build:win
# Build and publish a new release
npm run publish
```
## Technology
This application is built with:
- Electron
- Node.js
- electron-updater for seamless application updates
- cursor-reset-tool npm package
## License
MIT