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
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Manex Brain

ManexManex32 downloads

Local AI brain for your Obsidian vault. Indexes all your notes and answers questions privately using a local Apple Silicon MLX model — no cloud, no API keys.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

A local AI brain for your Obsidian vault. Indexes all your notes and answers questions privately using a local Apple Silicon MLX model — no cloud, no API keys, no data leaves your machine.

Requirements

  • macOS with Apple Silicon (M1 or later)
  • Python 3 (via Homebrew: brew install python)
  • Obsidian 1.5.0 or later

How It Works

On first load, the plugin:

  1. Creates a Python virtual environment at ~/.obsidian-study-room/venv
  2. Installs mlx-lm into the venv (~2 min on first run)
  3. Downloads and starts mlx-community/Qwen3-4B-4bit (~2.3 GB, downloaded once)
  4. Indexes all your vault notes in the background for vault-wide semantic search

After that, the server starts automatically every time Obsidian opens.

Features

  • Fully local — inference runs on-device via Apple's MLX framework; nothing is sent to the cloud
  • Vault-wide RAG — all notes are indexed; relevant chunks are automatically included in every answer
  • Active note context — the currently open note is semantically embedded and prioritised
  • Graph-aware — linked notes, backlinks, and shared-tag notes are included as context
  • Clickable sources — note links in answers open the corresponding note in Obsidian
  • Chat memory — conversation history is maintained within a session
  • Automatic re-indexing — notes are re-indexed on create, edit, rename, or delete

Usage

  1. Open Obsidian — the MLX server starts automatically in the background
  2. Click the brain icon in the ribbon, or run Open Manex Brain panel from the command palette
  3. Open any note and start asking questions — the plugin automatically uses it as context
  4. Click any note link in an answer to open that note

Commands

Command Description
Open Manex Brain panel Opens the chat sidebar
Open Manex Brain web app Opens manex.app
Ask Study Room about current note Focuses the panel on the current note

Settings

Setting Description
Include frontmatter Whether to include YAML frontmatter when reading notes

Privacy

All processing is local. The plugin:

  • Makes no network requests except to http://localhost:8080 (the local MLX server)
  • Stores the vault index at ~/.obsidian-study-room/vault-index.json (text only, no embeddings)
  • Does not collect, transmit, or store any user data

Troubleshooting

"MLX server not available" — The model may still be downloading or loading. Wait 2–5 minutes on first run; the panel will update automatically once the server is ready.

Python not found — Install Python via Homebrew: brew install python

Slow first response — Normal. The model (~2.3 GB) is downloaded and loaded into memory once; subsequent responses are fast.

Support

Visit manex.app to learn more or support development.

98%
HealthExcellent
ReviewPassed
About
Turns your vault into a private, local AI knowledge base powered by Apple Silicon MLX. No cloud, no API keys, no data leaving your machine. On first load, it automatically installs the mlx-lm inference engine and starts a local server. After that, the server starts silently every time Obsidian opens. Your entire vault is indexed in the background. When you ask a question, the most relevant chunks from across all your notes are retrieved and used as context, alongside the note you currently have open. Linked notes, backlinks, and shared-tag notes are also included automatically. Save useful answers, corrections, and decisions directly back into your vault as memory notes. The brain retrieves these saved memories in future sessions, so it gets smarter the more you use it. You can also leave comments on answers to refine how the brain responds over time. Requires macOS with Apple Silicon (M1 or later) and Python 3 installed via Homebrew.
AISearchSidebar
Details
Current version
1.0.1
Last updated
7 days ago
Created
Last week
Updates
2 releases
Downloads
32
Compatible with
Obsidian 1.5.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Support
Author
ManexManexkrcnow
GitHubkrcnow
  1. Community
  2. Plugins
  3. AI
  4. Manex Brain

Related plugins

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.

HiNote

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

Tag Wrangler

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

Claude Sidebar

Run Claude Code in your sidebar.

Neural Composer

Local Graph RAG powered by LightRAG. Chat with your notes using deep knowledge graph connections.

Local LLM Helper

Use a local LLM server to augment your notes

floating toc

A floating directory that hovers a widget of the current directory on the notes page.

Notebook Navigator

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

Recent Files

Display a list of recently opened files.

Omnisearch

Intelligent search for your notes, PDFs, and OCR for images.