Up and Running in 3 Minutes
Choose the installation method that works best for you
Requirements
- Obsidian v1.4.5 or later
- macOS, Linux, or Windows (desktop only)
- Claude Code CLI (required when using the Claude provider)
- Codex CLI or Opencode (optional)
1. GitHub Release
- Go to the latest GitHub Release and download
main.js,manifest.json, andstyles.css - Create a folder at
<your-vault>/.obsidian/plugins/claudian/ - Copy the three downloaded files into that folder
- Open Obsidian → Settings → Community Plugins → enable Claudian
2. Using BRAT (auto-update)
- Install and enable BRAT from the Obsidian Community Plugins market
- Open BRAT settings → click Add Beta plugin
- Enter the repo URL:
https://github.com/YishenTu/claudian, click Add Plugin - Enable Claudian in Community Plugins (BRAT will notify you of new releases automatically)
3. Build from Source
- Clone the repo into your vault's plugins folder:
git clone https://github.com/YishenTu/claudian.git - Install dependencies:
cd claudian && npm install - Build:
npm run build - Enable Claudian in Obsidian → Settings → Community Plugins