freshcrate
Home > MCP Servers > tabularis

tabularis

A lightweight, cross-platform database client for developers. Supports MySQL, PostgreSQL and SQLite. Hackable with plugins. Built for speed, security, and aesthetics.

Description

A lightweight, cross-platform database client for developers. Supports MySQL, PostgreSQL and SQLite. Hackable with plugins. Built for speed, security, and aesthetics.

README

tabularis

README: English | Italiano | Espaรฑol | ไธญๆ–‡ | Franรงais | Deutsch

Build & Release Discord Gitster

Snap Store AUR WinGet

An open-source desktop client for modern databases. Supports PostgreSQL, MySQL/MariaDB and SQLite and is hackable with plugins, with notebooks, AI, and MCP built in.

Available in: English, Italian, Spanish, Chinese (Simplified), French, German

Discord - Join our Discord server to talk with the maintainers, share feedback, and get help from the community.

Tabularis

๐Ÿ’ก Origin Story: This project began as an AI-assisted development experiment, exploring how far intelligent agents could accelerate building a fully functional tool from scratch..

Release Download:

Windows macOS Linux AppImage Linux .deb Linux .rpm

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
  • 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 โ†’

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

Automatic Updates

Tabularis checks for updates automatically on startup. When a new version is available, a notification will appear, allowing you to download and install the update seamlessly.

Manual Updates

You can also manually check for updates or download the latest version directly from the Releases page.

Gallery

View the full gallery at tabularis.dev

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.
  • Multi-Database Selection: Select multiple MySQL/MariaDB databases in a single connection โ€” each appears as its own collapsible node in the sidebar.
  • Save, manage, and clone connection profiles with secure local persistence.
  • Redesigned Connections Page: Grid and list view modes, real-time search, branded driver icons (PostgreSQL elephant, MySQL dolphin, SQLite cylinder) in their official colors.
  • Open in Editor: Right-click any connection in the sidebar to open it directly in the editor via context menu.
  • Manage SSH Connections from the connection manager.
  • Optional secure password storage in system Keychain.
  • SSH Tunneling with automatic readiness detection.

Database Explorer

Full reference on tabularis.dev โ†’

  • Tree View: Browse tables, columns, keys, foreign keys, indexes, views, and stored routines.
  • Inline Editing: Edit table and column properties directly 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.
  • Views Support: Browse, inspect, and query database views with full metadata.
  • Stored Routines: View and manage stored procedures and functions with parameter details.
  • Fast Metadata: Parallel fetching for schema loading.
  • SQL Dump & Import: Export and restore databases with a single flow.

SQL Editor

Full reference on tabularis.dev โ†’

  • Monaco Editor: Syntax highlighting and auto-completion.
  • Tabbed Interface: Isolated connections per tab.
  • Split View: Open multiple database connections side-by-side in a resizable split-pane layout.
  • Multi-Statement Execution: Run All, Run Selected, or pick individual queries from a multi-statement script. Results from each query appear in separate tabs with independent pagination and error handling.
  • Multi-Result Tabs: Close, rename, re-run, and manage result tabs via context menu. Query parameters are collected once across all queries.
  • Smart Query Splitting: Powered by dbgate-query-splitter โ€” correctly handles stored procedures, functions, and $$-delimited blocks.
  • Saved Queries: Persist frequently used SQL.
  • AI Assist Overlay: AI assistance buttons accessible as a floating overlay directly in the editor.

SQL Notebooks

Full reference on tabularis.dev โ†’

  • Multi-Cell Workspace: Combine SQL and Markdown cells in a single document.
  • Inline Results & Charts: View query results directly below each cell, with bar, line, and pie chart visualizations.
  • Cross-Cell Variables: Reference results from other cells using {{cellName.columnName}} syntax with automatic dependency resolution.
  • Notebook Parameters: Define global {{$paramName}} variables substituted across all cells at execution time.
  • Run All: Sequential execution of all SQL cells with stop-on-error option and completion summary.
  • Drag & Drop: Reorder cells freely, collapse/expand individual cells or all at once.
  • AI Cell Naming: Auto-generate descriptive cell names individually or in batch.
  • Persistence & Export: Auto-saved as .tabularis-notebook files. Export as .tabularis-notebook, HTML, CSV, or JSON.
  • Outline Panel: Side panel showing the full notebook structure with click-to-navigate.

