Navin

Notes

A local Notion alternative: Navin Notes, knowledge + AI at home

August 10, 2026 · 3 min read · Navin team

Block editor, databases, graph, wikilinks: the Navin Notes module matches Notion feature for feature, as local Markdown files, with an AI memory wired to your models (Ollama included) - no forced cloud.

Looking for a Notion alternative that does not store your brain in someone else's cloud? The Navin Notes module is a complete knowledge space - block editor, databases, graph, tasks, files - running on your machine, with a native AI memory wired to your own models.

This article compares, point by point, what Notion does, what Navin Notes does the same, and where local-first changes everything.

The problem with cloud notes

Notion is a great product. But your specs, decisions, meeting notes and product ideas live on servers you do not control, with an AI that reads everything and exports that remain a plan B. For a GDPR-bound team, a law firm, an R&D lab, or simply someone who believes their notes belong to them, that is a real issue.

Navin takes the opposite stance: every note is a Markdown file with YAML frontmatter under ~/.navin/notes/. Readable with any editor, versionable with git, backed up like any folder. No proprietary format, no lock-in, no export to hope for: the file IS the note.

Parity with the Notion editor

The block editor covers the essentials of what makes Notion pleasant:

  • Slash commands: /title, /h2, /h3, /text, /todo, /bullet, /numbered, /quote, /code (syntax highlighting), /table, /divider, /image, /file - and /agent, detailed below.
  • Native Markdown: what you type is what gets stored, perfect round-trip.
  • Wikilinks [[note title]] with aliases, and automatic backlinks under each note.
  • Autosave with conflict detection (if an agent or another tab changed the note, the editor offers to reload instead of overwriting) plus per-note version history.
  • Drag & drop and paste for files and screenshots, with an in-product preview (images, PDF, video, audio, rendered Markdown, code) - never a browser tab, which matters for the Windows, macOS and Linux desktop app.

Databases, graph, tasks

  • Database: your notes become structured data with custom properties (text, number, date, status, select), an inline-editable Table view and a drag & drop Kanban board, saved filtered views.
  • Knowledge graph: note and tag nodes, wikilink and tag edges. One click opens the note or filters by tag. The best of Obsidian, in the same tool as your agents.
  • Tasks: every - [ ] from every note surfaces in a single toggleable view, with quick add and priorities.

Where Notion cannot follow: local AI memory

This is the real difference. In Navin, your notes are semantically indexed in the background: section-based chunking, embeddings computed with the provider of your choice (Ollama nomic-embed-text by default, hence 100% local), hybrid semantic + lexical search.

In practice:

  • The Ask Navin button turns any note into chat context: summarize, translate, extract tasks, turn into a plan.
  • The agent has a notes tool: during any conversation, it can search and read your notes. "What did we decide on pricing in July?" returns the answer with the source notes.
  • With a local model (Ollama, LM Studio, vLLM), nothing leaves your machine: not the notes, not the embeddings, not the questions.

Notion AI reads your pages in its cloud. Navin reads your files at home, with your keys or your local models (BYOK and model routing).

Notes that work

A Notion page describes work. A Navin note can launch it: the /agent block describes an objective, sources and an output, and its Run button sends the mission to the agent, which writes the result back into the note. Spec → code → tests, market study → scraping → leads: details in our article on executable notes.

Migration and interoperability

Your Notion notes export to Markdown; Navin reads Markdown: migration is a folder copy-paste. The other way around, there is nothing to export - your notes are already files.

In short

NotionNavin Notes
StorageProprietary cloudLocal Markdown files
AINotion AI (cloud)Your models, including 100% local
Agent memoryWorkspace-boundNotes = context for all your agents
Executable notesNo/agent blocks with Run
Knowledge graphNoYes (wikilinks + tags)
Price of privacySubscription + trustYour machine

Install Navin, open Notes in the sidebar, type / - and keep your brain at home.

Try Navin on your machine

Local agent, cross-platform. Code, debug, scrape, leads, security and review - without leaving Navin.

Related reading