Andy Ho180 downloadsTurn dictated or pasted notes into a linked, tagged knowledge graph, right inside Obsidian - uses Claude Code (your subscription) or a direct API key from Anthropic, OpenAI, Gemini, or a local model, your choice.
Nous — Greek νοῦς, "mind." Capture anything. Get a tagged, linked knowledge graph back — automatically.
Most similar tools make you trigger tagging, linking, or wiki-building by hand, one step at a time. Nous runs the whole pipeline live in the background as you capture — tagging, linking, and synthesizing a self-updating wiki page once a topic earns one, no command to run.
Nous turns each capture — a typed thought, a voice memo, a call, a photo, a PDF — into a summarized note, tagged from a controlled vocabulary and linked to related notes. When a topic has enough notes, Nous writes a self-updating wiki page that collects them. And it is local-first: Claude Code CLI, local whisper.cpp, and Ollama send nothing off your machine — direct API keys are opt-in.
Works on: Desktop (macOS, Windows, Linux) and Mobile (API-key or local-model mode). Meeting capture is macOS-only. Live voice transcription (beta) is desktop-only.
A Nous vault is not only for reading back. Real tags and linked wikis are
great context for AI coding assistants - much better than a pile of raw
notes. Add one line to Claude Code's global ~/.claude/CLAUDE.md, for
example "My notes live in ~/path/to/vault - check
10-Notes/20-Tags/30-Wikis for background". Then every project gets
that context automatically, with no extra setup.
The reasoning behind this vault structure is in Personal RAG Without the Drag - why agentic search over an organized vault beats embedding pipelines for personal notes.
Or open Nous's page on Obsidian's site directly.
1. Enable Nous — a setup wizard opens automatically. Choose how Nous writes notes: a Claude subscription, a free local model, or an API key. Then the wizard checks the optional voice and meeting setup.
2. Capture something. There are four ways in, all in the left sidebar. The 🎙️ and 📞 buttons toggle: click to start, talk, then click again to stop. Each action is also a real Obsidian command - open Settings → Hotkeys, search for "Nous", and bind the ones that you use often.
| ➕ | Type, paste, or attach a file | command palette → "Nous: Quick capture" |
| 🎙️ | Voice note | click the mic |
| 📞 | Meeting (macOS) | click the phone - on a call or in person. A live note opens for your questions |
| 📥 | Anything else | drop it straight into 00-Inbox |
Dictate from anywhere (optional): a system-wide dictation app such as Handy can drop transcripts into the inbox when Obsidian is closed - see the usage docs for the one-line capture script.
3. That is all. Within seconds, Nous tags, summarizes, and links your
capture in 10-Notes. The original text, image, or recording stays
inside the note. When a topic has 4 or more notes, Nous writes a wiki page
for it in 30-Wikis. Obsidian must be open for this to run - new
captures wait in 00-Inbox until you open it.
Do you already have a vault structure? The folder names
(00-Inbox/10-Notes/20-Tags/30-Wikis) are only defaults. You can
change each one in Settings → Nous.
brew install whisper-cpp is the one
terminal command in the whole product.nous-recorder helper records meetings on macOS (setup
installs it). When the recording starts, Nous opens a live note for your
questions. When you stop, an online call becomes a Me:/Them:
dialogue; an in-person meeting becomes one unlabeled room transcript.
Details are in the usage docs.Them: speaker. Mic capture needs macOS 15 or later. Live voice
transcription (beta) needs an OpenAI key and desktop.Full pipeline detail → docs/ARCHITECTURE.md.
docs/TUTORIAL.md |
A slow, step-by-step walkthrough of your first hour with Nous. |
docs/USAGE.md |
Every provider, hotkey, and troubleshooting step. |
docs/ARCHITECTURE.md |
The conceptual model — layers, data flow, design principles. |
docs/TECHNICAL.md |
Code map and implementation detail, for contributors. |
Obsidian LLM Wiki lists Nous as a companion plugin for local voice and meeting capture - the two plugins are independent and can share a vault.
npm install && npm run build && npm test
npm run build:recorder
npm run build:recorder:universal && npm run package:recorder
Core logic lives in src/ and has no Obsidian dependency. main.ts
connects it to the app. The native macOS meeting helper lives in
native/nous-recorder/.
MIT — see LICENSE.