https://github.com/tableproapp/tablepro
A native database client for developers who use one every day.
https://github.com/tableproapp/tablepro
appkit database database-client database-gui database-management macos macos-app mongodb mssql mysql mysql-client native postgresql redis sql sql-editor sqlite swift swiftui tableplus
Last synced: 2 days ago
JSON representation
A native database client for developers who use one every day.
- Host: GitHub
- URL: https://github.com/tableproapp/tablepro
- Owner: TableProApp
- License: agpl-3.0
- Created: 2025-12-17T01:01:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-05-09T12:17:51.000Z (25 days ago)
- Last Synced: 2026-05-09T13:32:20.345Z (25 days ago)
- Topics: appkit, database, database-client, database-gui, database-management, macos, macos-app, mongodb, mssql, mysql, mysql-client, native, postgresql, redis, sql, sql-editor, sqlite, swift, swiftui, tableplus
- Language: Swift
- Homepage: https://tablepro.app
- Size: 113 MB
- Stars: 2,985
- Watchers: 10
- Forks: 177
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Agents: docs/AGENTS.md
- Cla: CLA.md
Awesome Lists containing this project
README
TablePro
A fast, native database client for developers.
Free and open source.
Website ·
Docs ·
Download ·
Discord
---
## About
TablePro is what I wanted TablePlus to be: native, fast, open source.
Built with native frameworks on every platform. No Electron, no JDBC, no JavaScript runtime. Cold start under 1 second, idle around 80 MB RAM. Connects to all major SQL and NoSQL databases through native drivers.
AI is built in: chat, inline suggestions, and an MCP server that lets Cursor, Raycast, or Claude Desktop talk to your databases. Bring your own API key, pick your own provider, or run local with Ollama.
## Why TablePro
Native macOS database clients today fall into three groups:
- **Single-database, open source**: Sequel Ace (MySQL only), Postico (PostgreSQL only). Great if you live in one engine.
- **Multi-database, closed source**: TablePlus. Polished and native, but proprietary.
- **Multi-database, not native**: DBeaver (JVM), Beekeeper Studio and DBGate (Electron). Cross-platform, but slow to start and heavy on memory.
TablePro is the missing fourth: native, multi-database, and open source.
## Platforms
| Platform | Status |
|----------|--------|
| macOS 14+ | Stable |
| iOS / iPadOS 18+ | Stable |
| Linux | In development |
## Supported Databases
| Database | Distribution |
|----------|--------------|
| MySQL | Built-in |
| MariaDB | Built-in |
| PostgreSQL | Built-in |
| Amazon Redshift | Built-in |
| CockroachDB | Built-in |
| SQLite | Built-in |
| ClickHouse | Built-in |
| Redis | Built-in |
| Microsoft SQL Server | Plugin |
| MongoDB | Plugin |
| Oracle Database | Plugin |
| DuckDB | Plugin |
| Cassandra / ScyllaDB | Plugin |
| Etcd | Plugin |
| Cloudflare D1 | Plugin |
| DynamoDB | Plugin |
| BigQuery | Plugin |
| libSQL / Turso | Plugin |
Built-in drivers ship with the app. Plugin drivers install on demand from the [plugin registry](https://github.com/TableProApp/plugins).
## What's inside
- SQL editor with autocomplete, multi-cursor, Vim mode, syntax themes
- Data grid with inline editing, sort, filter, undo/redo
- Native window tabs, multi-window, split panes
- SSH tunnels with password and key authentication, SSL/TLS
- Query history with full-text search
- iCloud sync for connections, groups, tags, settings, and SSH profiles
- AI chat, inline suggestions, and Explain/Optimize
- Built-in terminal with mysql, psql, redis-cli, mongosh (SSH and Docker aware)
- MCP server and URL scheme for Raycast, Cursor, Claude Desktop
- Plugin system, write your own database driver in Swift
## Install
```bash
brew install --cask tablepro
```
Or download from [GitHub Releases](https://github.com/TableProApp/TablePro/releases).
## Documentation
Full docs at [docs.tablepro.app](https://docs.tablepro.app).
## Support development
The app is free under AGPLv3. If you use TablePro at work, please buy a [license](https://tablepro.app). Every purchase funds the next release. If you can't afford one, just use the free version. That's why it's free.
## Sponsors
Thanks to these amazing people for supporting TablePro:
**[SimpleLocalize](https://simplelocalize.io?ref=tablepro)** · **[CodeRabbit](https://coderabbit.ai?ref=tablepro)** · **[Nimbus](https://getnimbus.io?ref=tablepro)** · **[Visnalize](https://visnalize.com?ref=tablepro)** · **[Dwarves Foundation](https://dwarves.foundation/?ref=tablepro)** · **[Huy TQ](https://github.com/imhuytq)** · **[Xermius](https://xermius.com?ref=tablepro)** · **[Unikorn](https://unikorn.vn?ref=tablepro)**
## Star History
## License
This project is licensed under the [GNU Affero General Public License v3.0 (AGPLv3)](LICENSE).
Contributions require signing a Contributor License Agreement (CLA). See [CLA.md](CLA.md) for details.