Getting Started
Quick Start
This page helps you get Dory running quickly. Choose the path that matches your goal.
Option 1: Try the Online Demo
Use the online demo when you want to explore Dory without installing anything.
- Open Dory Demo.
- Try Explorer, SQL Console, AI Chat, and charting with the available demo data.
- Use the demo to understand the workflow before connecting your own database.
Option 2: Install Locally
Use local installation when you want Dory on your own machine and need to connect local or development databases.
brew install doryAfter installation, open Dory and create your first workspace.
Option 3: Run with Docker
Use Docker when you want a repeatable self-hosted environment or want to test deployment settings.
docker run -p 3000:3000 dorylab/doryFor production deployment, read Deploy Dory with Docker before exposing the service to a team.
Next Step
After Dory is running, continue with Connect Your Database.