Manex32 downloadsLocal 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.
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.
brew install python)On first load, the plugin:
~/.obsidian-study-room/venvmlx-community/Qwen3-4B-4bit (~2.3 GB, downloaded once)After that, the server starts automatically every time Obsidian opens.
| 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 |
| Setting | Description |
|---|---|
| Include frontmatter | Whether to include YAML frontmatter when reading notes |
All processing is local. The plugin:
http://localhost:8080 (the local MLX server)~/.obsidian-study-room/vault-index.json (text only, no embeddings)"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.
Visit manex.app to learn more or support development.