Claudian Plus

by wuyifan-code
5
4
3
2
1
Score: 39/100

Description

The Claudian Plus plugin turns a vault into a local AI workspace built around Codex, with support for Claude, OpenCode and Pi in the same chat surface. It keeps notes, provider sessions and dragged file or folder references close to the vault instead of pushing work into a separate remote app. A standout part is its consciousness system, which extracts useful facts from chats, stores user preferences and builds a vault knowledge index for cross session memory. It also makes local conversation history searchable and adds vault search with an insight flow that can turn source backed note context into agent tasks. The result is a coding and research workspace for people who want local control over context and memory.

Reviews

No reviews yet.

Stats

14
stars
3,165
downloads
4
forks
46
days
23
days
23
days
3
total PRs
1
open PRs
0
closed PRs
2
merged PRs
3
total issues
2
open issues
1
closed issues
807
commits

RequirementsExperimental

  • Codex CLI installed and authenticated in the local terminal

Latest Version

24 days ago

Changelog

What's Changed

  • fix(release): strip BOM from package.json
  • chore(release): bump to 3.0.1
  • test: make dsh and dragDrop tests platform-independent
  • fix(blob): resolve community plugin review blockers

Full Changelog: https://github.com/wuyifan-code/Claudian-plus/compare/3.0.0...3.0.1

README file from

Github

Claudian Plus

Claudian Plus puts coding agents where your thinking already lives: your notes. It combines Codex, Claude, OpenCode, Kimi, and Pi in one desktop-only Obsidian workspace — and instead of forgetting everything when the chat closes, it quietly turns conversations into durable, searchable memory inside your Vault.

What makes Claudian Plus different

It remembers what you talked about

A consciousness mechanism works quietly in the background: while you are idle, a lightweight model call distills short-term logs into long-term memory and your user profile. Ask again next month and the answer is already there. Everything is opt-in, stored locally, and browsable from Open memory file.

Codex-first, provider-neutral

Codex is the default agent when available, preferring gpt-5.6-sol when your local CLI exposes it. Claude, OpenCode, Kimi, and Pi remain first-class alternatives — each with its own capabilities, history format, permissions, and runtime boundary. You are never locked into one vendor's assumptions.

Kimi joins through the standard ACP protocol with model/command auto-discovery, image attachments, per-tool-call approval, and Kimi-native model switching. OpenCode and Pi run outside the Obsidian process, so their hosted adapters are file-based compatibility layers: the OpenCode sidecar uses only Node built-ins, and the Pi extension reuses the TypeBox that Pi already ships. FROM queries read frontmatter without calling the Dataview plugin API; if Node is missing in the provider environment, chat still works and only the external tool layer is skipped.

Your Vault is the workspace

Drop context into the composer with @note, @folder, drag-and-drop, images, editor selection, and File Explorer actions. Provider-native tools can read and — with your approval — update Canvas, Properties, links, and graph neighbors. Writes stay Vault-scoped, show a structured diff, and can be undone in-session.

A calmer conversation surface

The floating outline keeps you oriented in long sessions: user prompts and assistant headings stay visible while thought and tool noise collapse. Hover a tick for a preview, jump without losing state, and choose the rail side that fits.

Local by default

No telemetry, no cloud index. Conversations, memory, and knowledge data live under .claudian-plus/ in your Vault, and legacy .claudian/ data is read and migrated automatically.

Why Claudian Plus?

Most AI tools treat your chat history as disposable. Claudian Plus treats a conversation like a working session: context in, memory out, and every useful conclusion still discoverable a month later.

You want to… Claudian Plus gives you…
Work with the agent you already use Codex-first defaults, provider-native sessions, model discovery, and separate permission flows
Keep the Vault in the loop @note / @folder context, drag-and-drop files, images, editor selection, File Explorer actions, Canvas, Properties, and links
Find something you discussed last month Local conversation history search, restore, fork, rewind, and provider-native replay
Build a second brain without a cloud index Opt-in memory, awareness files, and local-first storage
Stay oriented in a long conversation A compact floating outline that surfaces prompts and headings while collapsing thought/tool noise

Install from a release

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Create the .obsidian/plugins/claudian-plus/ folder inside your vault.
  3. Copy the three files into that directory.
  4. In Obsidian, open Settings → Community plugins and enable Claudian Plus.

