# Overview

An overview of deploying Quor

## Deployment Modes

Quor supports two deployment modes:

**Quor Lite** — A lightweight Chat UI that requires minimal resources (under 1GB of memory).
It is great for users who want to try Quor quickly or teams only interested in Chat and Agents. Includes LLM chat,
tools, file uploads, and Projects, but does not include the vector database, background workers,
or model inference servers.

**Quor Standard** — The full Quor platform, recommended for serious users and larger teams.
Includes everything in Lite plus:
- Vector + Keyword index for RAG
- Background containers for syncing knowledge from connectors
- AI model inference servers for deep learning models used during indexing and inference
- Performance optimizations via Redis and MinIO

## Quickstart

<Card title="Install Script (Recommended)" icon="bolt" href="/deployment/getting_started/quickstart">
  A guided installation script that deploys Quor in Docker Compose. Supports both Lite and Standard modes.
</Card>

## Resourcing

<Card title="Resourcing Guide" icon="microchip" href="/deployment/getting_started/resourcing">
  Resource requirements, cloud instance selection, and scaling guidance for your Quor deployment.
</Card>

## Deployment Options

Quor provides a flexible set of deployment options from self-hosted to fully managed.

<CardGroup cols={1}>
  <Card title="Self-Host Open Source" icon="code" href="/deployment/getting_started/quickstart">
    Get all of Quor's core features, including Chat, Agents, Actions, Connectors, Deep Research, and more!
    All of your data remains secure within your Quor deployment.

    **For teams looking for a powerful free solution**
  </Card>

  <Card title="Quor Cloud" icon="cloud" href="https://cloud.quor.app">
    Quor managed solution with all Enterprise Edition features. Comes with a 2 week free trial (no credit card needed)!

    SOC2 Type II and GDPR compliant.

    **The most effortless way to get Quor to your whole team**
  </Card>

  <Card title="Self-Host Enterprise Edition" icon="building" href="/deployment/miscellaneous/enterprise_edition">
    Self-Host with all premium features such as Role-Based Access Control (RBAC), automatic sync-ing of permission,
    and advanced knowledge curation options.

    **Best for large teams with strict data requirements**
  </Card>
</CardGroup>
