superpowers-ai
v0.1.0
Published
CLI installer, login flow, and launcher for the SuperPowers desktop streamer
Maintainers
Readme
SuperPowers
Install the SuperPowers desktop streamer from the command line.
Supported Platforms
- macOS
- Windows
- Linux
Install
npm install -g superpowers-aiQuick Start
superpowers login
superpowers stopWhat Happens
superpowers loginlets you log in or create your account with your email or phone number.- After the code is verified, the streamer starts automatically and prints a control link right away.
- Open the printed
/generallink to control the stream without logging in again.
Commands
superpowers installprepares the local streamer runtime for your device.superpowers loginsigns in or creates your account, starts the streamer automatically, and prints a control link.superpowers startrelaunches the streamer and prints a fresh control link.superpowers stopstops the local streamer app.superpowers whoamishows the account currently saved on this machine.superpowers logoutremoves the saved login from this machine.supers ...also works as a short alias.
Notes
- macOS will ask for Screen Recording and Accessibility permissions the first time you use the streamer.
- On macOS, the npm package runs the streamer headlessly, without requiring the separate Mac UI app.
- Linux requires
python3to be installed. superpowersrequires Node 18 or newer.
