> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Install ClickHouse

# Installation instructions

export const galaxyOnClick = eventName => () => {
  try {
    if (typeof window !== "undefined" && window.galaxy && eventName) {
      window.galaxy.track(eventName, {
        interaction: "click"
      });
    }
  } catch (e) {}
};

<Card title="ClickHouse Cloud" icon="cloud" href="https://console.clickhouse.cloud/signUp?loc=docs-install-page-banner" cta="Get started free">
  Start building instantly without having to size and scale your cluster. ClickHouse Cloud takes care of sizing, scaling
  , security, reliability and upgrades.
</Card>

<br />

If you prefer to self-manage, select one of the open-source ClickHouse options below.
Use the quick install script or the `clickhousectl` CLI for a local setup, or install
ClickHouse Server from packages or binaries for a production deployment.

<h3 className="install-group-heading">Local development</h3>

<p className="install-group-description">
  Run ClickHouse on your own machine to build, test, and experiment.
  Quick install gets you a single binary fast, or use clickhousectl
  to install and manage local versions and servers.
</p>

<Columns cols={4}>
  <Card title="Quick install" icon="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/s1rXJpHgYFuxM8Fh/images/install/linux.svg?fit=max&auto=format&n=s1rXJpHgYFuxM8Fh&q=85&s=57e436e1a581908bea8118a77f4a32b3" href="/install/quick-install" width="2500" height="2500" data-path="images/install/linux.svg" />

  <Card title="clickhousectl (CLI)" icon="terminal" href="/install/clickhousectl" />

  <Card title="Docker" icon="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/s1rXJpHgYFuxM8Fh/images/install/docker.svg?fit=max&auto=format&n=s1rXJpHgYFuxM8Fh&q=85&s=12a98a086565808784d3cc19bb462d63" href="/install/docker" width="512" height="512" data-path="images/install/docker.svg" />

  <Card title="Source build" icon="code" href="/install/advanced" />
</Columns>

<h3 className="install-group-heading">Production server</h3>

<p className="install-group-description">
  Install ClickHouse Server from packages or binaries for a
  long-running deployment on your own infrastructure.
</p>

<Columns cols={4}>
  <Card title="Debian/Ubuntu" icon="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/s1rXJpHgYFuxM8Fh/images/install/DebianUbuntu.svg?fit=max&auto=format&n=s1rXJpHgYFuxM8Fh&q=85&s=1eed9657c2aeb3c52b677d564c0b34ca" href="/install/debian_ubuntu" width="4079" height="2508" data-path="images/install/DebianUbuntu.svg" />

  <Card title="Redhat" icon="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/s1rXJpHgYFuxM8Fh/images/install/redhat.svg?fit=max&auto=format&n=s1rXJpHgYFuxM8Fh&q=85&s=b6d11754add3802547f9cc2f9b53d9fe" href="/install/redhat" width="2500" height="2500" data-path="images/install/redhat.svg" />

  <Card title="NixOS" icon="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/s1rXJpHgYFuxM8Fh/images/install/nixos.svg?fit=max&auto=format&n=s1rXJpHgYFuxM8Fh&q=85&s=1bf166ab998d5652986aa939b06e7e6e" href="/install/nixos" width="535" height="464" data-path="images/install/nixos.svg" />

  <Card title="Other Linux" icon="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/s1rXJpHgYFuxM8Fh/images/install/linux.svg?fit=max&auto=format&n=s1rXJpHgYFuxM8Fh&q=85&s=57e436e1a581908bea8118a77f4a32b3" href="/install/linux_other" width="2500" height="2500" data-path="images/install/linux.svg" />
</Columns>
