Data Isolation

Privacy-First AI Database Client Zero Telemetry. 100% Local Control.

Your database. Your keys. Zero middlemen. TableAI keeps your database credentials secure in the macOS Keychain and executes direct connections.

Schema Explorer
users
id PK
email varchar
created_at timestamp
orders
id PK
user_id FK
status varchar
total numeric
Natural Language Intent

Verify what context is transmitted to the AI provider

POSTGRESQL EDITOR
-- Explain this query and verify no actual row content is sent
SELECT email, role FROM users WHERE active = true;
-- TableAI Security boundaries:
-- [SENT] Schema details (table: users, columns: email, role, active)
-- [HELD] Row content (no user emails or role values leave your Mac)
-- [HELD] DB Passwords (secured natively in macOS Keychain)
Verified SQL
Secured natively • tableai

Your database. Your keys. Zero middlemen.

TableAI is built for strict corporate security guidelines with absolute zero telemetry.

Hardware Keychain Storage

Credentials, SSH passphrases, and LLM API keys are encrypted natively within the macOS Keychain. Sensitive values are never persisted in plain text files.

Zero Middleman Proxies

TableAI connects directly from your Mac to your SQL database. Your database traffic never hops through a third-party relay or proprietary SaaS proxy.

Zero Tracking Telemetry

We do not collect product usage analytics, track navigation clicks, or integrate telemetry SDKs. TableAI respects your machine privacy entirely.

Local and Offline Models

For absolute air-gapped security, connect TableAI to a local Ollama or Llama.cpp instance. Generate SQL without any internet connection.

Frequently Asked Questions

Answers to compliance and security questions.

No. TableAI only sends structural schema metadata (table name, columns, and data types) and your chat messages. Your actual table records are never read or sent to the cloud.

Web clients require routing your database connections or queries through their cloud servers, which presents a major security risk. TableAI runs 100% on your local machine and uses direct connections.

iCloud sync is completely optional and handles only non-sensitive metadata (such as database hosts, tags, and layouts). Passwords and private keys are strictly excluded from sync.

Privacy-First AI SQL Client

Let AI write the SQL. Try TableAI now.

Connect securely to PostgreSQL, MySQL, and SQLite. Generate complex queries and analyze performance, locally and privately.

Download on the Mac App Store
macOS 14.0+ Apple Silicon Native