Requirements & Installation
Requirements
- Obsidian desktop — Windows, Mac, or Linux. Mobile is not supported.
- Claude Code CLI — installed and authenticated. (Full install guide)
- Claude Pro or Max subscription — BojuBot rides your existing subscription. No separate API key needed.
Installing Claude Code
powershell
irm https://claude.ai/install.ps1 | iexbash
curl -fsSL https://claude.ai/install.sh | bashWindows note
Claude Code must be installed natively in PowerShell. A WSL-only or CMD-only install will not work with BojuBot.
After installing, verify it works:
bash
claude --versionThen run claude once in your terminal to authenticate — it will open a browser window. If the browser doesn't open automatically, press c to copy the login URL.
Installation
From the Community Plugin Browser
- Open Obsidian → Settings → Community Plugins → Browse
- Search for BojuBot → click Install → Enable
Or open directly in Obsidian: Add to Obsidian
Manually
- Download
main.js,manifest.json, andstyles.cssfrom the Releases page - Create the folder
<your-vault>/.obsidian/plugins/bojubot/ - Place the three files inside it
- In Obsidian: Settings → Community Plugins → find BojuBot and enable it
From Source
See CONTRIBUTING.md for building from source.
