Productivity

How to Install the Mind Elixir Plugin for Obsidian

Two ways to install the Mind Elixir mind mapping plugin: BRAT or manual installation.

Published on May 26, 2025
3 min read
Mind Elixir Team
ObsidianInstallationPluginMind MappingTutorial

The Mind Elixir plugin lets you view and edit Obsidian notes as mind maps. Here are two ways to install it.

Mind Elixir in Obsidian

Method 1: Install via BRAT (recommended)

BRAT (Beta Reviewers Auto-update Tester) handles installation and updates automatically.

Install BRAT

  1. Open Obsidian Settings
  2. Go to Community plugins
  3. Click Browse and search for "BRAT"
  4. Install and enable BRAT

Search for BRAT

Add the Mind Elixir plugin

  1. Open Settings again
  2. Find BRAT in the plugin list
  3. Click Add Beta plugin
  4. Paste this URL: https://github.com/SSShooter/obsidian-mindmap
  5. Click Add Plugin

Add plugin via BRAT

BRAT downloads and installs the plugin automatically.

Enable the plugin

  1. Go to SettingsCommunity plugins
  2. Find Mind Elixir in the list
  3. Toggle it on

Method 2: Manual installation

If you'd rather install manually:

Download the files

Go to the GitHub Releases page and download these three files from the latest release:

  • main.js
  • style.css
  • manifest.json

Install the files

  1. Open your Obsidian vault folder
  2. Go to .obsidian/plugins/ (create the plugins folder if it doesn't exist)
  3. Create a folder named obsidian-mindmap
  4. Put all three files in that folder

Your folder structure should look like this:

YourVault/
└── .obsidian/
    └── plugins/
        └── obsidian-mindmap/
            ├── main.js
            ├── style.css
            └── manifest.json

Enable the plugin

  1. Restart Obsidian or refresh the plugin list
  2. Go to SettingsCommunity plugins
  3. Find Mind Elixir and toggle it on

Verify it works

Open the command palette (Ctrl/Cmd + P) and search for "Mind Elixir". You should see options to create and view mind maps.

About the official plugin list

We submitted the plugin to Obsidian's official community list. Approval takes time because of the submission backlog. Until it's approved, use BRAT or manual installation.

Questions? Check the documentation or open an issue on GitHub.