Manual Install
Use this if you want to install the Obsidian plugin by hand.
Steps
- Open the latest GitHub release.
- Recommended: download
openagent-obsidian-plugin-vX.Y.Z.zip. - Open the Obsidian vault you want to use.
- Create this folder in the vault if it does not exist yet:
.obsidian/plugins - Extract the zip into
.obsidian/pluginsso it creates:.obsidian/plugins/openagent - In Obsidian, go to
Settings -> Community pluginsand enableOpenAgent.
Manual Alternative
If you prefer to install the plugin files yourself:
- Download
main.js,manifest.json, andstyles.cssfrom the same release. - Create this folder in the vault:
.obsidian/plugins/openagent - Copy
main.js,manifest.json, andstyles.cssinto that folder. - Enable
OpenAgentinSettings -> Community plugins.