Skip to content

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.

  1. Open Settings → Community plugins in Obsidian.
  2. Turn off Restricted mode if it is on.
  3. Choose Browse, search for Smart Second Brain, and select Install.
  4. 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.

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.

Pre-release builds are published for testing and can be installed with BRAT. Add s2b-dev/smart-second-brain as a beta plugin.

The project uses Bun as its package manager.

Terminal window
git clone https://github.com/s2b-dev/smart-second-brain.git
Terminal window
bun install && bun run build

The production bundle is written to build/prod.