Introducing tinbase — local Supabase without Docker (one process, real Postgres)
Supabase has introduced a new local development tool called tinbase, which allows developers to run Supabase locally without Docker. It uses a single 58 MB process and supports real Postgres 17, including RLS, auth, and triggers. This reduces the installation footprint and memory usage compared to the traditional 12-container Supabase setup. Developers can try it by running 'npx tinbase start'.