Obsidian is a local-first 📝Markdown-based note-taking application that stores all data as plain text files on the user's filesystem, with no cloud dependency required.
Obsidian launched in 2020 as a desktop application built on Electron, positioned around the idea of a "second brain" for 📝personal knowledge management. Notes are stored as .md files in a local folder called a vault, which users can sync, back up, or version-control using any tool they choose. The application supports bidirectional linking between notes, a graph view that visualizes connections, and an extensible plugin architecture with over 1,800 community plugins. Its adoption among developers, researchers, and writers has made it one of the most widely used PKM tools, and more recently, a popular base layer for AI memory systems via 📝Model Context Protocol (MCP) integrations.
Key Facts
- Category: Note-taking / personal knowledge management application
- Founded: 2020
- Creators: Shida Li and Erica Xu (Dynalist Inc.)
- Home: obsidian.md
- Storage model: Local-first, plain Markdown files in user-controlled "vaults"
- Platform: Desktop (Windows, macOS, Linux via Electron), mobile (iOS, Android)
- Plugin ecosystem: 1,800+ community plugins; core plugins bundled with the application
- Adoption: 1.5 million users as of February 2026, growing 22% year over year
- Pricing: Free, commercial use included since early 2026, when the revenue-based license requirement was dropped; optional Sync ($4/user/month annual) and Publish ($8/site/month annual); a voluntary $50/user/year commercial license remains available
How It Works
Vault-based storage. All notes live as .md files in a local directory. There is no proprietary format and no database — the vault is a folder of plain text. Users retain full ownership and can read, edit, or migrate their notes with any text editor or script.
Bidirectional linking and graph view. Notes link to each other using [[wikilink]] syntax. Obsidian tracks both outgoing and incoming links, surfacing backlinks for each note. The graph view renders the entire vault as an interactive node-and-edge visualization, which helps users discover clusters and orphaned notes.
Plugin architecture. Obsidian's core ships with essential features (search, tags, templates, daily notes, and since 2025 Bases, a database layer that renders note properties as tables, cards, lists, and maps without leaving Markdown), but most of its power comes from community plugins. These range from calendar integrations and Kanban boards to Dataview (a query language for notes), Templater (dynamic template execution), and Smart Connections (on-device embeddings for semantic search). Plugins run in-process and have full access to the vault.
Optional cloud services. Obsidian Sync provides end-to-end encrypted sync across devices, and since February 2026 an official headless client lets a vault sync from the command line on a server with no desktop app — alongside a native Obsidian CLI shipped the same month. Obsidian Publish converts selected notes into a hosted website. Both are paid add-ons; neither is required — users commonly substitute iCloud, Git, or Syncthing for sync.
Why It Matters
Obsidian established local-first, plain-text storage as a viable alternative to cloud-dependent note-taking platforms at a time when most competitors required vendor lock-in. Its plugin ecosystem and linking model attracted a technical user base that treats note-taking as infrastructure rather than a consumer feature.
The application's relevance expanded significantly with the emergence of AI coding agents. Developers began using Obsidian vaults as memory layers for 📝Claude Code and other AI tools by pointing MCP servers at their vaults — a pattern that validated demand for persistent AI memory and, notably, one the company itself has not moved to serve: Obsidian's published roadmap carries no AI or MCP features, leaving the surface entirely to community plugins. Those plugins have closed the semantic-retrieval gap, while access control, source provenance, and the requirement that a machine of the user's be running remain structural limits that purpose-built systems like @MythOS were designed to solve.
FAQ
Is Obsidian free?
Yes, for personal and commercial use alike — the revenue-based commercial license requirement was removed in early 2026, though a voluntary $50/user/year license remains available to support development. The optional Sync and Publish services are separate paid add-ons.
Does Obsidian store data in the cloud?
By default, no. All notes are stored as local Markdown files. Obsidian Sync is an optional paid service for cross-device sync, but users can use any file-syncing tool (iCloud, Dropbox, Git) instead.
Can Obsidian be used as AI memory?
Yes, through MCP server integrations. Several open-source MCP servers expose Obsidian vaults to AI agents like Claude Code, enabling note retrieval and creation during coding sessions, and plugins such as Smart Connections add on-device semantic search on top. The remaining limits are structural rather than technical: no access control over what an agent can see, no source-provenance layer, and a machine of the user's that has to be running for any of it to work.
What is the Obsidian graph view?
The graph view is an interactive visualization that renders every note as a node and every link as an edge. It helps users see the structure of their vault, identify clusters of related notes, and find orphaned notes with no connections.
How does Obsidian compare to MythOS for AI memory?
Obsidian is a note-taking application adapted for AI memory via MCP file-access servers. MythOS is a knowledge system built for AI collaboration from the ground up, with semantic retrieval, permission-aware access, cross-platform MCP support, and structured separation of human and AI content. A detailed comparison is available in 📝MemPalace vs Obsidian vs MythOS.
Related
- 📝Obsidian Claude Memory: What Works, What Breaks, and What's Next — how the Obsidian + Claude memory pattern works and where it breaks down
- 📝Obsidian MCP + Claude Code — setup guide for connecting Obsidian to Claude Code via MCP
- 📝MemPalace vs Obsidian vs MythOS — three-way comparison of AI memory approaches
- 📝Obsidian vs. MythOS as Claude Memory — head-to-head comparison for Claude memory use cases
- 📝MemPalace vs Obsidian — comparison focused on the MemPalace alternative
- 📝Model Context Protocol (MCP) — the protocol that enables Obsidian-to-AI integrations
