The default BrainDrive plugin that delivers Ollama-specific experiences including server lifecycle management, model installation, and a prompt chat interface.
- Ollama server registration, health checks, and connection testing
- Model discovery and install/remove flows with streaming progress
- Prompt chat UI with streaming toggle, conversation history, and event-driven model selection
- Module federation exposes
ComponentOllamaServerandAIPromptChatfor flexible host integration
cd PluginBuild/BrainDrive-Ollama-Plugin
npm install
npm run buildBuild artifacts are emitted to dist/remoteEntry.js for consumption by the BrainDrive host.
npm startserves the plugin on port 9006 for local development- Webpack Module Federation library name:
BrainDriveOllama - Exposed modules:
ComponentOllamaServerAIPromptChat
See lifecycle_manager.py for installation hooks, module metadata, and settings definitions registered with BrainDrive.
MIT License Your AI. Your Rules.
Owner's Manual - Full overview of how to install, setup, and use your BrainDrive.
Community - For support, and to connect with other BrainDrive Owners.
Roadmap - BrainDrive's 5 Phase vision for building a superior, user-owned alternative to Big Tech AI systems.
Contributing - How to get involved.
Thank you for joining us on the journey away from Big Tech extraction, and towards individual freedom and empowerment.
