logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
How to install YishenTu/claudian. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

YishenTu/claudian Installation Guide

How to install YishenTu/claudian. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for YishenTu/claudian. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i YishenTu/claudian
or

Install via npx

npx @hexmos/ipm i YishenTu/claudian

Prerequisites

Claude Code CLI

cli

Version: >=1.8.9

Obsidian

desktop

Version: >=1.8.9

Claude subscription/API or Custom model provider

api

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

From GitHub Release (recommended)

curl -L https://github.com/YishenTu/claudian/releases/download/1.3.69/main.js -o main.js

curl -L https://github.com/YishenTu/claudian/releases/download/1.3.69/manifest.json -o manifest.json

curl -L https://github.com/YishenTu/claudian/releases/download/1.3.69/styles.css -o styles.css

mkdir -p ~/.config/obsidian/plugins/claudian

mv main.js manifest.json styles.css ~/.config/obsidian/plugins/claudian/

Using BRAT

echo 'Follow BRAT plugin instructions to add https://github.com/YishenTu/claudian'

From source (development)

git clone https://github.com/YishenTu/claudian.git ~/.config/obsidian/plugins/claudian

cd ~/.config/obsidian/plugins/claudian

npm install

npm run build