docs/user_guide/plugins.md
Plugins extend Beekeeper Studio with additional functionality, bringing new tools and capabilities directly into your database workflow. Think of them as specialized add-ons that enhance what you can do with your data.
Plugins are mini-applications that run inside Beekeeper Studio to provide specialized functionality. They appear as new tabs or sidebar panels, integrating seamlessly with the rest of the interface.
Each plugin operates in its own secure environment while having access to your database connections and query capabilities through a controlled interface.
Plugins are available to all Beekeeper Studio users, including those using the free Community Edition.
However, some individual plugins may have their own access requirements. For example, premium plugins developed by the Beekeeper Studio team may require a paid subscription.
Requires Paid Subscription
The AI Shell plugin brings artificial intelligence directly into your database workflow. Ask questions about your data in plain English and get intelligent responses powered by AI.
The AI Shell appears as a new tab type that you can open alongside your regular query tabs, with a built-in result viewer for any queries it runs.
Beekeeper Studio automatically checks for plugin updates everytime you start the application. When updates are available, Beekeeper Studio will automatically download and install them. Or you can disable this behaviour by:
Sometimes you might need a specific plugin version - maybe the latest plugin requires a newer Beekeeper Studio version than you have, you can't update the app for some reason, or you need to downgrade to an older plugin version. Here's how to manually install any plugin version:
Disable auto-update first
Find the plugin in Plugin Manager
Navigate to releases
Check version compatibility
manifest.json in the release notes or assetsminAppVersion field to ensure compatibility with your Beekeeper Studio versionid from the manifestDownload the plugin
bks-ai-shell-1.2.0.zip, not the source code archive)Install manually
Navigate to your plugins directory:
=== "Linux"
bash ~/.config/beekeeper-studio/plugins/
=== "macOS"
bash ~/Library/Application Support/beekeeper-studio/plugins/
=== "Windows"
%APPDATA%\beekeeper-studio\plugins\
=== "Portable"
bash /path/to/beekeeper-studio/beekeeper-studio-data/plugins/
Find the existing plugin folder and delete it
Create a new folder with the same plugin ID
Extract the downloaded ZIP file contents into this new folder
Restart Beekeeper Studio
The specific plugin version should now be installed and ready to use.
Have ideas for new plugins or features? We'd love to hear from you:
!!! tip Interested to develop your own plugins? Check out our Plugin Development documentation to get started!