Install OpenAgent
Use this page if your goal is simple:
Get OpenAgent running with the least confusion.
Choose Your Install Path
Recommended: bootstrap flow
Use this if you want the fastest supported setup for normal usage.
What it does:
- installs or updates the OpenAgent bootstrap skill
- reuses your existing Obsidian vault
- enables the OpenAgent plugin
- starts the local runtime
- creates
Workspaces/<repo-name>/Main.canvas
Use this order:
- Install the Codex skill from:
https://github.com/openagentmarket/openagent/tree/main/skills/openagent-canvas-bootstrap
- Restart Codex so it picks up the skill.
- Open the repo you want to use with Codex.
- Make sure your Obsidian vault is already open.
- Start a new Codex thread and paste:
Use the openagent-canvas-bootstrap skill to set up OpenAgent for this repo.
For the full repo-level quick start, see the README Quick Start.
To update the installed skill and local OpenAgent checkout later, start a new Codex thread and paste:
Use the openagent-canvas-bootstrap skill to update OpenAgent on this machine.
Manual: plugin install by hand
Use this if you want to control the plugin install yourself.
Start here:
What You Need
For the main Obsidian workflow:
- macOS
- Node.js 20+
pnpm- Codex Desktop
- Obsidian Desktop
For the mobile path, you also need:
- Convos on your phone
- the XMTP environment setup described in the Mobile Guide
What To Do After Install
Once installation is complete, do not jump straight into architecture docs.
Use this order:
- Use OpenAgent in Obsidian
- OpenAgent User Guide
- Group Context if your selections include grouped markdown context
If You Only Need The Plugin Files
If you already know how you want to install the plugin, use:
If Installation Fails
Use these docs next:
- OpenAgent User Guide Troubleshooting
- Plugin Development if you are debugging the local plugin development loop