Skip to content

FAQ

Questions people actually ask.
Short answers.

Is it really free, or free for now?

Free, permanently. TablePro is AGPLv3 and the whole app works without a license, with no trial countdown and no per-Mac limit. All 25 databases, the SQL editor, the data grid, the AI assistant, the MCP server, Safe Mode with Touch ID, SSH tunnels, ER diagrams and XLSX export cost nothing. A license adds four things: iCloud Sync, a second Mac activation, encrypted connection export, and environment variables in connection fields. Team adds a shared catalog and a shared query library.

Can I use TablePro at work under AGPLv3?

Yes. AGPL obligations attach to distributing a modified version of the software, not to using it. There is no company-size or revenue restriction. If you use it at work, buying a license is how the next release gets built.

Where are my passwords stored?

In the macOS Keychain. Connection details live in a plain JSON file with no secrets in it. A connection can also skip storage entirely and resolve its password at connect time from a file, an environment variable, a shell command, 1Password, HashiCorp Vault or AWS Secrets Manager.

Can the AI drop a table on production?

Not without you clicking. Chat has three modes with real tool gates, and fresh installs start in Ask, which is read only. Write tools ask for approval per call. Destructive operations always need a per-call confirmation plus typing the phrase "I understand this is irreversible", and can never be pre-approved. A connection set to Read-Only Safe Mode denies writes regardless of the mode.

Can I move my connections from another client?

Yes. TablePro imports from TablePlus, Sequel Ace, DBeaver, DataGrip, Beekeeper Studio and Navicat, including passwords, SSH tunnels and SSL settings. The source app does not need to be running, and groups and folders carry over.

Why do Cassandra and ScyllaDB appear separately when you say 25?

The grid shows 26 tiles because Cassandra and ScyllaDB are two entries in the connection chooser. They share one driver, and so do libSQL and Turso, which is why the driver count is 25.

Is this abandoned like Sequel Pro?

No. Development happens in the open on GitHub with a public changelog, a Discord, and roughly ten releases a month. The full release history is in the repository.

Windows or Linux?

macOS 14 or later and iOS 18 or later today. A native Linux app is being built in Rust with GTK4, with PostgreSQL, MySQL, SQLite and SQL Server working already, but it is not ready for a beta and there is nothing to install yet. There is no Windows version.

Do I need to pay for the AI features?

No, and there is no AI subscription to buy from us. You bring a provider. Thirteen are supported. Some take an API key, some sign in with an account you already have such as GitHub Copilot, ChatGPT or xAI, and three run entirely on your machine: Ollama, llama.cpp and MLX. Keys are stored in the Keychain.

Does it phone home?

There is no account and no login. Anonymous usage data is a single toggle in Settings and contains no personal data and no queries. iCloud Sync is off by default, and syncing passwords is a separate opt in inside it. The source is public, so you can check.

How many Macs does one license cover?

Starter activates two Macs. Team activates five as a minimum, then one per purchased seat. Activation is bound to a hashed hardware ID, the list shows every activated machine, and Deactivate frees the slot. Activations never sync, and a license restored from another Mac backup is cleared on launch.

Does it work offline?

Yes. The signed license is verified offline on every launch. It re-checks with the server every seven days, and if the server is unreachable it keeps working for 30 days after the last successful check. Nothing in the app needs a network connection except reaching your databases.

What happens when my subscription ends?

The app keeps working. iCloud Sync stops and the Starter and Team screens show an activation overlay again. Your local connections, queries, favorites and settings are untouched.

Is there an iPhone app?

Yes, for iOS and iPadOS 18 or later. Seven engines on device, SSH tunnels, Face ID lock, Handoff with your Mac, and Shortcuts actions that insert rows without opening the app. It shares your iCloud connections, groups and tags. It is a companion to the Mac app, not a copy of it: no plugin registry, no AI chat, no MCP server and no ER diagrams.