Installation
Smart Second Brain runs on Obsidian 1.11.4 or newer, on desktop and
mobile alike. Two caveats on a phone or tablet: stdio MCP
servers are skipped, because the mobile WebView lacks the APIs
they need, and indexing a large vault is noticeably slower. Everything else —
search, the Smart Graph, agents — works on both.
From community plugins
Section titled “From community plugins”- Open Settings → Community plugins in Obsidian.
- Turn off Restricted mode if it is on.
- Choose Browse, search for Smart Second Brain, and select Install.
- Select Enable.
That’s it. Smarter search and the Smart Graph work immediately, with no configuration and no AI provider. See First run for what to try first.
Manual install
Section titled “Manual install”Download the latest release from
GitHub releases and
extract main.js, manifest.json, and styles.css into:
<your-vault>/.obsidian/plugins/smart-second-brain/Reload Obsidian, then enable the plugin under Settings → Community plugins.
Beta releases via BRAT
Section titled “Beta releases via BRAT”Pre-release builds are published for testing and can be installed with
BRAT. Add
s2b-dev/smart-second-brain as a beta plugin.
Building from source
Section titled “Building from source”The project uses Bun as its package manager.
git clone https://github.com/s2b-dev/smart-second-brain.gitbun install && bun run buildThe production bundle is written to build/prod.