OpenAgentMarket15 downloadsRun OpenAgent tasks from Obsidian Canvas through a local Codex server and Codex Desktop.
OpenAgent Canvas is an Obsidian plugin for running local AI agent workflows from your vault and Canvas.
It connects Obsidian to a local OpenAgent daemon so you can start Codex tasks from selected Canvas nodes or notes, track active threads, write results back to Canvas, and keep agent work anchored in your vault.
OpenAgent is desktop-only because it uses local filesystem access and a local daemon connection.
After this plugin is published in the Obsidian Community directory:
For manual testing, download main.js, manifest.json, and styles.css from a GitHub release and place them in:
.obsidian/plugins/openagent-canvas/
Then enable OpenAgent Canvas in Settings -> Community plugins.
OpenAgent expects a local daemon to be available. The plugin can start the daemon when configured, or you can run it manually from the OpenAgent project:
pnpm dev:daemon
The plugin stores local daemon configuration under your home directory at .openagent/daemon-config.json.
OpenAgent is local-first. The plugin communicates with a daemon running on your machine and sends the selected note or Canvas context you choose to use for an agent task.
The plugin may:
.openagent.The plugin does not include its own payment system. It may connect to local tools or services that require separate accounts, API keys, subscriptions, or usage-based billing.
This repository is the publishable Obsidian Community plugin package. The broader OpenAgent project lives at:
https://github.com/openagentmarket/openagent
MIT