# Cursor Reset Tool

A tool to reset Cursor AI identity and reinstall Cursor AI.

## Features

- Reset Cursor AI identity to refresh trial period
- Complete uninstall and reinstall of Cursor AI
- Check system requirements
- Interactive user interface
- Cross-platform support (macOS and Windows)

## Installation

```bash
npm install -g cursor-reset-tool
```

This will install the Cursor Reset Tool globally on your system.

## Usage

### Interactive Mode

For a guided experience with a user-friendly menu, simply run:

```bash
cursor-reset
```

This will launch the interactive mode where you can select various operations.

### Command Line Options

The tool also supports direct command line usage:

```bash
# Show help
cursor-reset --help

# Reset Cursor AI completely (uninstall, reinstall, and reset identity)
cursor-reset reset

# Reset only Cursor AI identity (without reinstallation)
cursor-reset reset-id

# Check if your system meets requirements
cursor-reset check

# Install Cursor AI
cursor-reset install

# Uninstall Cursor AI
cursor-reset uninstall

# View licensing information
cursor-reset license
```

## System Requirements

- **Operating System**: macOS or Windows
- **Architecture**: x64 (Intel/AMD) or arm64 (Apple Silicon)
- **Minimum RAM**: 4GB
- **Free Disk Space**: 2GB

## How It Works

The Cursor Reset Tool helps you to:

1. **Reset Identity**: Resets Cursor AI's unique identifier and clears all preferences, allowing you to sign up with a fresh account.
2. **Uninstall**: Completely removes Cursor AI from your system.
3. **Install**: Downloads and installs Cursor AI v0.44.11.
4. **System Check**: Verifies that your system meets the requirements for running Cursor AI.

## License

MIT

## Disclaimer

This tool is not affiliated with the official Cursor AI developers. Use at your own risk. 