Obsidian 2026 Plugin Installation Guide: Marketplace, BRAT, and Mobile
2026/05/12

Obsidian 2026 Plugin Installation Guide: Marketplace, BRAT, and Mobile

This guide explains the main sources of Obsidian plugins, how to install community plugins on desktop and mobile, and how to use BRAT for GitHub plugins.

Many Obsidian tutorials tell you to install a plugin, but plugins do not all come from the same place.

Plugins such as Templater, Dataview, Calendar, and Excalidraw can be searched and installed from Obsidian's community plugin marketplace. Other plugins have not entered the official marketplace yet, and their authors only publish them on GitHub. These usually need to be installed with BRAT.

This guide covers the desktop flow, the BRAT flow, and the mobile flow.

Desktop Installation

The Mac and Windows versions of Obsidian use almost the same entry points. Some interface details may differ slightly.

Method 1: Install A Plugin From The Official Marketplace

  1. Open Obsidian Settings and go to Third-party plugins. The first time you use third-party plugins, you need to turn off Safe mode before installing community plugins.

Turn off safe mode on Obsidian computer

  1. After turning off Safe mode, return to the Third-party plugins page, find Community plugins, and click Browse on the right.

Enter the Obsidian Community Plugin Market

  1. In the community plugin marketplace, enter the plugin name in the search box at the top.

Search for plugins in the Obsidian Community plugin marketplace

  1. Using Templater as an example, enter "Templater" in the search box, then click the matching plugin card in the results.

Search and open the Template plug-in

  1. On the plugin details page, check the plugin name, author, and GitHub repository address. If everything looks right, click Install.

Install the Obsidian Community plugin

  1. After installation, the button changes to Enable. Click Enable, and the plugin will start working.

Enable the Obsidian Community plugin

Method 2: Use BRAT To Install A GitHub Plugin

If a plugin is not in the official marketplace and the tutorial gives you a GitHub repository address, you can install it with BRAT.

BRAT is also an Obsidian plugin. Install BRAT from the community plugin marketplace first, then use it to install other GitHub plugins.

  1. Search for "BRAT" in the community plugin marketplace, then click the BRAT plugin card.

Search for BRAT in the Obsidian Community Plugin Market

  1. On the BRAT plugin details page, click Install. BRAT helps install plugins from GitHub repositories, especially beta plugins.

Install the BRAT plugin

  1. After installation, click Enable so BRAT can start working.

Enable BRAT plugin

  1. After BRAT is enabled, its icon appears in the left sidebar. Click the icon to open BRAT.

Open the BRAT plug-in entrance

  1. In BRAT's command list, choose "Plugins: Add a beta plugin for testing". This command adds a plugin for testing.

Select the BRAT add test plugin command

  1. In the popup window, paste the plugin's GitHub repository address. In most cases, leave the version setting on "Latest version". Confirm that "Enable after installing the plugin" is checked, then click "Add plugin". BRAT will install and enable the GitHub plugin.

Add GitHub plugin repository using BRAT

Mobile Installation

Obsidian mobile can also install plugins. The flow is similar to desktop: open Third-party plugins, turn off Safe mode, then search, install, and enable plugins from the community marketplace.

  1. On the Obsidian mobile home screen, tap the settings button in the lower-right corner to open Settings. Find Third-party plugins and open it.

After entering the Third-party plugins page, tap Turn off safe mode. Once it is off, mobile Obsidian can install community plugins.

Turn off safe mode on Obsidian mobile phone

  1. After Safe mode is turned off, tap Browse under Community plugins to enter the plugin marketplace.

Enter a plugin name in the search box, such as "Templater". Open the matching plugin details page, tap Install, and then tap Enable after installation finishes.

Install and enable the plug-in on Obsidian mobile phone

After installing a plugin, check its enabled state once more:

  1. Go back to Third-party plugins in Settings
  2. Find Installed plugins
  3. Confirm that the switch on the right side of the plugin is turned on
  4. If the plugin has its own settings page, open it and continue setup

Installing without enabling is not enough. The plugin will not work, and many beginners get stuck here.

FAQ

Why Can't I Find The Plugin?

Common reasons include:

  1. The plugin name is spelled incorrectly
  2. The plugin has not entered the official marketplace
  3. The plugin has been removed or renamed

If the official marketplace cannot find it, but the tutorial provides a GitHub address, try installing it with BRAT.

Why Does The Plugin Do Nothing After Installation?

You still need to click Enable after installation. Installing without enabling does not make the plugin work. Some plugins also need separate configuration after being enabled, such as template folders, hotkeys, or command entries.

Are GitHub Plugins Safe?

GitHub plugins are still third-party plugins. Before installing one, check the author, update date, download count, documentation, and repository activity. Avoid plugins with unclear sources, no documentation, or no updates for a long time.

After installing plugins, you can continue with these setup guides: