Local-first database IDE

Wake

Query, inspect, export, and operate across your databases from a desktop app that keeps your connections on your machine.

macOS builds are available first. Windows and Linux builds will be added when those installers are ready.

Query Inspector Exports
select
  schema_name,
  table_name,
  total_bytes
from database_size
where total_bytes > 100000000
order by total_bytes desc;
schema table size
public events 18.4 GB
billing invoices 4.7 GB
auth sessions 1.9 GB

Built for real database work

One workbench for daily queries and operational context.

Query with context

Run SQL, inspect schemas, browse tables, and keep useful history close without leaving the desktop app.

See what matters

Open connection dashboards, replication views, role permissions, settings panels, and database-specific status screens.

Export the way you work

Move result sets into CSV, TSV, SQLite, INSERT scripts, and Parquet from the same workflow.

Database coverage

Postgres at the center. More systems where the work actually lives.

Downloads

Get the latest Wake build.

Builds are published through GitHub Releases with the newest macOS installer available first.