Pro Installation

Install Cursor.js Pro from the tarball delivered after purchase.

After purchase, you will receive a tarball named cursor.js-pro-0.0.0.tgz.

Place that file in your project, then install it with your preferred package manager:

npm install ./cursor.js-pro-0.0.0.tgz
pnpm add ./cursor.js-pro-0.0.0.tgz
yarn add ./cursor.js-pro-0.0.0.tgz

Once the package is installed, you can import Pro plugins from @cursor.js/pro in the usual way:

import { TrailPlugin, WaitForUserPlugin } from '@cursor.js/pro';

If your project does not already include the core package, install @cursor.js/core as well.

Gemini TTS Subscription

If you want to use GeminiTTSPlugin for hosted voice generation, add a Gemini TTS subscription to your Pro license. Review the available Solo and Team options in the Gemini TTS add-on section.