Keyboard Shortcuts

Full reference on tabularis.dev โ†’

  • Built-in shortcuts for navigation, editor, and data grid actions (e.g. Ctrl+B to toggle sidebar, Ctrl+T for a new tab, Ctrl+โ†’/โ† to paginate results).
  • Fully customizable: Remap any non-locked shortcut from Settings โ†’ Keyboard Shortcuts โ€” press the combo to record it, click โ†บ to reset.
  • Platform-aware: Uses Cmd on macOS and Ctrl on Windows/Linux throughout.
  • Visual hints: Hold Ctrl+Shift in the sidebar to reveal numbered badges (1โ€“9) for instant connection switching.
  • Persistent overrides: Saved to keybindings.json in the app config directory; can also be edited manually.

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.
  • Row Management: Create, delete, and select multiple rows.
  • Copy Selected Rows: Export selections straight to the clipboard.
  • Export: Save results as CSV or JSON.
  • Smart Context: Read-only mode for aggregates, edit mode for tables.
  • Spatial Data Support: Initial GEOMETRY support for MySQL with raw SQL function inputs for spatial data.

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 Monitoring: View application logs directly in Settings.
  • Level Filtering: Filter by DEBUG, INFO, WARN, or ERROR severity.
  • In-memory Buffer: Configurable retention.
  • Query Expansion: Automatically expand and inspect SQL queries in logs.
  • Export Logs: Save logs to .log files for debugging or audit trails.
  • Toggle Control: Enable/disable logging and adjust buffer size without restart.
  • CLI Debug Mode: Start with tabularis --debug to enable verbose logging (including internal SQLx queries) from launch.

Configuration Storage

Configuration is stored in ~/.config/tabularis/ (Linux), ~/Library/Application Support/tabularis/ (macOS), or %APPDATA%\tabularis\ (Windows).

  • connections.json: Connection profiles.
  • saved_queries.json: Saved SQL queries.
  • config.json: App settings (theme, language, page size).
  • themes/: Custom themes.
  • preferences/: Editor preferences per connection (tabs, queries, layout).

Editor Preferences

Tabularis automatically saves your editor state for each database connection. When you reopen a connection, you'll see your previously opened tabs with their queries restored.

Location: ~/.config/tabularis/preferences/{connectionId}/preferences.json

What is saved:

  • Tab titles and types (Console, Table, Visual Query)
  • SQL queries and query parameters
  • Active table and selected columns
  • Filter, sort, and limit clauses
  • Visual Query Builder flow state
  • Editor visibility state

