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

Proxima

santhoshsramsanthoshsram3 downloads

Local-first semantic search: related notes, interactive proximity graph, and concept search, all on-device.

Add to Obsidian
Proxima screenshot
Proxima screenshot
  • Overview
  • Scorecard
  • Updates4

Proxima surfaces notes that are semantically similar to the note you're currently viewing, and lets you search for notes based on semantic meaning rather than exact words.

Why "Proxima"? Proxima means "nearest." It finds the notes conceptually nearest to the one you're reading, not just the ones sharing the same words.

Screenshots

Interactive Proxima Graph

Shows notes conceptually close to the current note.

Proxima Graph

Related Notes Sidebar

Surfaces notes that are conceptually related to the current note based on their content.

Related Notes Sidebar

Proxima Graph in Sidebar

Visual representation of the conceptually related notes in the side bar.

Graph in Sidebar

Plugin Settings

Configure indexing, embedding and reranking models, and how related notes are matched.

Plugin Settings - Indexing and models

Fine-tune matching mode, result limits, similarity thresholds, and debug logging.

Plugin Settings - Matching and tuning

Highlights

  • Related Notes View: Surfaces notes conceptually similar to the current one.
  • Proxima Graph: An interactive graph of conceptually related notes, with hover previews.
  • Two-Stage Funnel: Dense vector retrieval refined by an on-device cross-encoder reranker for high precision.
  • 100% Local & Private: Runs entirely on-device via WebGPU/WASM. Zero telemetry, no cloud APIs, no external subscriptions.

Privacy

  • All embedding computation, vector search, and reranking run locally on your GPU/CPU.
  • The only network access is a one-time download of model weights from Hugging Face on first activation (cached locally in your browser/vault cache).
  • Vault notes are never transmitted or modified. The index is stored strictly in .obsidian/plugins/proxima/.

Desktop only

Proxima requires WebGPU (with a WASM fallback) for on-device inference, which Obsidian only exposes in its desktop Electron shell, not on mobile. isDesktopOnly is set deliberately for this reason, not as a placeholder.

Settings

  • Vault indexing: Manually re-index the vault (runs automatically on startup/changes).
  • Debug logging: Toggle detailed indexing and performance logs in the developer console.
  • Embedding model: Choose the semantic model for vector search. Gemma 300M for high accuracy, or All MiniLM L6 for faster performance on older devices. Changing models triggers a re-index.
  • Reranking model: Shows the active cross-encoder (MiniLM L6). Currently cannot be changed; future enhancements may add other models.
  • Matching mode: Choose how related notes are found (Detailed, Focused, or Broad).
  • Open related notes in new tab: Open clicked related notes in a new tab instead of the current one.
  • Related notes: Maximum number of related notes to show.
  • Sections per note: Maximum number of matching sections shown per related note.
  • Minimum similarity: Threshold for matches (higher = stricter).

Commands

Command Action
Open graph Opens the full-screen interactive Proxima graph
Show related notes Toggles the related notes companion sidebar
Reindex notes Manually triggers a re-index of new or modified vault notes

Development

npm install
npm test       # run vitest test suite
npm run dev    # watch-mode incremental build
npm run build  # type-check and production bundle
npm run lint   # eslint validation

Manual Testing in Obsidian

  1. Run npm run build to generate main.js.
  2. Copy main.js, manifest.json, and styles.css to <Vault>/.obsidian/plugins/proxima/.
  3. In Obsidian, go to Settings → Community plugins and enable Proxima.

Documentation

  • Technical Architecture: deep dive on the chunking pipeline, index storage, and inference engine.
HealthExcellent
ReviewSatisfactory
About
Surface notes semantically similar to the one you're viewing and search by meaning rather than exact words. Display related notes in a sidebar and interactive graph, using on-device embeddings and a two-stage reranker for precise, private results — runs locally via WebGPU/WASM (desktop only).
AISearchSidebar
Details
Current version
1.1.1
Last updated
22 hours ago
Created
Last week
Updates
4 releases
Downloads
3
Compatible with
Obsidian 1.13.0+
Platforms
Desktop only
License
Apache-2.0
Report bugRequest featureReport plugin
Author
santhoshsramsanthoshsram
GitHubsanthoshsram
  1. Community
  2. Plugins
  3. AI
  4. Proxima

Related plugins

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Tag Wrangler

Rename, merge, toggle, and search tags from the tag pane.

Semantic Notes Vault MCP

Give Claude Desktop and other AI assistants semantic access to your notes through a built-in Model Context Protocol (MCP) server.

Claude Sidebar

Run Claude Code in your sidebar.

Smart Lookup

Semantic search for your vault. Ask in natural language, find notes by meaning when exact words fail, preview matching notes, and turn forgotten ideas into links, context, and next steps.

HiNote

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

Smart Second Brain

Chat with an agent that knows your notes, search by meaning, and see your vault grouped into topics. Runs on Ollama, OpenAI, Anthropic, and more.

AI image analyzer

Analyze images with AI to get keywords of the image.

Notebook Navigator

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

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.