> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> An overview of deploying Onyx

## Deployment Modes

Onyx supports two deployment modes:

**Onyx Lite** — A lightweight Chat UI that requires minimal resources (under 1GB of memory).
It is great for users who want to try Onyx 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.

**Onyx Standard** — The full Onyx 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 Onyx 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 Onyx deployment.
</Card>

## Deployment Options

Onyx 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 Onyx's core features, including Chat, Agents, Actions, Connectors, Deep Research, and more!
    All of your data remains secure within your Onyx deployment.

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

  <Card title="Onyx Cloud" icon="cloud" href="https://cloud.onyx.app">
    Onyx 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 Onyx 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>
