Installation
Install the Plugin
From Community Plugins (recommended)
Agent Console is available in the official Obsidian Community Plugins marketplace. This is the simplest install path, and Obsidian keeps it updated automatically.
- Open Settings → Community Plugins → Browse
- Search for "Agent Console"
- Click Install, then Enable
Via BRAT (latest beta builds)
BRAT (Beta Reviewer's Auto-update Tester) installs new releases the moment they ship, before they reach the Community Plugins store. Useful if you want the bleeding edge or are helping test pre-release builds.
- Install the BRAT plugin from Community Plugins → Browse
- Open Obsidian settings → BRAT → Add Beta Plugin
- Paste this repo URL:
https://github.com/donivatamazondotcom/obsidian-agent-console - BRAT downloads the latest release and keeps it auto-updated
- Enable Agent Console from Community Plugins → Installed plugins
Manual Installation
For users who prefer not to use BRAT:
- Download the latest release files from GitHub Releases:
main.jsmanifest.jsonstyles.css
- Create the plugin folder:
<vault>/.obsidian/plugins/agent-console/ - Place the downloaded files in this folder
- Enable the plugin in Obsidian Settings → Community Plugins
Prerequisites
Node.js
Not always required
Node.js is needed for npm-based agents like Claude Code, Codex, and Gemini CLI. If your agent is a standalone binary, you can skip this step.
If you need Node.js:
- Download from nodejs.org
- Install the LTS version (recommended)
Find Your Node.js Path
If auto-detect doesn't find Node.js, you can locate it manually. Open a terminal (Terminal on macOS/Linux, PowerShell on Windows) and run:
which node
# Example output: /usr/local/bin/nodewhere.exe node
# Example output: C:\Program Files\nodejs\node.exeConfigure Node.js Path
In most cases, the plugin automatically finds Node.js through your login shell's PATH, so no configuration is needed. If Node.js is not detected automatically:
- Open Settings → Agent Console
- Click the Auto-detect button next to the Node.js path field, or enter the path manually
Next Steps
Continue to Quick Start to set up your first agent and start chatting!