Skip to content

Getting started

supawho is a single, dependency-free binary. Pick your platform — every option installs the same tool.

Terminal window
brew install EliaTolin/tap/supawho

Or with the install script:

Terminal window
curl -fsSL https://raw.githubusercontent.com/EliaTolin/supawho/main/install.sh | bash
Terminal window
curl -fsSL https://raw.githubusercontent.com/EliaTolin/supawho/main/install.sh | bash

Or grab a native package (.deb / .rpm / .apk) from the releases page and install it with your package manager.

Terminal window
irm https://raw.githubusercontent.com/EliaTolin/supawho/main/install.ps1 | iex

Or download supawho_*_Windows_x86_64.zip from the releases page, extract supawho.exe, and add it to your PATH.

Requires Go 1.25+:

Terminal window
git clone https://github.com/EliaTolin/supawho.git
cd supawho
go install .
  1. Open supabase.com/dashboardprofile icon (top right)
  2. Account preferencesAccess Tokens
  3. Generate new token, name it, and copy it

The token starts with sbp_ and is shown only once — copy it right away.

Terminal window
supawho add work sbp_your_token # save an account (once)
supawho use work # switch to it in a second

Run supawho with no arguments for an interactive picker, or head to the Commands page for the full reference.