An open API service indexing awesome lists of open source software.

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.

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

![Cursor Reset Tool Screenshot](screenshots/app-screenshot.png)

## 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