Skip to main content
PromptQuorum
Home/Power Local LLM/Copilot for Obsidian Review 2026: Local-Model AI Agent for Your Vault
Overview & Reference

Copilot for Obsidian Review 2026: Local-Model AI Agent for Your Vault

Β·11 min readΒ·By Hans Kuepper Β· Founder of PromptQuorum, multi-model AI dispatch tool Β· PromptQuorum

Copilot for Obsidian is a free-to-install, AGPL-3.0-licensed community plugin for the Obsidian notes app that adds an AI agent capable of searching your vault, answering questions with your notes as context, and β€” in Agent mode β€” carrying out multi-step research and writing tasks that edit files directly. It is built by independent developer Logan Yang and is not an official Obsidian product. Its GitHub repository (github.com/logancyang/obsidian-copilot) showed approximately 7,700 stars as of September 12, 2026. The free tier is bring-your-own-key (BYOK): you can connect your own API keys or a fully local model through Ollama or LM Studio, with no signup or license key needed. Paid Lite (about $7.99/month) and Plus (about $14.99/month) tiers add Copilot-hosted cloud models with usage allowances plus extra research features, and a one-time Self-Host Supporter purchase (about $349.99, per obsidiancopilot.com/pricing) adds lifetime self-host mode. None of the paid tiers are required to use local models.

Copilot for Obsidian (also called "Obsidian Copilot," source code at github.com/logancyang/obsidian-copilot) is a community-developed plugin for Obsidian that adds an AI agent and chat interface directly inside your notes vault. Built by developer Logan Yang and distributed as open-source software, it can search your vault, answer questions using your own notes as context, and β€” in Agent mode β€” carry out multi-step research and writing tasks that create or edit files for you. Its free tier explicitly supports bring-your-own-key (BYOK) access to fully local models through Ollama and LM Studio, with no signup or license key required for that path. This review covers what the plugin actually does, its license, current pricing, local-model setup, and how it compares to a plain Ollama-plus-chat-UI setup.

Copilot for Obsidian Review 2026: Local-Model AI Agent for Your Vault

Key Takeaways

  • Built by independent developer Logan Yang as an open-source community plugin β€” not an official Obsidian product
  • License: AGPL-3.0, per the repository's own LICENSE file
  • Local AI model providers: Ollama and LM Studio, plus a generic bring-your-own-key (BYOK) slot for any OpenAI-compatible local or self-hosted endpoint
  • The free tier is BYOK-only: your own API keys or a local model, with no signup or license key required
  • Paid Lite (about $7.99/month) and Plus (about $14.99/month) tiers add Copilot-hosted cloud models with usage allowances and extra research/publishing features β€” they do not gate local-model access
  • A one-time Self-Host Supporter purchase (about $349.99) adds lifetime self-host mode plus two years of the Plus tier
  • GitHub repository (github.com/logancyang/obsidian-copilot) shows approximately 7,700 stars as of September 12, 2026
  • Agent mode (multi-step research and file editing) is desktop-only; the lighter Quick Chat mode also works on Obsidian's iOS and Android apps

πŸ“ In One Sentence

Copilot for Obsidian is a community-developed AI agent plugin for the Obsidian notes app that can search, chat with, and edit your vault, and its free tier explicitly supports fully local models through Ollama and LM Studio with no signup required.

πŸ’¬ In Plain Terms

It adds an AI chat panel and a multi-step agent inside Obsidian that can read your notes, search across your vault, and make edits on request. Instead of only working through a paid cloud subscription, you can point it at a model running on your own computer via Ollama or LM Studio, so your notes never have to leave your machine if you set it up that way.

πŸ“ŒNote: This review is the deep-dive companion to Copilot for Obsidian's entry in the Local LLM Software Directory β€” see that page for how it compares at a glance to dozens of other local-AI-capable tools.

What Is Copilot for Obsidian?

Copilot for Obsidian is a community plugin for Obsidian, the notes app, built by developer Logan Yang and distributed as open-source software. Its own GitHub README describes it as an AI agent for your Obsidian vault, capable of multi-step research, writing, and knowledge work with direct file management inside your notes. It is not developed or officially published by Obsidian's maker β€” the name overlaps with, but has no relation to, GitHub Copilot or other products carrying the "Copilot" name.

  • Core function: chat with your vault, semantic and keyword search across your notes, and β€” in Agent mode β€” multi-step research and writing tasks that create or edit files directly
  • Local inference: no bundled inference engine of its own β€” the plugin connects to a separately running local server (Ollama or LM Studio) or a cloud API you configure, rather than shipping model weights inside the plugin itself
  • Developer: Logan Yang, an independent developer distributing the plugin as open-source software, not affiliated with Obsidian's maker or with GitHub/Microsoft's unrelated "Copilot" products
  • Canonical repository: github.com/logancyang/obsidian-copilot
  • Companion site: obsidiancopilot.com hosts pricing, documentation, and the hosted-model tiers

Copilot for Obsidian's Background and Milestones

