Download Latest Version supabase_darwin_amd64.tar.gz (56.4 MB)
Email in envelope

Get an email when there's a new version of Supabase CLI

Home / v2.101.0
Name Modified Size InfoDownloads / Week
Parent folder
checksums.txt 2026-05-21 1.4 kB
supabase_2.101.0_darwin_arm64.tar.gz 2026-05-21 51.6 MB
supabase_2.101.0_linux_amd64.apk 2026-05-21 71.9 MB
supabase_2.101.0_linux_amd64.deb 2026-05-21 71.1 MB
supabase_2.101.0_linux_amd64.rpm 2026-05-21 70.9 MB
supabase_2.101.0_windows_amd64.tar.gz 2026-05-21 73.1 MB
supabase_2.101.0_windows_amd64.zip 2026-05-21 73.1 MB
supabase_2.101.0_windows_arm64.tar.gz 2026-05-21 67.6 MB
supabase_2.101.0_windows_arm64.zip 2026-05-21 67.6 MB
supabase_darwin_amd64.tar.gz 2026-05-21 56.4 MB
supabase_linux_arm64.tar.gz 2026-05-21 66.2 MB
supabase_windows_amd64.tar.gz 2026-05-21 73.1 MB
supabase_windows_arm64.tar.gz 2026-05-21 67.6 MB
supabase_2.101.0_darwin_amd64.tar.gz 2026-05-21 56.4 MB
supabase_2.101.0_linux_amd64.tar.gz 2026-05-21 69.6 MB
supabase_2.101.0_linux_arm64.apk 2026-05-21 68.6 MB
supabase_2.101.0_linux_arm64.deb 2026-05-21 68.3 MB
supabase_2.101.0_linux_arm64.rpm 2026-05-21 68.0 MB
supabase_2.101.0_linux_arm64.tar.gz 2026-05-21 66.2 MB
supabase_darwin_arm64.tar.gz 2026-05-21 51.6 MB
supabase_linux_amd64.tar.gz 2026-05-21 69.6 MB
README.md 2026-05-21 2.1 kB
v2.101.0 source code.tar.gz 2026-05-21 1.8 MB
v2.101.0 source code.zip 2026-05-21 3.3 MB
Totals: 24 Items   1.3 GB 18

Supabase CLI v2.101.0

Full changelog · 2026-05-21

New features

  • db schema declarative sync learned --no-apply. Generate the migration file and stop — no prompt, no apply step. Useful in CI and review workflows where you want to inspect the diff before touching the local database. --no-apply overrides the global --yes and can't be combined with --apply. (#5220, closes #5218)

Bug fixes

  • The bogus "new version available" banner is gone. Releases since the goreleaser → Bun build migration shipped the bundled Go binary with an empty version string, so the upgrade prompt fired on every invocation regardless of what you had installed. The version is now injected at build time again. (#5313, closes #5308)
  • supabase link -p works again. The short alias for --password was missing from the TypeScript shell — it now matches the Go CLI. The 404 link in the telemetry notice is also fixed. (#5301)
  • supabase domains create fails fast when --custom-hostname is missing, instead of accepting the command and erroring out later in the Go layer. (#5328)
  • supabase db push --local prompts and status messages now correctly refer to the local database instead of mixing in remote-database wording. (#5280, closes #4971)

Under the hood

Plus 3 internal improvements: restored Sentry/PostHog telemetry credentials in release builds (#5314), more reliable smoke tests (#5258), and a release-notes backfill script fix (#5321).

Source: README.md, updated 2026-05-21