> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-sync-clickhouse-operator-docs-7e82242.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Self-managed install

> Install ClickHouse on your own infrastructure.

Install ClickHouse on the platform you operate.

<CardGroup cols={2}>
  <Card title="Quick install" href="/core/get-started/setup/self-managed/quick-install" icon="bolt">
    Fastest path: download the universal binary and run.
  </Card>

  <Card title="Debian / Ubuntu" href="/core/get-started/setup/self-managed/debian-ubuntu" icon="ubuntu">
    Install via the official APT repository.
  </Card>

  <Card title="Red Hat / CentOS" href="/core/get-started/setup/self-managed/redhat" icon="redhat">
    Install via the official YUM/DNF repository.
  </Card>

  <Card title="Other Linux" href="/core/get-started/setup/self-managed/other-linux" icon="linux">
    Generic Linux distribution install via tarball.
  </Card>

  <Card title="macOS" href="/core/get-started/setup/self-managed/macos" icon="apple">
    Install on macOS with Homebrew or the universal binary.
  </Card>

  <Card title="Windows" href="/core/get-started/setup/self-managed/windows" icon="windows">
    Run ClickHouse on Windows via WSL.
  </Card>

  <Card title="Docker" href="/core/get-started/setup/self-managed/docker" icon="docker">
    Pull the official Docker image and run a container.
  </Card>

  <Card title="NixOS" href="/core/get-started/setup/self-managed/nixos" icon="snowflake">
    Install on NixOS via the package manager.
  </Card>

  <Card title="Advanced" href="/core/get-started/setup/self-managed/advanced" icon="gear">
    Build from source and other advanced installation paths.
  </Card>
</CardGroup>
