Homebrew formulae for LibreDB products.
# One-time: Homebrew's untrusted-tap policy requires trusting third-party taps
brew trust libredb/tap
brew tap libredb/tap
brew install libredb-studio
brew services start libredb-studioLibreDB Studio then serves on http://localhost:3000. On first start it generates
admin credentials and prints them once to the service log (zero-config first run);
set JWT_SECRET / ADMIN_PASSWORD explicitly or AUTH_BOOTSTRAP=off for strict mode.
Formula/libredb-studio.rb is rendered and pushed automatically by the
libredb-studio release workflow
whenever a new release publishes its standalone tarballs. Do not edit the formula
by hand; changes belong in the
formula template.
The formula requires a libredb-studio release that ships standalone artifacts (0.9.42 or later).