🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?
Claim this page →
tabularis
Open-source desktop SQL workspace for PostgreSQL, MySQL/MariaDB, SQLite and 13+ more databases like DuckDB, ClickHouse, Redis and Firestore. Built-in MCP ser…
{
"mcpServers": {
"tabularis": {
"command": "npx",
"args": ["-y", "https://github.com/TabularisDB/tabularis"]
}
}
}
tabularis
Tabularis is an open-source desktop SQL workspace for PostgreSQL, MySQL/MariaDB, SQLite and 13+ more databases like DuckDB, ClickHouse, Redis and Firestore.
Its built-in MCP server lets Claude, Cursor and Devin (formerly Windsurf) read your schema and run queries in the same app you already use.
README: English | Italiano | Español | 中文 | Français | Deutsch | 日本語 | Русский
Download
winget install Debba.Tabularis # Windows
brew tap TabularisDB/tabularis && brew install --cask tabularis # macOS
sudo snap install tabularis # Linux
Or grab an installer directly:
The app UI is available in English, Italian, Spanish, Chinese (Simplified), French, German, Japanese and Russian.
Discord — Join our Discord server to talk with the maintainers, share feedback, and get help from the community.
Why tabularis?
| tabularis | DBeaver CE | TablePlus | Beekeeper Studio | |
|---|---|---|---|---|
| License | Apache 2.0, free | Apache 2.0, free (Pro is paid) | Commercial | GPLv3 (paid editions) |
| SQL notebooks (SQL + Markdown cells, cross-cell variables, charts) | ✅ | ❌ | ❌ | ❌ |
| Built-in MCP server for AI agents | ✅ | ❌ | ❌ | ❌ |
| Plugins in any language (JSON-RPC over stdio) | ✅ | Java/Eclipse plugins | JavaScript plugins | ❌ |
| AI text-to-SQL with local models (Ollama) | ✅ | Cloud-based AI assistant | ❌ | ❌ |
| Visual EXPLAIN with interactive plan graphs | ✅ | ✅ | ❌ | ❌ |
| Databases out of the box | 3 built-in + 13 official plugins | 100+ | 20+ | ~10 |
Comparison as of June 2026; features in other tools may have changed since. If you need dozens of drivers, use DBeaver — tabularis focuses on doing a few databases well.
Database support
PostgreSQL, MySQL/MariaDB and SQLite ship built in. Everything else is a plugin — current coverage (mirroring the driver & plugin coverage on the website):
ClickHouse (shipped), Cloudflare D1 (shipped), DM / Dameng (shipped), DuckDB (shipped), Firestore (shipped), IBM Db2 (shipped), IBM Informix (shipped), Redis (shipped), CSV Folder (shipped), Google Sheets (shipped), HackerNews (shipped), Google BigQuery (claimed), LibSQL / Turso (claimed), Meilisearch (claimed), MongoDB (claimed), Oracle (claimed), SQL Server (claimed), Amazon Redshift (scoped), CockroachDB (scoped), TiDB (scoped), DynamoDB (coming soon), Snowflake (coming soon), Cassandra (open), Elasticsearch (open), Etcd (open), Firebird (open), ScyllaDB (open), SQL Anywhere (open), SurrealDB (open), Trino / Presto (open).
Shipped drivers are installable from the plugin registry. Everything else is on the bounty board — claim one, sponsor one, or request a database.
Installation
Windows
WinGet (Recommended)
winget install Debba.Tabularis
Direct Download
Download the installer from the Releases page and run it:
tabularis_x.x.x_x64-setup.exe
Follow the on-screen instructions to complete the installation.
macOS
Homebrew (Recommended)
To add our tap, run:
brew tap TabularisDB/tabularis
Then install:
brew install --cask tabularis
Direct Download
Builds from v0.13.1 onward are signed and notarized by Apple, so they open without any extra steps.
The notes below only apply to older releases (before v0.13.1) downloaded directly:
- You need to allow accessibility access (Privacy & Security) to the tabularis app. If you are upgrading and already have tabularis on the allowed list, remove it manually before accessibility access can be granted to the new version.
- You may need to run
xattr -c /Applications/tabularis.appafter copying the app to the Applications directory.
Linux (Snap)
sudo snap install tabularis
Linux (Flatpak)
flatpak remote-add --if-not-exists flatpark https://dl.flatpark.org/flatpark.flatpakrepo
flatpak install flatpark dev.tabularis.Tabularis
Linux (AppImage)
Download the .AppImage file from the Releases page, make it executable and run it:
chmod +x tabularis_x.x.x_amd64.AppImage
./tabularis_x.x.x_amd64.AppImage
Arch Linux (AUR)
yay -S tabularis-bin
Updates
Tabularis checks for updates automatically on startup and notifies you when a new version is available. You can also download the latest version directly from the Releases page.
Discord
Join our Discord server to talk with the maintainers, share feedback, suggest features, or get help from the community.
Changelog
Features
Connection Management
- Support for MySQL/MariaDB, PostgreSQL (with multi-schema support) and SQLite, with multi-database selection per connection.
- Save, manage, and clone connection profiles, with optional secure password storage in the system Keychain.
- SSH Tunneling with automatic readiness detection.
- Per-Connection Appearance: override the icon (Lucide, emoji, or custom image) and accent color of each saved connection.
Database Explorer
- Tree View: Browse tables, columns, keys, indexes, views, and stored routines — with inline editing from the sidebar.
- ER Diagram: Interactive Entity-Relationship visualization (pan, zoom, layout) with selective table diagram generation.
- Context Actions: Show data, count rows, modify schema, duplicate/delete tables.
- SQL Dump & Import: Export and restore databases with a single flow.
SQL Editor
- Monaco Editor with syntax highlighting and auto-completion, in a tabbed interface with isolated connections per tab and resizable split view.
- Multi-Statement Execution: Run All, Run Selected, or pick individual queries — results appear in separate tabs with independent pagination.
- Smart Query Splitting: Correctly handles stored procedures, functions, and
$$-delimited blocks. - Saved Queries and an AI assist overlay directly in the editor.
SQL Notebooks
- Multi-Cell Workspace: Combine SQL and Markdown cells in a single document, with inline results and bar/line/pie charts.
- Cross-Cell Variables: Reference results from other cells with
{{cellName.columnName}}, plus global{{$paramName}}parameters. - Run All: Sequential execution with stop-on-error option and completion summary.
- Persistence & Export: Auto-saved as
.tabularis-notebookfiles; export as HTML, CSV, or JSON. - Outline panel, drag & drop cell reordering, and AI-generated cell names.
Keyboard Shortcuts
- Built-in shortcuts for navigation, editor, and data grid actions — platform-aware (
Cmdon macOS,Ctrlon Windows/Linux). - Fully customizable: Remap any non-locked shortcut from Settings → Keyboard Shortcuts; overrides persist to
keybindings.json. - Hold
Ctrl+Shiftin the sidebar to reveal numbered badges (1–9) for instant connection switching.
Visual Query Builder
- Drag-and-Drop: Build queries visually with ReactFlow.
- Visual JOINs: Connect tables to create relationships.
- Advanced Logic: WHERE/HAVING filters, aggregates (COUNT, SUM, AVG), sorting, and limits.
- Real-time SQL: Instant code generation.
Visual EXPLAIN
- Interactive Plan Graphs: Inspect execution plans as navigable node graphs instead of raw text.
- Table, Raw, and AI Views: Switch between exact node metrics, original database output, and optional AI-assisted analysis.
- Cross-Database Support: Works with PostgreSQL, MySQL/MariaDB, and SQLite using the best available
EXPLAINformat per driver. - Faster Optimization Loops: Spot expensive scans, estimate gaps, join behavior, and optimizer choices without leaving the editor.
Data Grid
- Inline & Batch Editing: Modify cells and commit multiple changes at once; create, delete, and multi-select rows.
- Export: Save results as CSV or JSON, or copy selected rows straight to the clipboard.
- JSON & JSONB Cells: Syntax-highlighted in the grid, with a dedicated editor window (Tree / Monaco / Raw modes).
- Spatial Data: Initial GEOMETRY support for MySQL.
Plugin System
Tabularis is hackable with an external plugin system. Plugins are standalone executables that communicate with the app over JSON-RPC 2.0 via stdin/stdout, and can be written in any language.
- Install Plugins: Browse and install community drivers from Settings → Available Plugins — no restart required.
- Manage Drivers: View all registered drivers (built-in and plugins) in Settings → Installed Drivers and uninstall plugins with one click.
- Any Database: Add support for DuckDB, MongoDB, or any other database by writing or installing a plugin.
- Plugin Registry: Official plugins are listed in
plugins/registry.json. - Developer Guide: See
plugins/PLUGIN_GUIDE.mdto build your own driver in any language.
Logging
- Real-time log viewer in Settings, with level filtering and export to
.logfiles. - Automatically expand and inspect SQL queries in logs.
- CLI Debug Mode: Start with
tabularis --debugfor verbose logging from launch.
Configuration Storage
Configuration is stored in ~/.config/tabularis/ (Linux), ~/Library/Application Support/tabularis/ (macOS), or %APPDATA%\tabularis\ (Windows): connection profiles, saved queries, app settings (config.json), custom themes, and per-connection editor preferences — tabs and queries are restored when you reopen a connection. The wiki covers the full file layout and every config.json option, including custom AI model overrides.
AI Features (Optional)
Optional Text-to-SQL and query explanation powered by OpenAI, Anthropic, MiniMax, OpenRouter, Ollama (local models, no API key, full privacy), and any OpenAI-compatible API (Groq, Perplexity, Azure OpenAI, LocalAI, ...). Model lists are fetched from your provider and cached locally; custom models can be configured per provider.
MCP Server — AI Agent Integration
Tabularis includes a built-in MCP (Model Context Protocol) server that lets AI agents read your database schema and execute queries directly from their chat interface.
tabularis --mcp
One-click setup for Claude Desktop, Cursor, and Windsurf: open Settings → MCP Server Integration, click Install Config next to your client, and restart it. Manual configuration is covered in the wiki.
Available tools
Once connected, your AI agent can:
| Tool | Description |
|---|---|
list_connections | List all saved database connections |
list_tables | List tables in a connection (with optional schema filter) |
describe_table | Get full schema: columns, indexes, foreign keys |
run_query | Execute any SQL query and return results |
Example prompts
"Show me all tables in my production database and describe the
orderstable"
"Write and run a query to find the top 10 customers by total order value this month"
"Check if there are any missing indexes on the
userstable"
Tech Stack
- Frontend: React 19, TypeScript, Tailwind CSS v4.
- Backend: Rust, Tauri v2, SQLx.
Development
Setup
pnpm install
pnpm tauri dev
Build
pnpm tauri build
Roadmap
- [Feat]: Allow loading of multiple Databases per connection
- JSON/JSONB Editor & Viewer
- Visual Explain Analyze
- Plugin System
- Query History
- Plugin registry platform — OAuth publishing, release sync, download analytics
- UI design system & visual identity — call for contributors
- SQL Server driver — implementation roadmap & call for contributors
- Feature: Remote Control
- Command Palette
- SQL Formatting / Prettier
- Data Compare / Diff Tool
- Team Collaboration
- Better SQLite Support
- Better PostgreSQL Support
Contributing
Contributions are welcome — see CONTRIBUTING.md. Good places to start:
- SQL Server driver — implementation roadmap & call for contributors
- UI design system & visual identity — call for contributors
- Write a driver plugin in any language — see the Plugin Guide
Sponsors
turboSMTP — Professional SMTP relay — your emails delivered straight to the inbox, never to spam
Kilo Code — Open source AI coding agent — build, ship, and iterate faster with 500+ models
DigitalOcean — Simple, predictable cloud infrastructure for developers and growing teams.Vercel — The platform for the modern web — ship, preview, and scale frontend apps with zero config.
Usero — Feedback becomes code. Automatically.
DevGlobe — Connect your IDE, show up on the globe, and showcase your projects to a community of builders.Tolgee — Open-source localization platform — translate your app in context, without the spreadsheet chaos.
1Password — The password and secrets manager developers trust — free for open-source projects.
Origin Story
Tabularis started as an experiment: how far could AI-assisted development get in building a working tool from scratch? Further than expected — it's now an actively maintained project with regular releases and a plugin ecosystem.
License
Apache License 2.0
Like tabularis? Star the repo ⭐ — it helps the project a lot.
// compatibility
| Platforms | cli, api, desktop, web |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | Apache-2.0 |
| Pricing | open-source |
| Language | TypeScript |
// faq
What is tabularis?
Open-source desktop SQL workspace for PostgreSQL, MySQL/MariaDB, SQLite and 13+ more databases like DuckDB, ClickHouse, Redis and Firestore. Built-in MCP server for Claude, Cursor and Devin, SQL notebooks and visual EXPLAIN.. It is open-source on GitHub.
Is tabularis free to use?
tabularis is open-source under the Apache-2.0 license, so it is free to use.
What category does tabularis belong to?
tabularis is listed under mcp-servers in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/tabularis)
// retro hit counter
[](https://claudeers.com/tabularis)
// reviews
// guestbook
// related in MCP Servers
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete…
A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
An open-source AI agent that brings the power of Gemini directly into your terminal.
// built by
1 of its contributors also build on official projects — claude-code, claude-cookbooks, claude-plugins-official
→ see how tabularis connects across the ecosystem