CH-UIThe open-source ClickHouse control plane

Your ClickHouse, one workspace

SQL editor, dashboards, pipelines, cluster monitoring, governance, and an AI copilot. One binary on your infrastructure — open source at the core.

Apache-2.0 coreSingle binary · SQLite state · no external servicesYour data never leaves your infrastructure
localhost:3488
CH-UI SQL workspace running a query against ClickHouse

Ranked among the top ClickHouse GUIs in 2026 by 1bench.

Get running in seconds

$ curl -L -o ch-ui \    https://github.com/caioricciuti/ch-ui/releases/latest/download/ch-ui-linux-amd64$ chmod +x ch-ui && ./ch-uiServer listening on http://localhost:3488

That's the entire install — one binary, state in a local SQLite file, no other services.

Pro adds Governance, Cluster Health, Query Insights, Schedules, Alerts, GitHub sync, and SSO on the same binary. See pricing →

Built for real operations

CH-UI combines data workbench, ClickHouse-native observability, and platform controls so teams can ship and govern from one place.

What CH-UI includes

Product areas built for ClickHouse operators and analytics teams.

SQL Workspace

SQL Workspace

Multi-tab editing with streaming results, sort & filter on results, automatic query history, and errors that jump to the failing line.

Query Insights

Query Insights

Pro

Latency percentiles, slow & memory-heavy query patterns, failures, users, and hot tables — straight from system.query_log, with cross-filtering.

Cluster Health

Cluster Health

Pro

Per-node replication delay, merges, mutations, parts pressure, Keeper, and backups — live drill-downs with history charts.

Dashboards

Dashboards

Build panels from saved queries, arrange layouts, and share system overviews across your team.

Brain Copilot

Brain Copilot

Multi-chat AI with persisted context, SQL artifacts, provider/model controls, and run-in-chat actions.

Governance Suite

Governance Suite

Pro

Dashboard metrics, access matrix, incidents, policies, lineage, and sync controls.

Schedules

Schedules

Pro

Schedule SQL queries with cron expressions, track execution history, and monitor results.

Admin Operations

Admin Operations

ClickHouse user lifecycle, provider management, and tunnel controls.

Deployment architecture

Self-host the full stack on your infrastructure — run lightweight connectors next to ClickHouse with outbound-only traffic.

Browser

  • SQL workspace
  • Governance
  • Brain UI
HTTPS

CH-UI Server

  • :3488 API + UI
  • Tunnel gateway
  • Scheduler + syncers
WSS

Connector Host

  • ch-ui connect
  • Outbound only

SQLite

  • Sessions, queries
  • Governance, chats, audit

ClickHouse

  • Your data
  • HTTP :8123

Free core. One license when you need more.

The open-source core is free forever — editor, dashboards, pipelines, models, Brain, query history. A Pro license ($1,199/year per instance) unlocks Query Insights, Cluster Health, Governance, Schedules, query parameters, and GitHub sync — on your hardware, activated with a key, no call-home. Flat per instance, never per seat. Try it free for a month — no card required.

Frequently Asked Questions

What is CH-UI?

CH-UI is the open-source control plane for ClickHouse: SQL editor, dashboards, pipelines, dbt-style models, governance, cluster monitoring, and the Brain AI copilot in one workspace. It ships as a single self-hosted binary that stores its state in a local SQLite database — no external services to operate.

Is CH-UI really free?

Yes. The core is open source under Apache-2.0 and free forever, with unlimited users — SQL editor with query history, dashboards with shareable links, pipelines, models, telemetry logs, Brain (bring your own AI key), and the tunnel connector. Only the Pro modules require a paid license.

What does Pro add?

A Pro license ($1,199/year per instance, flat — never per seat) unlocks Query Insights, Cluster Health, Cost Center, Governance with alerts, Schedules, query parameters, Brain agentic tools with Ask AI, GitHub sync for models, SSO/OIDC, and priority support. You can try everything free for 30 days, no card required.

Where does my data live?

On your infrastructure. CH-UI is self-hosted, keeps its state in a local SQLite file, and the connector reaches ClickHouse over an outbound-only WebSocket tunnel, so your cluster never needs a public port. The Pro license is verified locally with no call-home — air-gapped deployments work.

What do I need to run it?

One binary (or Docker) and a ClickHouse instance to connect to — no external database. Download the release, run ch-ui, and the UI is on localhost:3488. If ClickHouse lives on another host, run the lightweight ch-ui connect connector next to it with outbound-only traffic.

How is CH-UI licensed?

The core is Apache-2.0, free for commercial use. Pro modules are source-available under the Business Source License 1.1 and unlock with a signed license file — a flat annual subscription via Stripe, one license per running instance, activated offline in Settings → License.

Ready to start?

Self-host in one command — the docs cover installation, deployment, API, and operations.