A native ClickHouse client for iOS
ProbeDeck is a native iOS client for ClickHouse operators. It connects straight from your iPhone to your cluster over TLS or through an SSH bastion, lets you read SQL and browse your schema and data, and shows cluster health at a glance. Your credentials live in the iOS Keychain and the Secure Enclave. There is no account and no backend, so nothing is proxied through the developer. ProbeDeck is a monitoring and on-call client, scoped to that job rather than a full desktop SQL IDE.
Connect over TLS or an SSH bastion
ProbeDeck talks to ClickHouse over its native HTTP interface on8123 or HTTPS/TLS on 8443, authenticating with a ClickHouse user and password. It also accepts ClickHouse Cloud credentials, and for a cluster behind a firewall it can open anSSH tunnel through a bastion host, with password or key and host-key verification so you know you are reaching the right box. The connection is direct: nothing is relayed through us.
Read SQL and browse your data
Running read SQL (SELECT, SHOW,DESCRIBE and EXPLAIN) and browsing data arefree. Results come back with a bounded fetch: there is a row cap and a "load more" that pages through the response asJSONEachRow, so a wide or busy query never floods your phone. Writes and DDL are a one-time Pro unlock; the read path stays free forever.
Explore the schema
The schema browser walks the tree the way you think about it: databases, then tables, then columns. You can see the engine behind each table (MergeTree, ReplicatedMergeTree and friends) and the type of every column, so you can orient yourself in an unfamiliar cluster from the phone before you write a single query.
Monitor cluster health
A Monitoring dashboard reads the system tables that matter on call: system.processes for what is running,system.replicas for replication state, andsystem.parts for storage, among others. It grades each surface so a glance tells you whether the cluster is healthy. Monitoring and read SQL are free, so you can run ProbeDeck against your own production before you ever pay.
Credentials stay in the Keychain
Everything sensitive (host, password, TLS material and SSH keys) is stored in the iOS Keychain, backed by the Secure Enclave. There is no account to create, no backend to sign in to, and nothing is proxied through the developer. Your credentials never leave the device, so you can run ProbeDeck against production without handing your access to anyone.
Get ProbeDeck
ProbeDeck is an iOS 17+ app by Vladimir Chemeris. Monitoring and read SQL are free forever; a one-time Pro unlock ($19.99) adds the operations: kill, writes, and the AI assistant. No subscription, and no account.
$19.99 · Free monitoring · One-time Pro unlock · No subscription
See how to monitor a ClickHouse cluster from your iPhone, set up an SSH tunnel to ClickHouse on iOS, or read the guide to mobile ClickHouse monitoring.
ClickHouse is a registered trademark of ClickHouse, Inc. ProbeDeck is not affiliated with, endorsed by, or sponsored by ClickHouse, Inc.