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

# Installation Overview

> Choose how to install Kaneo - quick setup with drim or manual Docker Compose

## Choose Your Installation Method

Kaneo offers two installation methods depending on your needs:

### Quick Setup with drim (Recommended)

[drim](/docs/core/installation/drim) is a CLI tool designed for straightforward Kaneo deployments. It's perfect for:

* Getting started quickly with minimal configuration
* Local development environments
* Simple production deployments with a single domain
* Automatic HTTPS setup

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
curl -fsSL https://assets.kaneo.app/install.sh | sh
drim setup
```

### Manual Setup with Docker Compose

For more control over your deployment or complex setups, use the manual installation process:

1. [Create the Docker Compose file](/docs/core/installation/docker-compose)
2. [Configure environment variables](/docs/core/installation/environment-variables)
3. [Start the services](/docs/core/installation/start-services)

This method is ideal for:

* Custom networking configurations
* Multiple domains or complex reverse proxy setups
* Integration with existing infrastructure
* Advanced customization needs

## Requirements

Both methods require:

* Docker 20.10+
* Docker Compose V2
* 2GB RAM minimum
* 10GB disk space

**Supported Platforms:** Linux, macOS, Windows (WSL)

## Next Steps

Choose your preferred method and follow the corresponding guide to get Kaneo up and running.
