> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/pfrankov/obsidian-local-gpt/llms.txt
> Use this file to discover all available pages before exploring further.

# Local GPT for Obsidian

> Privacy-focused AI assistant for Obsidian with local LLM support, RAG capabilities, and vision features

<div className="relative overflow-hidden rounded-lg border border-gray-200 dark:border-gray-800 bg-gradient-to-br from-purple-50 to-indigo-50 dark:from-gray-900 dark:to-purple-950 p-12 mb-8">
  <div className="relative z-10">
    <h1 className="text-5xl font-bold mb-4 bg-gradient-to-r from-purple-600 to-indigo-600 dark:from-purple-400 dark:to-indigo-400 bg-clip-text text-transparent">
      Local GPT for Obsidian
    </h1>

    <p className="text-xl text-gray-600 dark:text-gray-300 mb-8 max-w-2xl">
      The most casual AI assistant for Obsidian. Maximum privacy and offline access with local Ollama and OpenAI-compatible LLMs.
    </p>

    <div className="flex gap-4">
      <a href="/quickstart" className="inline-flex items-center px-6 py-3 rounded-md bg-purple-600 hover:bg-purple-700 text-white font-medium transition-colors">
        Get Started

        <svg className="ml-2 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
          <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
        </svg>
      </a>

      <a href="https://github.com/pfrankov/obsidian-local-gpt" className="inline-flex items-center px-6 py-3 rounded-md border-2 border-purple-600 text-purple-600 dark:text-purple-400 hover:bg-purple-50 dark:hover:bg-purple-950 font-medium transition-colors">
        View on GitHub
      </a>
    </div>
  </div>
</div>

## Key Features

<CardGroup cols={2}>
  <Card title="Privacy First" icon="shield-check" color="#906bda">
    Run AI models locally with Ollama or connect to OpenAI-compatible APIs. Your data never leaves your machine.
  </Card>

  <Card title="Enhanced Actions (RAG)" icon="brain" color="#906bda">
    Automatically pull context from linked notes, backlinks, and even PDF files to give AI deeper understanding.
  </Card>

  <Card title="Vision Support" icon="eye" color="#906bda">
    Analyze images directly in your notes with vision-capable models like bakllava.
  </Card>

  <Card title="Community Actions" icon="users" color="#906bda">
    Browse and install pre-built AI actions from the community with automatic updates.
  </Card>
</CardGroup>

## Quick Access

<CardGroup cols={3}>
  <Card title="Installation" icon="download" href="/installation">
    Install the plugin and configure AI providers
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running in minutes
  </Card>

  <Card title="Action Palette" icon="wand-magic-sparkles" href="/features/action-palette">
    Learn about the powerful Action Palette
  </Card>

  <Card title="Custom Actions" icon="pen-to-square" href="/guides/creating-custom-actions">
    Create your own AI-powered workflows
  </Card>

  <Card title="Prompt Templating" icon="code" href="/guides/prompt-templating">
    Master advanced prompt techniques
  </Card>

  <Card title="API Reference" icon="book" href="/api/settings">
    Explore the plugin API
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Select Text">
    Highlight any text in your Obsidian notes or open the Action Palette with a hotkey.
  </Step>

  <Step title="Choose an Action">
    Pick from default actions like "Continue writing", "Summarize", "Fix grammar", or create your own custom actions.
  </Step>

  <Step title="AI Processes">
    The plugin sends your text to your chosen AI provider (local or cloud) with optional context from linked notes.
  </Step>

  <Step title="Get Results">
    AI-generated content appears directly in your note, ready to use or refine.
  </Step>
</Steps>

## Supported Languages

Local GPT supports 11 languages out of the box:

English • Chinese • Dutch • French • German • Italian • Japanese • Korean • Portuguese • Russian • Spanish

## Open Source

Local GPT is open source and licensed under MIT. Contributions are welcome!

<Card title="Contribute on GitHub" icon="github" href="https://github.com/pfrankov/obsidian-local-gpt">
  Star the repo, report issues, or submit pull requests.
</Card>
