Getting started
supawho is a single, dependency-free binary. Pick your platform — every option installs the same tool.
Install
Section titled “Install”brew install EliaTolin/tap/supawhoOr with the install script:
curl -fsSL https://raw.githubusercontent.com/EliaTolin/supawho/main/install.sh | bashcurl -fsSL https://raw.githubusercontent.com/EliaTolin/supawho/main/install.sh | bashOr grab a native package (.deb / .rpm / .apk) from the releases page and install it with your package manager.
Windows
Section titled “Windows”irm https://raw.githubusercontent.com/EliaTolin/supawho/main/install.ps1 | iexOr download supawho_*_Windows_x86_64.zip from the releases page, extract supawho.exe, and add it to your PATH.
From source
Section titled “From source”Requires Go 1.25+:
git clone https://github.com/EliaTolin/supawho.gitcd supawhogo install .Get your Supabase access token
Section titled “Get your Supabase access token”- Open supabase.com/dashboard → profile icon (top right)
- Account preferences → Access Tokens
- Generate new token, name it, and copy it
The token starts with sbp_ and is shown only once — copy it right away.
Save and switch
Section titled “Save and switch”supawho add work sbp_your_token # save an account (once)supawho use work # switch to it in a secondRun supawho with no arguments for an interactive picker, or head to the Commands page for the full reference.
