# cursor-manager **Repository Path**: chencq/cursor-manager ## Basic Information - **Project Name**: cursor-manager - **Description**: 支持 token 自动获取账号信息,Cursor 账号一键切换登录,机器状态自动重置。全程无需手动操作,省去繁琐步骤,实现账号快速切换与设备状态自动校准,大幅提升使用便捷性与效率,让操作更省心。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-03-28 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cursor Manager Cursor Manager is an Electron-based application designed to help users manage configurations and account information related to the Cursor application. It provides a graphical user interface to simplify the configuration process, along with additional features such as account management, proxy settings, and integration with Puppeteer. ## Features - **Account Management**: Add, edit, and delete account information. - **Proxy Settings**: Configure and apply proxy settings. - **Puppeteer Integration**: Perform automation tasks using Puppeteer. - **Cross-Platform Support**: Supports Windows, macOS, and Linux. ## Installation ### Clone the Repository ```bash git clone https://gitee.com/geordies/cursor-manager.git cd cursor-manager ``` ### Install Dependencies ```bash npm install # Or use pnpm pnpm install ``` ### Build Run the appropriate build script for your operating system: - **Windows**: ```bash .\build.bat ``` - **Linux/macOS**: ```bash chmod +x build.sh ./build.sh ``` ### Launch the Application ```bash npm start # Or use pnpm pnpm start ``` ## Usage 1. After launching the application, use the interface to add and manage accounts. 2. Configure proxy settings and other options in the settings panel. 3. Use Puppeteer features to perform automation tasks. ## Contributing Contributions of all kinds are welcome! If you have suggestions or encounter any issues, please open an Issue or submit a Pull Request. ## License This project is licensed under the MIT License. See the LICENSE file for details. ## Contact Us If you have any questions or need assistance, please reach out via the project's Issue page.