Copilot for Obsidian started as an independent, open-source community plugin. Its GitHub repository shows approximately 7,700 stars as of this review β€” check the repository directly for a current count, since star counts change daily and this review does not claim a specific popularity ranking against other Obsidian plugins.

  1. 1
    Community plugin release
    Why it matters: Developer Logan Yang published Copilot for Obsidian as an open-source plugin distributed through Obsidian's Community Plugins catalog, unaffiliated with Obsidian's own maker.
  2. 2
    Local-model support added
    Why it matters: The plugin added documented support for Ollama and LM Studio as local providers, plus a generic OpenAI-compatible BYOK slot, letting the agent run entirely against a self-hosted model with no cloud account.
  3. 3
    Agent mode and vault-aware chat introduced
    Why it matters: Beyond single-turn chat, the plugin added a multi-step "Agent mode" that can search across a vault, plan a task, and edit or create files as part of one request rather than one reply at a time.
  4. 4
    Tiered pricing and Self-Host Supporter plan added
    Why it matters: Alongside the always-free BYOK/local path, the developer introduced paid Lite and Plus tiers for Copilot-hosted models, and a one-time Self-Host Supporter purchase for lifetime self-hosting, via [obsidiancopilot.com](https://www.obsidiancopilot.com).

What Can You Do With Copilot for Obsidian?

Copilot for Obsidian combines vault-aware chat, multi-step agent tasks, and configurable model backends β€” local or cloud β€” per its own documentation and GitHub README.

  • Agent mode β€” multi-step, autonomous task execution: it can plan a task, search your vault, read multiple notes, and create or edit files across several steps for one request, rather than a single chat reply
  • Quick Chat β€” a lighter, single-turn chat mode for fast Q&A against your vault or a selected note, available on both desktop and Obsidian's mobile apps
  • Vault-aware chat and search β€” semantic and keyword search across your notes so answers use your own vault content as context, not only the model's general knowledge
  • Local model support β€” Ollama and LM Studio as documented local providers, plus a generic OpenAI-compatible BYOK slot you can point at any self-hosted or local endpoint
  • BYOK cloud access β€” connect your own API key for hosted providers such as OpenAI or Anthropic instead of paying for Copilot for Obsidian's own hosted-model usage
  • Multi-agent collaboration (Plus tier) β€” coordinate multiple agent roles on a single task
  • Web search, PDF parsing, and YouTube/X capture (Plus tier) β€” pull external content into the vault or into a chat's context
  • OpenArtifacts publishing (Plus tier) β€” publish generated documents or notes out of the plugin
  • File management inside the vault β€” Agent mode can create, edit, and organize notes as part of completing a task, not only answer questions about them

Usage Examples: Three Ways to Use Copilot for Obsidian

These are concrete workflows built from the plugin's own documentation, not hypothetical use cases.

Get Copilot for Obsidian

Copilot for Obsidian installs as a plugin inside Obsidian itself, not as a standalone application β€” Obsidian (available for macOS, Windows, Linux, iOS, and Android) must already be installed. There is no separate per-operating-system installer for the plugin; the same plugin works on every platform Obsidian supports, though Agent mode specifically is desktop-only.

Manual install from GitHub

How to Install:
Download the release files from github.com/logancyang/obsidian-copilot and place them in your vault's plugins folder, then enable the plugin in Obsidian's settings. Use this route for a specific release or a self-hosted build.

Self-Host Supporter setup

How to Install:
After purchasing the one-time Self-Host Supporter plan, follow the self-host setup instructions on obsidiancopilot.com to run the hosted-model backend yourself instead of relying on the developer's infrastructure.

Agent mode's multi-step research and file-editing workflow is desktop-only. Quick Chat, the lighter single-turn chat mode, works on Obsidian's iOS and Android apps as well.

Copilot for Obsidian Pricing

Copilot for Obsidian is free to install and free to use with your own API keys or a local model. Paid tiers exist specifically for Copilot-hosted cloud models and extra research features β€” none of them are required for local-model use. Figures below are current as of this review (September 2026), per obsidiancopilot.com/pricing β€” check that page directly before deciding, since prices and included features change, and the site occasionally runs promotional discount codes.

Free

Price:
$0
What It Includes:
Bring-your-own-key access to your own hosted-provider account or a fully local model through Ollama or LM Studio, plus vault search and community support. No signup or license key required for the local-model path.

Lite

Price:
About $7.99/month, or about $74.99/year billed annually
What It Includes:
Copilot-hosted models with monthly usage quotas, with the option to purchase additional credits beyond the included allowance.

Plus

Price:
About $14.99/month, or about $139.99/year billed annually
What It Includes:
Roughly three times the Lite tier's token allowance, multi-agent collaboration, expanded web search and PDF parsing, YouTube and X capture skills, and OpenArtifacts publishing.

Self-Host Supporter

Price:
One-time payment of about $349.99 (the developer has run limited-time discount codes against this price)
What It Includes:
Lifetime self-host mode for running the hosted-model backend yourself, plus two years of Plus-tier access included.

Local-model use through Ollama or LM Studio works on the free tier with no payment at all. The paid tiers add Copilot-hosted cloud models, usage allowances, and research/publishing features layered on top β€” they are optional, not a requirement for local-model access.

Copilot for Obsidian vs. Plain Ollama + Open WebUI

Copilot for Obsidian and running Ollama together with Open WebUI are both ways to chat with a local model, but they solve different problems: one is built into your existing notes, the other is a general-purpose chat interface with no notes app of its own.

Context source

Copilot for Obsidian:
Reads and searches your actual Obsidian vault as context automatically, without manual copy-paste
Ollama + Open WebUI:
No vault awareness of its own β€” you paste, type, or upload content into each chat manually

File editing

Copilot for Obsidian:
Agent mode can create and edit notes directly inside your Obsidian vault as part of a task
Ollama + Open WebUI:
No file-editing capability β€” it is a standalone chat interface, not a notes editor

Setup

Copilot for Obsidian:
Installs as an Obsidian plugin and points at an already-running Ollama or LM Studio server
Ollama + Open WebUI:
A separate standalone web app or container, unrelated to any notes app

Cost

Copilot for Obsidian:
Free on the BYOK/local tier; paid tiers add hosted models and extra research features
Ollama + Open WebUI:
Free and open source with no paid tier β€” Open WebUI is released under its own open-source license

Fully local operation

Copilot for Obsidian:
Fully local when configured with Ollama or LM Studio and no cloud API key added
Ollama + Open WebUI:
Fully local by default when paired with a local Ollama instance

If your only goal is a general-purpose local-model chat interface, Ollama plus Open WebUI works end-to-end at no cost with no paid tier at all. Choose Copilot for Obsidian specifically when you want that same local model reading, searching, and writing directly into your existing Obsidian notes.

Who Should Use Copilot for Obsidian?

Whether Copilot for Obsidian fits depends on whether you already use Obsidian as your notes app and want AI that works directly against that vault.

Competitors and Alternatives

Copilot for Obsidian competes with a handful of other AI plugins for Obsidian and similar notes apps, most notably Smart Connections and Logseq Copilot. PromptQuorum has published standalone reviews of both, alongside a review of Joplin AI Agent for a third notes app.

  • Local LLM With Obsidian 2026 β€” a pillar guide to the wider local-LLM-in-Obsidian ecosystem, covering Copilot for Obsidian alongside other plugin options such as Smart Connections.
  • Obsidian and Logseq AI Plugins, Compared β€” a multi-plugin comparison covering Copilot for Obsidian, Smart Connections, Text Generator, logseq-copilot, and BMO Chatbot side by side.

Common Mistakes When Evaluating Copilot for Obsidian

Most confusion about Copilot for Obsidian comes from assuming it is an official Obsidian product, or that local-model use requires a paid tier.

Frequently Asked Questions

What is Copilot for Obsidian?

Copilot for Obsidian is a community-developed plugin for the Obsidian notes app that adds an AI agent capable of chatting with, searching, and editing your vault, built independently by developer Logan Yang.

Is Copilot for Obsidian free?

The free tier is bring-your-own-key: connect your own API keys or a fully local model through Ollama or LM Studio, with no signup or license key required. Paid Lite (about $7.99/month) and Plus (about $14.99/month) tiers add Copilot-hosted cloud models and extra research features.

Is Copilot for Obsidian made by Obsidian itself?

No. It is an independent community plugin built and maintained by developer Logan Yang, not developed or officially endorsed by Obsidian's maker.

Does Copilot for Obsidian support local AI models?

Yes. The plugin documents support for Ollama and LM Studio as local providers, plus a generic OpenAI-compatible BYOK slot for any local or self-hosted endpoint, available on every pricing tier including the free one.

What license is Copilot for Obsidian released under?

AGPL-3.0, per the repository's own LICENSE file on GitHub.

How much does Copilot for Obsidian cost?

Free on the BYOK/local tier. Paid options as of this review are Lite (about $7.99/month or $74.99/year) and Plus (about $14.99/month or $139.99/year), plus a one-time Self-Host Supporter purchase (about $349.99) β€” check obsidiancopilot.com/pricing for current figures.

Can I self-host Copilot for Obsidian's hosted-model backend?

Yes, through the one-time Self-Host Supporter plan, which includes lifetime self-host mode plus two years of Plus-tier access.

Does Copilot for Obsidian work on mobile?

Quick Chat, the lighter single-turn chat mode, works on Obsidian's iOS and Android apps. Agent mode's multi-step research and file-editing workflow is desktop-only.

How many GitHub stars does Copilot for Obsidian have?

Its repository (github.com/logancyang/obsidian-copilot) showed approximately 7,700 stars as of September 12, 2026. Check the repository directly for a current count, since it changes regularly.

How do I install Copilot for Obsidian?

In Obsidian, open Settings β†’ Community plugins β†’ Browse, search for "Copilot," then select Install and Enable β€” no account or license key is needed for the free BYOK/local-model path.

Sources

← Back to Power Local LLM