Skip to content

Introduction

supawho is a small, open-source command-line tool that lets you manage multiple Supabase accounts and switch between them in seconds. It runs as a single, dependency-free binary on macOS, Linux and Windows.

If you work with more than one Supabase account — a personal org, several clients, a work account — you know the dance:

Terminal window
supabase logout
supabase login # paste token again

Every switch means finding the right access token and pasting it. Tokens end up in shell history, sticky notes, or plain-text files.

You save each account once, then switch with a single command:

Terminal window
supawho add client-a sbp_xxx # save it once
supawho use client-a # switch in a second

Under the hood, supawho stores each token in your operating system’s native secret vault — macOS Keychain, Linux Secret Service, or Windows Credential Manager — so tokens are encrypted and never written to a file. See Security for details.