ClickHouse Cloud (Recommended)
Spin up a managed ClickHouse service in minutes — no infrastructure to operate.
Local development
Run ClickHouse on your own machine to build, test, and experiment. The ClickHouse CLI is the quickest path and the one the rest of our guides assume.Quick install
Install locally with the ClickHouse CLI (
clickhousectl) on Linux or macOS.Docker
Run ClickHouse in a Docker container.
Source & CI builds
Build from source or install a CI-generated binary.
Production server
Install ClickHouse Server from packages or binaries for a long-running deployment on your own infrastructure.Debian / Ubuntu
Install via
apt-get from the official ClickHouse repository.RHEL / CentOS
Install via
yum from the official ClickHouse repository.Other Linux
Install on other Linux distributions via the prebuilt tarball.
NixOS
Install on NixOS via the Nix package manager.
Migrate from elsewhere
Migrate from elsewhere
Move data from PostgreSQL, BigQuery, Snowflake, Redshift, Elasticsearch, and more.