Steps to reproduce
- Create a brand new local vault.
- Go to Settings → Community plugins.
- Click Turn on community plugins.
- Click Turn on and reload.
- After reload, open Settings → Community plugins again.
Did you follow the troubleshooting guide? [Yes]
Expected result
Restricted Mode is disabled and Community Plugins become available.
Actual result
Obsidian reloads and returns to the vault, but Restricted Mode remains enabled.
This happens even with a brand new local vault.
Environment
SYSTEM INFO:
Obsidian version: 1.12.7
Installer version: 1.12.7
Operating system: Darwin Kernel Version 25.5.0: Mon Apr 27 20:38:00 PDT 2026; root:xnu-12377.121.6~2/RELEASE_ARM64_T8103 25.5.0
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Additional information
Reproduced with a brand new local vault.
Also reproduced after resetting ~/Library/Application Support/obsidian.
Official notarized Obsidian 1.12.7.
No errors in Developer Console.
View → Force Reload works.
Developer: Reload app without saving works.
Turn on and reload reloads the app, but Restricted Mode remains enabled.
localStorage.getItem(‘enable-plugin-’ + this.app.appId) returns false.
Manually setting it to true works temporarily:
localStorage.setItem(‘enable-plugin-’ + this.app.appId, ‘true’)
but after restarting/reloading it is automatically reset to false.
I found a similar forum topic (“Unable to turn any community plugins on in a new vault”), but that issue was caused by an incomplete plugin installation due to a firewall. My issue occurs before any community plugin can be enabled and is reproducible with a brand new local vault.