Stv L286 downloadsAI chat sidebar for Obsidian with Claude Max OAuth, Anthropic API key, and ChatGPT Plus/Codex support.
AI Chat Sidebar is a desktop-only Obsidian plugin that adds an AI chat sidebar with Claude Max OAuth support, an Anthropic API key fallback, and optional ChatGPT Plus/Codex support.

For support, updates, and product notes, visit theindie.app. You can also email [email protected].
main.js and written under the installed plugin folder so the marketplace package can stay limited to Obsidian's standard release files.npm install
npm run dev
Production build:
npm run build
The Marketplace release artifact is the bundled Obsidian plugin surface:
main.jsmanifest.jsonstyles.cssThe Claude and Pi bridges, plus the Claude SDK CLI runtime, are bundled into
main.js and materialized at runtime under the installed plugin folder. Do not
attach files from scripts/ as Marketplace release assets.
Do not commit local plugin state files such as .env, data.json, or generated logs.