Skip to content

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 | iex
bash
curl -fsSL https://claude.ai/install.sh | bash

Windows 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 --version

Then 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

  1. Open Obsidian → Settings → Community Plugins → Browse
  2. Search for BojuBot → click InstallEnable

Or open directly in Obsidian: Add to Obsidian

Manually

  1. Download main.js, manifest.json, and styles.css from the Releases page
  2. Create the folder <your-vault>/.obsidian/plugins/bojubot/
  3. Place the three files inside it
  4. In Obsidian: Settings → Community Plugins → find BojuBot and enable it

From Source

See CONTRIBUTING.md for building from source.

Released under the MIT License.