Claudian Plus is desktop-only because it integrates with local agent CLIs and desktop filesystem capabilities.

Build from source

Requirements: Node.js 24 and at least one supported provider CLI (Codex, Claude Code, OpenCode, Kimi, or Pi).

git clone https://github.com/wuyifan-code/Claudian-plus.git
cd Claudian-plus
npm ci
npm run typecheck
npm run build

To copy the production build directly into a Vault, set OBSIDIAN_VAULT in .env.local:

OBSIDIAN_VAULT=D:\\Obsidian\\My Vault

Then run npm run build again. The build copies the three plugin files into .obsidian/plugins/claudian-plus/ inside that vault.

First run

  1. Install and authenticate a provider CLI. Codex is the default provider when it is available.
  2. Open Claudian Plus → Settings. If Obsidian does not inherit your shell PATH, set the provider's absolute CLI path.
  3. Keep the permission mode at normal until you understand the provider-specific approval flow.
  4. Enable memory and awareness features only when you want them.
  5. For Canvas neighbors: right-click a file or link node and choose Suggest neighboring notes. The panel only reads Obsidian's resolved link graph and never writes without an explicit click.

Useful commands and workflows

  • Open chat view — open the main Claudian Plus workspace.
  • Quick agent input — send a focused request with the current editor context.
  • Search conversations — filter saved history by title, provider, model, date, or first message.
  • Open memory file / Scan vault knowledge — inspect or refresh the local memory layer.
  • Undo last Canvas write — undo an approved Canvas operation during the current Obsidian session.
  • Check provider CLI health — diagnose missing or stale provider CLIs.

You can drag a note or folder into the composer at any time.

Privacy, permissions, and storage

Claudian Plus has no telemetry service. Provider requests are sent only through the provider CLI, SDK, MCP server, or embedding endpoint that you explicitly configure. Vault knowledge and memory data are stored locally under .claudian-plus/.

The plugin reads legacy .claudian/ data and migrates it to .claudian-plus/ when the relevant data is next saved. Do not run an old Claudian build and Claudian Plus against the same Vault at the same time. Agent tools can read files, run commands, and modify approved Vault data; review the active provider and permission mode before working with sensitive notes.

Verification

npm run typecheck
npm run lint
npm run test
npm run test:architecture
npm run build
npm run check:performance

Upstream projects, licenses, and thanks

Claudian Plus is built on the work of two upstream projects. Their authors and license terms remain part of this distribution:

Upstream project Original author License Contribution to Claudian Plus
Claudian Yishen Tu MIT Core Obsidian agent workspace, provider architecture, chat/session foundation, and the original Claudian workflows
Codian BCS1037 / BCS AGPL-3.0 Adapted live composer, File Explorer actions, shared Skills management, provider service settings, and related UX improvements

Thank you to Yishen Tu, BCS, and both project communities for publishing the ideas and code that made this fork possible. See NOTICE for the file-level attribution summary.

This repository contains original work together with code under different upstream licenses. The MIT license applies to the Claudian-derived and original portions; Codian-derived portions retain the AGPL-3.0 obligations described by their upstream license. If you redistribute or modify those portions, follow the applicable upstream terms.

License

