SuperPowers AI official CLI

Install the published superpowers-ai npm package, sign in with a Super account, and start the private desktop streamer on a user-owned Mac, Windows, or Linux computer. The commands superpowers and supers launch the same guided flow.

Install

Use Node.js 18 or newer, then run npm install -g superpowers-ai. npm exposes both official command names from the installed package.

Sign in

Run superpowers or supers. Choose email or phone sign-in, complete the account flow, and keep the printed authenticated control link private.

Start and stop

The guided launcher downloads or starts the appropriate desktop streamer. Keep the terminal process open while the device is available and use normal process interruption to stop it.

Agent-friendly installation

The package is public, scriptable, and does not require a sales-assisted setup.

Requirements

Install Node.js 18 or newer and npm. The CLI supports macOS, Windows, and Linux desktop setup. Device permissions and platform support still depend on the selected streamer and operating system.

Install globally

Run npm install -g superpowers-ai. Verify the installation with superpowers --help or supers --help. The npm registry page is the canonical package record.

Authenticate interactively

Start the CLI without embedding credentials in a script. The launcher supports account creation and sign-in with the same email or phone identity used by Super. The resulting control URL is owner-scoped and should not be shared publicly.

Use from an agent

An agent can check that Node.js and npm are available, install the public package, launch the guided command, and then pause for the user when login or operating-system permission is required. Agents must not copy authentication links into public logs.

Turn an owned computer into a private Super streamer.

Install the public npm package, complete sign-in, and keep control scoped to the account owner.