Skip to content

Setup

Before you can use Whisper, you need to create an account, connect your profiles, and link the CLI to your account. This takes a few minutes and you only have to do it once.

Step 1: Sign Up

Go to whisper.fans and request access. Once your account is approved, you'll be able to sign in and access the dashboard.

Approval is quick

Most accounts are approved within a few hours. You'll be able to sign in as soon as you're approved.

Step 2: Connect Your Accounts

After signing in, go to the Accounts page in the dashboard and connect your accounts. A popup will walk you through the linking process.

Once linked, your accounts appear on the dashboard and are ready to use with the CLI.

You can connect multiple accounts. Each one gets its own persona, directives, profiles, and data. Nothing leaks between them.

Open Terminal and type:

bash
whisper login

Whisper will open your browser. Sign in with the same account you created in Step 1, and the CLI will automatically pull in all the accounts you've connected.

You'll see output like this:

  ✓ Signed in
  ✓ Found 2 account(s)
  ✓ Added @sunshinevibes
  ✓ Added @moonlightmuse

  Setup complete!
  Run whisper to start managing chats.

That's it. Your CLI is now connected to your account.

Verify It Worked

Run this to see your connected accounts:

bash
whisper accounts

You should see the accounts you linked in the dashboard:

Configured accounts:

  sunshinevibes (default)
    SunshineVibes (conn_abc123...)
  moonlightmuse
    MoonlightMuse (conn_def456...)

You're Done

Head to Your First Chat to start using Whisper.

Running Setup Again

You can re-run whisper login any time to refresh your session or pick up newly linked accounts. If you've added a new account in the dashboard, run whisper login and it'll appear automatically.

To disconnect the CLI entirely:

bash
whisper logout

This signs you out of the CLI. Run whisper login to reconnect.