Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TabularisDB/tabularis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1,189 Commits

tabularis

An open-source database client for PostgreSQL, MySQL/MariaDB and SQLite.
SQL notebooks, visual EXPLAIN, AI and MCP built in. Plugins add everything else.

README: English | Italiano | Español | 中文 | Français | Deutsch | 日本語 | Русский

Build & Release Discord Gitster

Snap Store AUR WinGet

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:

Windows macOS (Apple Silicon) macOS (Intel) Linux AppImage Linux .deb Linux .rpm

The app UI is available in English, Italian, Spanish, Chinese (Simplified), French, German, Japanese and Russian.

DiscordJoin 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 (+ any via 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.

Table of Contents

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

Homebrew

Direct Download

When you install tabularis on macOS, you need to allow accessibility access (Privacy & Security) to the tabularis app.

If you are upgrading and you already have tabularis on the allowed list you will need to manually remove them before accessibility access can be granted to the new version.

macOS users who download directly from releases may need to run:

xattr -c /Applications/tabularis.app

after copying the app to the Applications directory.

Linux (Snap)

sudo snap install tabularis

Snap Store

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.

Features

Connection Management

Full reference on tabularis.dev →

  • 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

Full reference on tabularis.dev →

  • 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

Full reference on tabularis.dev →

  • 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

Full reference on tabularis.dev →

  • 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-notebook files; export as HTML, CSV, or JSON.
  • Outline panel, drag & drop cell reordering, and AI-generated cell names.

Keyboard Shortcuts

Full reference on tabularis.dev →

  • Built-in shortcuts for navigation, editor, and data grid actions — platform-aware (Cmd on macOS, Ctrl on Windows/Linux).
  • Fully customizable: Remap any non-locked shortcut from Settings → Keyboard Shortcuts; overrides persist to keybindings.json.
  • Hold Ctrl+Shift in the sidebar to reveal numbered badges (1–9) for instant connection switching.

Visual Query Builder

Full reference on tabularis.dev →

  • 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

Full reference on tabularis.dev →

  • 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 EXPLAIN format per driver.
  • Faster Optimization Loops: Spot expensive scans, estimate gaps, join behavior, and optimizer choices without leaving the editor.

Data Grid

Full reference on tabularis.dev →

  • 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

Full reference on tabularis.dev →

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.md to build your own driver in any language.

Logging

  • Real-time log viewer in Settings, with level filtering and export to .log files.
  • Automatically expand and inspect SQL queries in logs.
  • CLI Debug Mode: Start with tabularis --debug for verbose logging from launch.

Configuration Storage

Full reference on tabularis.dev →

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)

Full reference on tabularis.dev →

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

Full reference on tabularis.dev →

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 orders table"

"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 users table"

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

Contributing

Contributions are welcome — see CONTRIBUTING.md. Good places to start:

Sponsors

  • turboSMTP turboSMTP — Professional SMTP relay — your emails delivered straight to the inbox, never to spam
  • Kilo Code Kilo Code — Open source AI coding agent — build, ship, and iterate faster with 500+ models
  • DigitalOcean DigitalOcean — Simple, predictable cloud infrastructure for developers and growing teams.
  • Usero Usero — Feedback becomes code. Automatically.
  • DevGlobe DevGlobe — Connect your IDE, show up on the globe, and showcase your projects to a community of builders.

Become a sponsor →

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.

RepoStars

Sponsor this project

Contributors

AltStyle によって変換されたページ (->オリジナル) /