See LICENSE and NOTICE. The upstream license terms above are part of this distribution.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Copilot
3 years ago by Logan Yang
THE Copilot in Obsidian
Smart Connections
4 years ago by Brian Petro
Find related notes and excerpts while writing. Your link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.
Spaced Repetition
5 years ago by Stephen Mwangi
Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian
Agent Client
4 months ago by rait-09
Bring AI agents into Obsidian via Agent Client Protocol (ACP), such as Claude Code, Codex and Gemini CLI.
Smart Composer
2 years ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
ChatGPT MD
4 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
YOLO
8 months ago by Lapis0x0
Agent-native AI assistant — chat, write, learning, all in one.
Claude Sidebar
a month ago by derek-larson14
Run Claude Code, Codex, and other agent CLIs in Obsidian
Gemini Scribe
2 years ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
Smart Second Brain
3 years ago by Leo310, nicobrauchtgit
A free, open-source Obsidian plugin that makes your vault smarter: better search, an interactive knowledge graph, and an AI assistant that knows your notes.
AI Providers
2 years ago by Pavel Frankov
This plugin is a hub for setting AI providers (OpenAI-like, Ollama and more) in one place.
Khoj
4 years ago by Debanjum Singh Solanky
Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.
Note Linker
4 years ago by Alexander Weichart
🔗 Automatically link your Obsidian notes.
BMO Chatbot
3 years ago by Longy2k
Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.
Tars
2 years ago by Tarslab
Obsidian tars plugin that supports text generation based on tag suggestions, using services like DeepSeek, Claude, OpenAI, OpenRouter, SiliconFlow, Gemini, Ollama, Kimi, Doubao, Qwen, Zhipu, QianFan & more.
HiNote
a year ago by Kai
Add comments to highlighted notes, use AI for thinking, and flashcards for memory.
Github Copilot
2 years ago by Vasseur Pierre-Adrien
A bridge between Obsidian and Github Copilot
AI image analyzer
2 months ago by swaggeroo
Analyze images with AI to get keywords of the image.
SystemSculpt AI
3 months ago by systemsculpt
Enhance your Obsidian App experience with AI-powered tools for note-taking, task management, and much, MUCH more.
Smart Context
2 years ago by 🌴 Brian
AI Assistant
3 years ago by Quentin Grail
AI Assistant Plugin for Obsidian
InfraNodus AI Graph View
2 years ago by Nodus Labs
Advanced graph view for Obsidian: text analysis, topic modeling, and AI with InfraNodus AI text analysis tool: https://infranodus.com
Pieces for Developers
3 years ago by Pieces For Developers
Pieces' powerful extension for Obsidian-MD that allows users to access their code snippets directly within the Obsidian workspace
LearnKit
3 months ago by William Guy
A native study system for your Obsidian vault. LearnKit turns notes into durable knowledge with flashcards, spaced repetition, reviews, tests, and AI tools.
Smart Templates
2 years ago by 🌴 Brian Petro
Smart Templates is an AI powered templates for generating structured content in Obsidian. Works with Local Models, Anthropic Claude, Gemini, OpenAI and more.
Personal Assistant
3 months ago by edonyzpc
A plugin that harnesses AI agents and streamlining techniques to help you automatically manage Obsidian.
Gemini Assistant
3 years ago by eatgrass
Your AI assistant in obsidian
Quiz Generator
3 years ago by Edward Cui
Generate interactive flashcards from your notes using models from OpenAI (ChatGPT), Google (Gemini), Ollama (local LLMs), and more. Or manually create your own to use with the quiz UI.
Gemini Helper
a month ago by TAKESHI MORITA
AI chat, workflow automation, semantic search (RAG), LLM Wiki (OKF) powered by Google Gemini. Works on both desktop and mobile.
Mesh AI
2 years ago by Chasebank87
NanoBanana PRO
a month ago by reallygood83
AI Tagger Universe
2 years ago by Hu Nie
An intelligent Obsidian plugin that leverages AI to automatically analyze note content and suggest relevant tags, supporting both local and cloud-based LLM services.
AI Tagger
3 years ago by Luca Grippa
Simplify tagging in Obsidian. Instantly analyze and tag your document with one click for efficient note organization.
Codex Panel
2 months ago by murashit
Codex in your sidebar. ChatGPT Work for your Obsidian vault.
AI for Templater
2 years ago by TfTHacker
Extends Templater with AI Chat commands using the OpenAI Client Library
Chat with Bard
3 years ago by Artel250
An obsidian plugin that enables you to talk to Google Gemnini directly
Large Language Models
2 months ago by eharris128
The LLM plugin gives Obsidian users access to local and web-based, large language models via several chat interfaces: modal, widget, FAB window, and commands.
AI Image OCR
a year ago by Rootiest
Obsidian plugin for AI-powered text extraction from images
AI Research Assistant
3 years ago by Interweb Alchemy
Prompt Engineering Research Tool for AI APIs
Vault Chat
3 years ago by Exo Ascension
A ChatGPT bot trained on your vault notes. Ask your AI questions about your own thoughts and ideas!
Caret
2 years ago by Jake Colling
Caret, an Obsidian Plugin
YouTube Video Summarizer
2 years ago by mbramani
Generate AI-powered summaries of YouTube videos directly in Obsidian using Google's Gemini AI.
Arcana
3 years ago by A-F-V
Supercharge your Obsidian note-taking through AI-powered insights and suggestions
AI LLM
2 years ago by Sparky4567
Lets to use local llms in your Obsidian Vaults, extend your stories or create entirely new texts based on your previous input
deepseek-ai-assistant
a year ago by algernon
WordWise
3 years ago by ckt1031
Writing companion for AI content generation.
InlineAI
2 years ago by FBarrca
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Canvas Conversation
4 years ago by André Baltazar
A plugin for Obsidian that allows you to create a canvas conversation using ChatGPT.
Star Gate
a month ago by starhunter
obsidian gate plugin
GPT Assistant
3 years ago by M7mdisk
Ask GPT from your notes and get personalized answers based on your knowledge base.
AI Mentor
3 years ago by clementpoiret
PARA Shortcuts
5 years ago by gOAT
This plugin serves usefull commands to setup and manage your knowledge using the PARA method.
Wikidata Importer
3 years ago by Sam Rose
A plugin for importing data from Wikidata into your Obsidian vault.
AI Editor
3 years ago by Zekun Shen
ChatCBT
3 years ago by Claire Froelich
AI-powered journaling plugin for your Obsidian notes, inspired by cognitive behavioral therapy
WuCai highlights Official
3 years ago by 希果壳五彩
WuCai highlights Official, for Sync highlights into your obsidian notes
Explain Selection With AI
2 years ago by Ben Wurster
This is my first go at making an Obsidian plugin to elaborate on and describe selected bits of information and their context.
Flashcard Generator
3 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
Notemd
a year ago by Jacob
A Easy way to create your own Knowledge-base! Notemd enhances your Obsidian workflow by integrating with various Large Language Models (LLMs) to process your notes, automatically generate wiki-links for key concepts, create corresponding concept notes, perform web research, and more.
AI Notes Summary
3 years ago by R. Ian Bull (irbull)
An Obsidian plugin that uses ChatGPT to generate a summary of referenced notes
LLM Hub
2 months ago by TAKESHI MORITA
Obsidian plugin for AI chat, workflow automation, and semantic search — supports Gemini, OpenAI, OpenRouter, Grok, Ollama, and CLI backends
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Silicon AI
3 years ago by deepfates
Add some intelligence to your notes with Silicon AI for Obsidian
brAIn
3 years ago by lusob
CAO
2 years ago by Godot
Claude AI for Obsidian
LLM Test Generator
a year ago by Aldo E George
Ring a secretary
3 years ago by vorotamoroz
ChatGPT Definition
3 years ago by julix14
Strapi Exporter AI
2 years ago by Cinquin Andy
[prod] - 🚀 Strapi Exporter: Supercharge Your Obsidian-to-Strapi Workflow, export an obsidian notes directly to your Strapi API
Better Recall
2 years ago by FlorianWoelki
A better spaced repetition and recall plugin for Obsidian inspired by Anki.
Canvas LLM Extender
3 years ago by Pasi Saarinen
Let the OpenAI LLM add nodes to your Obsidian canvas
Proofreader
a year ago by pseudometa (aka Chris Grieser)
AI-based proofreading and stylistic improvements for your writing. Changes are inserted as suggestions directly in the editor, similar to suggested changes in word processing apps.
Vector Search
2 years ago by Ashwin A Murali
Obsidian plugin for Vector Search
Nova
7 months ago by Shawn Duggan
Nova - AI plugin for Obsidian that edits your documents directly through natural conversation. Stop copying from chat, start collaborating with AI.
Daily News Briefing
a month ago by Adam Chen
Get AI-powered daily news summaries directly in your Obsidian vault. Stay informed about your topics of interest with smart, automated news collection and summarization.
Note ID
2 years ago by Dominik Mayer
Displays notes by their ID, enabling structured sequences for manuscripts or a Zettelkasten ("Folgezettel")
Intelligence
3 years ago by John Mavrick
AI Summarize
2 years ago by Alp Sariyer
Easy to use AI Summary tool for your notes in Obsidian
Images to Notes
a year ago by Rodolfo Terriquez
Turn photos of your handwritten notes into markdown
ClipperMaster
a year ago by aqeja
AI bot
2 years ago by kuzzh
The AI Bot Plugin is a powerful tool designed to enhance your note-editing experience in Obsidian by leveraging the capabilities of AI. This plugin allows you to interact with an AI assistant directly within Obsidian, making it easier to generate, edit, and organize your notes with intelligent suggestions and automated tasks.
AI Zhipu
2 years ago by Tarslab
AI-zhipu is an Obsidian plugin that helps you utilize the Zhipu API. 智谱AI obsidian 插件
Vault LLM Assistant
a year ago by Brians Tjipto
An obsidian notebook plugin that uses LLM (OpenAI or Gemini) to answer questions and create new notes about your vault
MantouAI
3 years ago by Morino Pan
MantouAI—— 让Obsidian变身智能助手
Vision Recall
2 years ago by Travis Van Nimwegen
Transform screenshots into searchable Obsidian notes using AI vision and text analysis
LLM workspace
2 years ago by Olivér Falvai
AI Chat
2 years ago by arenasys
CoCo AskAI
2 years ago by Yukee
CoCo-AskAI is an Obsidian plugin that enables AI-powered note assistance, enhancing the writing experience with customizable functions.
Markpilot
2 years ago by Taichi Maeda
AI-powered inline completions and chat view for Obsidian
AI integration Hub
2 years ago by Hishmat Salehi
A modular AI integration hub for Obsidian
Reverse Prompter
2 years ago by Ryan Halliday
Let AI generate prompts to keep you writing
Codian
a month ago by bcs
Open-source Obsidian plugin for local coding agents
AI LaTeX Generator
2 years ago by Aayush Shah
An Obsidian plugin that generates latex code from natural language inputs.
Open Interpreter
2 years ago by Mike Bird
The power of Open Interpreter in your Obsidian vault
AI Companion
9 months ago by Kowshik
An Obsidian plugin that provides AI assistance using OpenAI's API, triggered by the `/ai` slash command.
AI Revisionist
2 years ago by Synaptic Labs
Rapid AI
2 years ago by Rapid AI
AI Assistant for selected text and generating content with Markdown. Shortcuts and quick action buttons provide instant AI assistance. It provides a high availability API for unlimited Chat GPT request rates, so you can ensure smooth work for any workload.
Simple Quiz
2 years ago by Ivan Kalmar
Creating simple quizzes.
Memos AI Sync
2 years ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
Ayanite
2 years ago by jemstelos
Publish Note to Mowen Note
a year ago by ziyou
This is a mowen plugin for Obsidian (https://obsidian.md)
ExMemo Client
2 years ago by Yan.Xie
exmemo obsidian plugin
Understory
3 months ago by Rosetta Zidian Guo
A connection-sustain plugin: find connections and conflicts, update them over time
Note Reviewer
2 years ago by Travis Linkey
An obsidian plugin to help review notes that have been taken
Feedly Annotations Sync
2 years ago by Nick Felker
Download my Feedly annotations
Replicate
2 years ago by Sébastien Dubois
Integrate Replicate.com with Obsidian
Student Repo
2 years ago by Feirong.zfr
学生知识库助手(Student Repository Helper)是一个面向学生或学生家长的Obsidian 插件,这款插件旨在解决学生在学习阶段面临的资料管理难题,将学习过程中产生的各类重要资料,如试卷、笔记、关键文档、绘画手工作品等,进行系统性的数字化整合与管理,并利用 AI 助手定期进行学习分析总结。随着时间的推移,它将助力你逐步搭建起一座专属你自己的知识宝库,这座宝库将伴随你一生,成为你知识成长与积累的见证。
Blog AI Generator
2 years ago by Gareth Ng
Obsidian Plugin: generate blog via AI based on the current note.
hello nemesis
2 years ago by Dian
KOI Sync
2 years ago by Luke Miller
FleurPDF
a month ago by JC5
Smart PDF reading and annotation plugin for Obsidian with AI-powered features
InfoFlow
a year ago by RockieStar Inc.
Obsidian plugin for InfoFlow.app - This plugin integrates InfoFlow with Obsidian, allowing you to sync your saved articles, web pages, notes, and highlights directly into your Obsidian vault.