Procedure
Install Supabase CLI
Install the Supabase CLI globally (Homebrew/Scoop/Linux packages) or as a project npm dependency per official docs, then verify with supabase --version or npx supabase --version.
Install per https://supabase.com/docs/guides/local-development/cli/getti
Install per https://supabase.com/docs/guides/local-development/cli/getting-started . Global: macOS/Linux brew install supabase/tap/supabase ; Windows Scoop: scoop bucket add supabase https://github.com/supabase/scoop-bucket.git then scoop install supabase ; or Linux packages from that page. Project: Node.js 20+, then npm install supabase --save-dev and run via npx supabase .
Open a new terminal if PATH changed. Prefer the same install method for
Open a new terminal if PATH changed. Prefer the same install method for later commands (supabase vs npx supabase).
supabase --version 2>/dev/null || npx supabase --version
supabase --version 2>/dev/null || npx supabase --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.