LibreDB Studio libredb.org ONLINE • PostgreSQL
RUN
get_started.sql
SELECT step, title, command FROM quickstart ORDER BY step;
3 rows | 3 cols 1ms

Get started in minutes

Up and running with three simple steps.

1

Clone & Install

$ git clone https://github.com/libredb/libredb-studio.git$ cd libredb-studio$ bun install
2

Configure

$ cp .env.example .env.local# set JWT_SECRET (32+ chars),# admin/user creds, LLM provider$ LLM_PROVIDER=ollama
3

Launch

$ bun dev→ localhost:3000# or: docker compose up -d

Prefer Docker?

One command to run anywhere.

$ docker compose up -d View the full docker-compose.example.yml →

Prefer a one-click deploy?

LibreDB Studio is an official Railway template and CapRover one-click app — and runs on Docker, Helm, npm, and every major PaaS and cloud.

Explore all deploy options →