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

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

Home / v2.109.0
Name Modified Size InfoDownloads / Week
Parent folder
checksums.txt 2026-06-30 1.4 kB
install 2026-06-30 8.3 kB
supabase_2.109.0_darwin_amd64.tar.gz 2026-06-30 59.0 MB
supabase_2.109.0_darwin_arm64.tar.gz 2026-06-30 53.2 MB
supabase_2.109.0_linux_amd64.apk 2026-06-30 76.1 MB
supabase_2.109.0_linux_amd64.deb 2026-06-30 74.9 MB
supabase_2.109.0_linux_amd64.rpm 2026-06-30 74.8 MB
supabase_2.109.0_linux_amd64.tar.gz 2026-06-30 73.4 MB
supabase_2.109.0_linux_arm64.apk 2026-06-30 72.7 MB
supabase_2.109.0_linux_arm64.deb 2026-06-30 72.3 MB
supabase_2.109.0_linux_arm64.rpm 2026-06-30 72.0 MB
supabase_2.109.0_linux_arm64.tar.gz 2026-06-30 70.0 MB
supabase_2.109.0_windows_amd64.tar.gz 2026-06-30 75.0 MB
supabase_2.109.0_windows_amd64.zip 2026-06-30 75.1 MB
supabase_2.109.0_windows_arm64.tar.gz 2026-06-30 69.6 MB
supabase_2.109.0_windows_arm64.zip 2026-06-30 69.6 MB
supabase_darwin_amd64.tar.gz 2026-06-30 59.0 MB
supabase_darwin_arm64.tar.gz 2026-06-30 53.2 MB
supabase_linux_amd64.tar.gz 2026-06-30 73.4 MB
supabase_linux_arm64.tar.gz 2026-06-30 70.0 MB
supabase_windows_amd64.tar.gz 2026-06-30 75.0 MB
supabase_windows_arm64.tar.gz 2026-06-30 69.6 MB
README.md 2026-06-30 1.7 kB
v2.109.0 source code.tar.gz 2026-06-30 3.1 MB
v2.109.0 source code.zip 2026-06-30 5.0 MB
Totals: 25 Items   1.4 GB 44

Supabase CLI v2.109.0 — 2026-06-30

v2.109.0 moves migration commands to TypeScript with a critical fix for pipeline-incompatible SQL statements, adds db reset --sql-paths for CI workflows, and resolves several database operation bugs.

Highlights

  • Migration files with pipeline-incompatible statements now apply correctlymigration up/down now handle CREATE INDEX CONCURRENTLY, VACUUM CONCURRENTLY, REINDEX CONCURRENTLY, ALTER SYSTEM, CLUSTER without failing. (#5671)

New features

  • db reset --sql-paths — Override seed SQL patterns per-reset without editing config.toml. (#5691)

Bug fixes

  • Declarative schema sync detects stale local Postgres images and suggests restart instead of silently generating broken migrations. (#5646)
  • db diff no longer fails when schema_paths glob patterns match no files, enabling gradual adoption of declarative schema. (#5702)
  • Fixed db diff, db pull, and db schema push crashing when supabase/migrations directory already exists (Windows OneDrive, etc.). (#5724)
  • Fixed supabase functions serve crashing with "name too long" error on Windows when runtime bootstrap is large. (#5712)
  • Fixed config push failing when remote Storage config is missing the optional databasePoolMode setting. (#5729)

TypeScript port progress

  • Now served by the TypeScript shell: migration new, migration list, migration fetch, migration repair, migration up, migration down. Behavior matches the Go CLI. (#5671)

Plus 20 internal improvements and dependency updates.

Full changelog: https://github.com/supabase/cli/compare/v2.108.0...v2.109.0

Source: README.md, updated 2026-06-30