Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

VaultLlama

tomhan518tomhan51845 downloads

Chat with a local Ollama model from a side panel in your vault.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

A desktop-only Obsidian plugin for chatting with a local Ollama model from a side panel.

VaultLlama is designed for a simple local workflow:

  • open a chat view inside Obsidian
  • select an installed Ollama model
  • send prompts to your local Ollama endpoint
  • copy the latest answer or insert it into the current note

What it does

Core features

  • Sidebar chat view inside Obsidian
  • Refresh and select installed Ollama models
  • Streaming responses with a stop button
  • Clear the current chat session from the sidebar
  • Copy the latest assistant answer to the clipboard
  • Insert the latest assistant answer at the current cursor position in the active note

Available commands

  • Open chat
  • Copy last answer
  • Insert last answer at cursor

Settings

VaultLlama currently supports these settings:

  • Base URL for the Ollama-compatible endpoint
  • Temperature
  • Top-p
  • Repeat penalty
  • Context size (num_ctx)
  • Max tokens (num_predict)
  • Input font size
  • Auto-grow input
  • Input max height
  • Send conversation history to model
  • Allow remote base URL (disabled by default)

What it does not do

This version does not currently include:

  • current note context injection
  • saved selection context injection
  • explain / summarize / translate / rewrite editor actions
  • telemetry or analytics
  • account login
  • cloud sync

Requirements

  • Obsidian desktop
  • Ollama installed and running
  • At least one Ollama model installed locally

Default local endpoint:

  • http://127.0.0.1:11434

The plugin is marked desktop only because it uses desktop-only runtime APIs.

Installation

Manual installation

  1. Create a folder named vault-llama inside .obsidian/plugins/
  2. Copy these files into that folder:
    • manifest.json
    • main.js
    • styles.css
  3. Reload Obsidian
  4. Enable VaultLlama in Settings -> Community plugins

Community plugin release

If you publish through GitHub releases for Obsidian community submission, upload these release assets:

  • manifest.json
  • main.js
  • styles.css

The release tag should match the plugin version in manifest.json.

Usage

  1. Start Ollama on your computer
  2. Open VaultLlama from the ribbon icon or the Open chat command
  3. Refresh models if the model list is empty
  4. Select a model from the dropdown
  5. Enter a prompt in the chat box and send it
  6. Optionally:
    • stop generation while streaming
    • copy the latest answer
    • insert the latest answer into the current note

When you use Insert last answer at cursor, the plugin inserts a section like this into the active note:

## 🤖 AI Response

<assistant answer>

Privacy and network behavior

VaultLlama sends requests to an Ollama-compatible HTTP endpoint.

Default behavior

  • Default Base URL is http://127.0.0.1:11434
  • Remote endpoints are blocked unless you explicitly enable Allow remote base URL
  • No telemetry, ads, account system, or payment flow is included
  • Plugin settings are stored using Obsidian plugin data storage

Conversation history

If Send conversation history to model is enabled, previous messages from the current chat session are included in each new request.

If it is disabled, requests are sent as single-turn prompts plus the built-in system instruction.

Important warning

If you enable a remote Base URL, your prompts and any chat history included in the request will be sent to that remote server. Review the privacy and security posture of that server before using it.

Troubleshooting

No models appear

  • Make sure Ollama is running
  • Confirm the Base URL is correct
  • Use the refresh button in the chat view

Model requests fail

  • Confirm the selected model is installed in Ollama
  • Check whether Ollama is reachable at the configured Base URL
  • Try a smaller model if your system is low on memory

Cannot connect to Ollama

  • Confirm Ollama is listening on 127.0.0.1:11434 or your configured URL
  • Check firewall or local security rules
  • If you changed the Base URL to a remote host, verify that Allow remote base URL is enabled

Insert does nothing

  • Open a note first
  • Place the cursor in the editor
  • Run Insert last answer at cursor only after the plugin has received an answer

Version

Current documented package version:

  • 0.1.0
92%
HealthExcellent
ReviewSatisfactory
About
Chat with your local Ollama models from a desktop-only sidebar inside Obsidian. Select installed models, stream responses with a stop button, clear sessions, copy the latest answer, or insert it directly at the cursor in the active note.
AISidebarIntegrations
Details
Current version
0.1.0
Last updated
3 months ago
Created
3 months ago
Updates
1 release
Downloads
45
Compatible with
Obsidian 1.4.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
tomhan518tomhan518
GitHubtomhan518
  1. Community
  2. Plugins
  3. AI
  4. VaultLlama

Related plugins

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Smart Composer

AI chat with note context, smart writing assistance, and one-click edits for your vault.

HiNote

Add comments to highlighted notes, use AI for thinking, and flashcards for memory.

Snipd Official

Sync Snipd podcast highlights to your vault with transcript, notes, AI summaries and metadata.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

Recent Files

Display a list of recently opened files.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Claudian

Embeds Claude Code/Codex as an AI collaborator in your vault. Your vault becomes agent's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.

Smart Connections

AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private.