Skip to main content
Windows usersClickHouse runs natively on Linux and macOS. On Windows, run these steps inside the Windows Subsystem for Linux (WSL).

Install ClickHouse using the ClickHouse CLI

The ClickHouse CLI (clickhousectl) helps you install and manage local ClickHouse versions, launch servers, and run queries.
1

Install the ClickHouse CLI

A chctl alias is also created automatically for convenience.
2

Install ClickHouse

Install the latest version of ClickHouse:
You can also install a specific version:
3

Start clickhouse-server

The server runs in the background. To verify it’s running:
4

Start clickhouse-client

You will see something like this:
You’re now ready to start sending SQL commands to ClickHouse!
The Quick Start walks you through the steps for creating tables and inserting data.
Last modified on June 19, 2026