Thank you for your interest in BrainDrive. We're building a user-owned AI system, and contributions from the community make it better for everyone.
The easiest way to contribute is to engage with the project -- ask questions, report problems, or propose ideas.
- Issues -- Report bugs, request features, or ask questions via GitHub Issues
- Community -- Join the conversation at community.braindrive.ai
We welcome pull requests for bug fixes, improvements, documentation, and new features.
- Fork the repository
- Create a branch from
main - Make your changes
- Run the tests:
cd builds/typescript && npm test cd builds/mcp_release && npm test cd builds/typescript/client_web && npm test
- Submit a pull request with a clear description of what you changed and why
For larger changes (new components, architectural modifications, protocol changes), please open an issue first to discuss the approach.
The fastest way to run BrainDrive locally:
./scripts/install.sh localThis builds and starts everything in Docker. See the README for prerequisites and details.
BrainDrive is built on the Personal AI Architecture and is MIT-licensed. You can use it, extend it, and build on it without waiting for permission.
By contributing, you agree that your contributions will be licensed under the MIT License.