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
- Pricing: Free for personal use; paid tiers for commercial use and optional Sync/Publish services
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), but most of its power comes from community plugins. These range from calendar integrations and Kanban boards to Dataview (a query language for notes) and Templater (dynamic template execution). Plugins run in-process and have full access to the vault.
Optional cloud services. Obsidian Sync provides end-to-end encrypted sync across devices. 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 but also exposed structural limitations around semantic retrieval, access control, and mobile MCP support that purpose-built systems like @MythOS were designed to solve.
FAQ
Is Obsidian free?
Obsidian is free for personal use. Commercial use requires a paid license. 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. This pattern works well at small scale but encounters limitations around context window cost, access control, and mobile support as vaults grow.
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