What is NOT saved:

  • Query results (you'll need to re-run queries)
  • Error messages
  • Execution times
  • Pending edits or deletions
  • Loading states

This approach ensures fast startup times while preserving your workspace layout across sessions.

config.json options

  • theme: Theme ID (e.g., "tabularis-dark", "monokai").
  • fontFamily: Editor font family.
  • fontSize: Editor font size (px).
  • language: "auto", "en" (English), "it" (Italian), "es" (Spanish), "zh" (Chinese Simplified), "fr" (French), "de" (German).
  • resultPageSize: Default rows per page.
  • aiEnabled: Enable/Disable AI features.
  • customRegistryUrl: Custom URL for the plugin registry (overrides the default official registry).

Custom AI Models override

You can override or add custom models for AI providers by editing config.json and adding the aiCustomModels object:

{
  "resultPageSize": 1000,
  "language": "en",
  "aiEnabled": true,
  "aiProvider": "openai",
  "aiCustomModels": {
    "openai": ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo", "gpt-5-preview"],
    "anthropic": ["claude-3-opus-20240229", "claude-3-sonnet-20240229"],
    "minimax": ["MiniMax-M2.7", "MiniMax-M2.7-highspeed"],
    "openrouter": ["google/gemini-pro-1.5", "meta-llama/llama-3-70b-instruct"]
  }
}

AI Features (Optional)

Optional Text-to-SQL and query explanation powered by:

  • OpenAI
  • Anthropic
  • MiniMax (MiniMax-M2.7 and MiniMax-M2.7-highspeed, 204K context)
  • OpenRouter (access to Gemini, Llama, DeepSeek, etc.)
  • Ollama (Local LLM support for total privacy)
  • OpenAI-Compatible APIs (Groq, Perplexity, Azure OpenAI, LocalAI, and more)

Local AI (Ollama)

Select "Ollama" as your provider in Settings. Tabularis will automatically detect your local models running on port 11434 (configurable). No API key required.

OpenAI-Compatible APIs

Select "OpenAI Compatible" as your provider to connect to any service that implements the OpenAI API format. Configure your custom endpoint URL and model name in Settings. Examples:

  • Groq: https://api.groq.com/openai/v1
  • Perplexity: https://api.perplexity.ai
  • Local servers: http://localhost:8000/v1

Dynamic Model Fetching

Tabularis automatically fetches the latest available models from your configured provider.

  • Refresh: Click the refresh icon in Settings to update the model list from the API.
  • Cache: Model lists are cached locally for 24h to ensure fast startup.
  • Validation: Visual feedback if the selected model is not available for the current 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

Supported clients

Client One-click install Manual config
Claude Desktop Yes (Settings โ†’ MCP) ~/Library/Application Support/Claude/claude_desktop_config.json
Cursor Yes (Settings โ†’ MCP) ~/.cursor/mcp.json
Windsurf Yes (Settings โ†’ MCP) ~/.codeium/windsurf/mcp_config.json

Setup (one-click)

  1. Open Settings โ†’ MCP Server Integration in Tabularis
  2. Click Install Config next to your AI client
  3. Restart the client

Manual setup

Add this to your client's MCP config file:

{
  "mcpServers": {
    "tabularis": {
      "command": "/path/to/tabularis",
      "args": ["--mcp"]
    }
  }
}

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

License

Apache License 2.0

Release History

VersionChangesUrgencyDate
v0.9.20See the assets to download this version and install. ## What's Changed * check and improve readability of all themes by @thomaswasle in https://github.com/TabularisDB/tabularis/pull/139 * feat: add demo videos by @Nako0 in https://github.com/TabularisDB/tabularis/pull/142 ## New Contributors * @Nako0 made their first contribution in https://github.com/TabularisDB/tabularis/pull/142 **Full Changelog**: https://github.com/TabularisDB/tabularis/compare/v0.9.19...v0.9.20High4/21/2026
v0.9.19See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.18...v0.9.19 [![Download tabularis](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/tabularis/files/v0.9.19/)High4/16/2026
v0.9.18See the assets to download this version and install. ## What's Changed * feat: add table search filter for PostgreSQL schema mode by @midasism in https://github.com/debba/tabularis/pull/132 * Feat mysql ssl by @traustitj in https://github.com/debba/tabularis/pull/133 * bug: improved the readabiltiy of the dracula theme by @thomaswasle in https://github.com/debba/tabularis/pull/135 * fix: custom OpenAI provider URL path duplication and hardcoded /v1 prefix by @krissss in https://github.comHigh4/16/2026
v0.9.17See the assets to download this version and install. ## What's Changed * feat(ui) remove table limits for monaco autosuggestion by @thomaswasle in https://github.com/debba/tabularis/pull/130 * feat: add visual explain plan with AI analysis by @debba in https://github.com/debba/tabularis/pull/128 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.16...v0.9.17Medium4/14/2026
v0.9.16See the assets to download this version and install. ## What's Changed * feat(ui): add drag and drop functionality for connection groups by @thomaswasle in https://github.com/debba/tabularis/pull/126 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.15...v0.9.16Medium4/12/2026
v0.9.15See the assets to download this version and install. ## What's Changed * SQL Notebooks: interactive multi-cell query workspace by @debba in https://github.com/debba/tabularis/pull/120 * feat: run multiple queries and show results in tabs by @debba in https://github.com/debba/tabularis/pull/125 * use `dbgate-query-splitter` lib to split queries by @dev-void-7 in https://github.com/debba/tabularis/pull/119 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.14...v0.9.15Medium4/8/2026
v0.9.14See the assets to download this version and install. ## What's Changed * Fixed autocompletion when using multiple databases by @thomaswasle in https://github.com/debba/tabularis/pull/115 * Feat/support more pg types v3 by @dev-void-7 in https://github.com/debba/tabularis/pull/114 ## New Contributors * @thomaswasle made their first contribution in https://github.com/debba/tabularis/pull/115 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.13...v0.9.14Medium4/7/2026
v0.9.13See the assets to download this version and install. ## What's Changed * Feat/support more pg types v2 by @dev-void-7 in https://github.com/debba/tabularis/pull/111 * feat: plugin system UI extensions, error modal, and test fixes by @debba in https://github.com/debba/tabularis/pull/101 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.12...v0.9.13Medium4/2/2026
v0.9.12See the assets to download this version and install. ## What's Changed * [Bug]: MySQL JSON column values shown as NULL in data grid by @midasism in https://github.com/debba/tabularis/pull/107 * feat: add support to more postgres types issue#102 by @dev-void-7 in https://github.com/debba/tabularis/pull/105 * feat: add MiniMax as first-class AI provider by @octo-patch in https://github.com/debba/tabularis/pull/108 ## New Contributors * @midasism made their first contribution in https://gMedium3/29/2026
v0.9.11See the assets to download this version and install. ## What's Changed * feat: add Chinese (Simplified) language support by @GTLOLI in https://github.com/debba/tabularis/pull/103 ## New Contributors * @GTLOLI made their first contribution in https://github.com/debba/tabularis/pull/103 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.10...v0.9.11Medium3/25/2026
v0.9.10See the assets to download this version and install. ## What's Changed * fix: normalize blog post dates to ISO 8601 format (YYYY-MM-DDTHH:MM:SS) by @debba in https://github.com/debba/tabularis/pull/92 * fix(blog): make tag filter dropdown inline instead of overlay by @debba in https://github.com/debba/tabularis/pull/93 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.9...v0.9.10Low3/18/2026
v0.9.9See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.8...v0.9.9Low3/14/2026
v0.9.8See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.7...v0.9.8Low3/11/2026
v0.9.7See the assets to download this version and install. ## What's Changed * Add PostgreSQL SSL Mode by @sycured in https://github.com/debba/tabularis/pull/78 * feat: add connections group by @fandujar in https://github.com/debba/tabularis/pull/76 * fix: use SqliteConnectOptions for reliable WAL mode database opening by @GreenBeret9 in https://github.com/debba/tabularis/pull/80 ## New Contributors * @sycured made their first contribution in https://github.com/debba/tabularis/pull/78 * @faLow3/9/2026
v0.9.6See the assets to download this version and install. ## What's Changed * fix(website): scope badge image rule to shields.io only by @debba in https://github.com/debba/tabularis/pull/59 * feat: Publish the Redis plugin for Tabularis by @gzamboni in https://github.com/debba/tabularis/pull/58 * feat: Add Redis plugin to registry (Rust, tabularis-redis-plugin) by @nicholas-papachriston in https://github.com/debba/tabularis/pull/60 * Fix macOS autocorrect modifying connection dialog inputs by Low3/7/2026
v0.9.5See the assets to download this version and install.Low3/4/2026
v0.9.4See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.3...v0.9.4Low3/2/2026
v0.9.3See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.2...v0.9.3Low3/1/2026
v0.9.2See the assets to download this version and install. ## What's Changed * Fixed Wayland DMA-BUF renderer display crash by @kconfesor in https://github.com/debba/tabularis/pull/44 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.9.1...v0.9.2Low2/26/2026
v0.9.1See the assets to download this version and install. ## What's Changed * feat(website): convert static HTML site to Next.js with static export by @debba in https://github.com/debba/tabularis/pull/41 * fix(ci): resolve pnpm store path from website directory by @debba in https://github.com/debba/tabularis/pull/42 * fix(ci): resolve pnpm store path from website directory by @debba in https://github.com/debba/tabularis/pull/43 **Full Changelog**: https://github.com/debba/tabularis/compareLow2/25/2026
v0.9.0See the assets to download this version and install. ## What's Changed * fix: database dropdown selection on click by @devsynck in https://github.com/debba/tabularis/pull/39 ## New Contributors * @devsynck made their first contribution in https://github.com/debba/tabularis/pull/39 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.15...v0.9.0Low2/23/2026
v0.8.15See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.14...v0.8.15Low2/21/2026
v0.8.14See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.13...v0.8.14Low2/18/2026
v0.8.13See the assets to download this version and install. ## What's Changed * feat(postgres,i18n): add pg schema selection and Spanish locale by @kconfesor in https://github.com/debba/tabularis/pull/30 ## New Contributors * @kconfesor made their first contribution in https://github.com/debba/tabularis/pull/30 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.12...v0.8.13Low2/15/2026
v0.8.12See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.11...v0.8.12Low2/11/2026
v0.8.11See the assets to download this version and install. ## What's Changed * feat(drivers-postgres): add extended PostgreSQL metadata functions and logging fixes by @debba in https://github.com/debba/tabularis/pull/28 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.10...v0.8.11Low2/10/2026
v0.8.10See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.9...v0.8.10Low2/8/2026
v0.8.9See the assets to download this version and install. ## What's Changed * feat(custom-openai): add support for custom OpenAI-compatible API endpoints by @niklasschaeffer in https://github.com/debba/tabularis/pull/7 ## New Contributors * @niklasschaeffer made their first contribution in https://github.com/debba/tabularis/pull/7 **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.8...v0.8.9Low2/6/2026
v0.8.8See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.7...v0.8.8Low2/4/2026
v0.8.7See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.6...v0.8.7Low2/3/2026
v0.8.6See the assets to download this version and install.Low2/2/2026
v0.8.5See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.4...v0.8.5Low2/1/2026
v0.8.4See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.3...v0.8.4Low2/1/2026
v0.8.3See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.2...v0.8.3Low1/31/2026
v0.8.2See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.1...v0.8.2Low1/31/2026
v0.8.1See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.8.0...v0.8.1Low1/30/2026
v0.8.0See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.7.1...v0.8.0Low1/29/2026
v0.7.1See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.7.0...v0.7.1Low1/29/2026
v0.7.0See the assets to download this version and install. **Full Changelog**: https://github.com/debba/tabularis/compare/v0.6.1...v0.7.0Low1/29/2026
v0.6.1See the assets to download this version and install.Low1/28/2026
v0.6.0See the assets to download this version and install.Low1/28/2026
v0.5.0See the assets to download this version and install. **Full Changelog**: https://github.com/debba/debba.sql/compare/v0.4.0...v0.5.0Low1/27/2026
v0.4.0See the assets to download this version and install.Low1/27/2026
v0.3.0See the assets to download this version and install.Low1/27/2026
v0.2.0See the assets to download this version and install.Low1/27/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

scagent๐Ÿ” Discover security flaws and improve code quality with ShenCha, an AI-powered autonomous code audit agent designed for developers.main@2026-04-21
kimi-code-mcpConnect Kimi Codeโ€™s large-context reading with Claude Codeโ€™s reasoning for efficient, cost-effective codebase analysis and edits.main@2026-04-21
TomoriBotA highly customizable personal AI assistant for Discord featuring smart agentic AI features such as memory, personas, tool usage, and more! ๏ฝœ ้•ทๆœŸ่จ˜ๆ†ถใ‚„ใƒšใƒซใ‚ฝใƒŠใ€ใƒ„ใƒผใƒซ้€ฃๆบใ‚’ๅฎŒๅ‚™ใ€‚ ๆฌกไธ–ไปฃใฎใ€Œ่‡ชๅพ‹ๅž‹AIใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใ€Discordใƒœใƒƒใƒˆ๏ผv0.7.904
mercury-agentSoul-driven AI agent with permission-hardened tools, token budgets, and multi-channel access. Runs 24/7 from CLI or Telegram.v0.3.4
skiller-desktop-skills-managerAI agent skills manager for Claude Code, Cursor, Codex and more โ€” install, sync, and manage skills from one desktop app.v0.2.11