1
Clone & Install
$ git clone https://github.com/libredb/libredb-studio.git$ cd libredb-studio$ bun install Three steps to run locally — clone & install, configure env, launch — plus a one-command Docker alternative.
SELECT step, title, command FROM quickstart ORDER BY step;Up and running with three simple steps.
$ git clone https://github.com/libredb/libredb-studio.git$ cd libredb-studio$ bun install $ cp .env.example .env.local# set JWT_SECRET (32+ chars),# admin/user creds, LLM provider$ LLM_PROVIDER=ollama $ bun dev→ localhost:3000# or: docker compose up -d One command to run anywhere.
$ docker compose up -d View the full docker-compose.example.yml → LibreDB Studio is an official Railway template and CapRover one-click app — and runs on Docker, Helm, npm, and every major PaaS and cloud.