🍺 BREW Explorer

← all casks

Bdash

brew install --cask bdash v1.35.0

Simple SQL Client for lightweight data analysis

11
30-day installs · #3977
25
90-day · #4477
93
365-day · #4562
1.5k
★ GitHub stars · updated 2mo ago

GitHub topics

electron javascript sql visualization

Links

Raw metadata
{
  "alternatives": [],
  "artifacts": [
    {
      "app": [
        "Bdash.app"
      ],
      "target": "/Applications/Bdash.app"
    },
    {
      "zap": [
        {
          "trash": [
            "~/.bdash",
            "~/Library/Application Support/Bdash",
            "~/Library/Logs/Bdash",
            "~/Library/Preferences/io.bdash.plist",
            "~/Library/Saved Application State/io.bdash.savedState"
          ]
        }
      ]
    }
  ],
  "auto_updates": null,
  "categories": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Simple SQL Client for lightweight data analysis",
  "disable_reason": null,
  "disabled": 0,
  "display_name": "Bdash",
  "enrichment_fetched_at": "2026-06-20T22:40:55+00:00",
  "first_seen": "2026-06-20T00:47:34+00:00",
  "full_token": "bdash",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-06-02T05:08:46Z",
  "github_readme_excerpt": "[![GitHub release (latest by date)](https://img.shields.io/github/v/release/bdash-app/bdash)](https://github.com/bdash-app/bdash/releases/latest)\n[![Test](https://github.com/bdash-app/bdash/actions/workflows/test.yml/badge.svg)](https://github.com/bdash-app/bdash/actions/workflows/test.yml)\n\n# Bdash\n\nSimple SQL Client for lightweight data analysis.\n\n## Feature\n\n### Saving query\n\n\u003cimg width=\"600\" src=\"https://raw.githubusercontent.com/bdash-app/bdash/1.2.2/assets/capture1.png\"\u003e\n\n### Drawing chart\n\n\u003cimg width=\"600\" src=\"https://raw.githubusercontent.com/bdash-app/bdash/1.2.2/assets/capture2.png\"\u003e\n\n### Sharing result\n\nYou can share the result with gist.\n\nhttps://gist.github.com/hokaccha/e128e1c3a68527ebf2c50d5e95a089b1\n\n### Multiple data sources support\n\n* [x] MySQL\n* [x] PostgreSQL (Amazon Redshift)\n* [x] SQLite3\n* [x] Google BigQuery\n* [x] Treasure Data\n* [x] Amazon Athena\n\n### MCP Server Support\n\nBdash includes an MCP (Model Context Protocol) server that enables AI coding tools like Claude Code to:\n\n- List data sources, tables, and schema information\n- Read and write SQL queries in Bdash\u0027s editor\n- Create new queries\n\n#### Setup (Development)\n\n```bash\n# Install MCP server dependencies\nyarn mcp:install\n\n# Build MCP server\nyarn mcp:build\n```\n\nAdd to your Claude Code MCP settings (`.claude/settings.json` or project-level):\n\n```json\n{\n  \"mcpServers\": {\n    \"bdash\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/bdash/src/mcp/dist/server.js\"]\n    }\n  }\n}\n```\n\n#### Setup (Bundled App - macOS)\n\n```json\n{\n  \"mcpServers\": {\n    \"bdash\": {\n      \"command\": \"node\",\n      \"args\": [\"/Applications/Bdash.app/Contents/Resources/mcp/server.js\"]\n    }\n  }\n}\n```\n\n#### Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `list_datasources` | List all configured data sources |\n| `list_queries` | List all saved queries |\n| `get_query` | Get query details by ID |\n| `write_query` | Write SQL to a query\u0027s editor |\n| `create_query` | Create a new query |\n| `list_tables` | Li",
  "github_repo": "bdash-app/bdash",
  "github_stars": 1517,
  "github_topics": [
    "electron",
    "javascript",
    "sql",
    "visualization"
  ],
  "homepage": "https://github.com/bdash-app/bdash",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 11,
  "installs_365d": 93,
  "installs_90d": 25,
  "last_seen": "2026-06-20T00:47:34+00:00",
  "llm_generated_at": null,
  "llm_model": null,
  "names": [
    "Bdash"
  ],
  "one_liner": null,
  "rank_30d": 3977,
  "rank_365d": 4562,
  "rank_90d": 4477,
  "raw_hash": "de494b0cd117294b",
  "ruby_source_path": "Casks/b/bdash.rb",
  "tap": "homebrew/cask",
  "token": "bdash",
  "version": "1.35.0",
  "why_use_this": null
}