Limerence
Getting Started

Quickstart

Get Limerence running locally and create your first agent.

Prerequisites

  • Docker and Docker Compose installed
  • A PostgreSQL, MySQL, or other supported database to query
  • An AI provider API key (Groq, OpenAI, Anthropic, or Google)

Install

Run the one-line installer:

curl -fsSL https://limerence.sh/install.sh | bash

This will:

  1. Pull the Docker images
  2. Start PostgreSQL and the Limerence backend
  3. Open your browser to http://localhost:3000

For more control, use interactive mode:

curl -fsSL https://limerence.sh/install.sh | bash -s -- --interactive

Create Your First Agent

  1. Add a Data Source - Connect your database by providing connection credentials
  2. Create an Agent - Give it a name and select the data source
  3. Configure AI Provider - Add your API key in Settings → AI Providers (Groq, OpenAI, Anthropic, Google, Ollama, and more)
  4. Start Chatting - Ask questions about your data in plain language

Next Steps

On this page