Installation
Get BrainBase running in under 30 seconds.
Prerequisites
- Node.js 18+ — Download Node.js
- npm (comes with Node.js)
Install
bash
$ npm install -g brainbase
This installs the brainbase CLI globally on your system.
Verify
bash
$ brainbase --version
0.2.0
Storage
BrainBase stores your brain at ~/.brainbase. It starts at a few KB and grows as you use it. A mature brain after hundreds of sessions typically uses 20-50 MB.
Next steps
Run brainbase init to set up your brain and connect your AI providers.