Obsidian
The local-first knowledge base built on plain Markdown files you own forever.
Obsidian Referral Code & Link
No referral code or link is currently available for Obsidian.
Quick Summary
Obsidian is a free note-taking and personal knowledge management application that stores all notes as plain Markdown files on your device. With bidirectional linking, a visual graph view, and over 1,000 community plugins, Obsidian is the preferred tool for researchers, writers, academics, and knowledge workers who want complete data ownership, offline functionality, and a networked approach to organizing ideas.
Obsidian at a Glance
| Category | Productivity |
|---|---|
| Pricing model | Free |
| Starting price | $0 (free plan available) |
| Platforms | Web, macOS, Windows, Linux, iOS, Android |
| Editorial rating | ★ 4.7 / 5 |
| Launched | 2020 |
| Headquarters | Self-funded independent software (no VC funding) |
| Best for | The local-first knowledge base built on plain Markdown files you own forever. |
| Community votes | 980 |
Pros
- 100% offline — no internet required, ever
- Notes stored as plain Markdown files you own and control
- Bidirectional linking reveals unexpected connections between ideas
- Visual graph view maps the structure of your knowledge
- Over 1,000 community plugins extend functionality radically
- Free for personal use, no account required
- Works on all major platforms including Linux
Cons
- No native collaboration — designed for individual use
- Steeper learning curve than cloud-based tools
- No built-in database views (requires Dataview plugin)
- Mobile apps are less refined than desktop
- Plugin quality varies widely
Obsidian Pricing Plans
Official pricing as published by Obsidian. Verify current rates before purchasing.
Obsidian emerged in 2020 with a counter-cultural proposition in an era of cloud-first, subscription-driven software: your notes are files. Plain text files. On your own device. Readable by any text editor, now and in fifty years, regardless of whether Obsidian as a company still exists.
This philosophy attracted researchers, academics, writers, software engineers, and knowledge workers who had grown skeptical of cloud services where their most valuable intellectual work was stored in proprietary formats behind a login screen. Four years later, Obsidian has built one of the most passionate user communities in the productivity software world.
This review covers Obsidian’s core architecture, key features, plugin ecosystem, pricing, and how it compares to Notion, Roam Research, and other knowledge management tools.
The Local-First Philosophy: Why It Matters
Most modern productivity tools store your data in their cloud. This creates several dependencies that many users underestimate:
Service continuity: If the company behind the tool shuts down, is acquired, or changes pricing dramatically, your data is at risk or held hostage. Evernote’s decline demonstrated this risk over a decade of feature cuts and pricing increases.
Format lock-in: Proprietary formats (Notion’s database structure, Roam’s EDN format) make bulk export difficult. Even when export is available, the exported files are rarely clean and portable.
Privacy: Cloud-stored notes, by default, pass through the service provider’s servers. For sensitive personal writing, medical information, therapy notes, or confidential research, cloud storage introduces unacceptable exposure risk.
Offline access: Cloud tools are degraded or unavailable without internet. For users in areas with unreliable connectivity, on airplanes, or with strict corporate network policies, this is a practical barrier.
Obsidian addresses all of these by using a simple local filesystem as its data store: a folder of .md files. Every note is a Markdown file. You can open the entire vault folder in VS Code, iA Writer, any terminal, or Windows Explorer. You own the files completely.
The trade-off is that true collaboration requires workarounds (sync solutions plus shared Git repositories), and the structured data capabilities that Notion’s database provide require the Dataview plugin rather than being built-in.
How Obsidian’s Linking System Works
The core mechanism that distinguishes Obsidian from simple Markdown editors is its linking and backlinks system:
Forward links: Type [[ and Obsidian opens an autocomplete panel showing all notes in your vault. Select one and it creates an inline link. Add a pipe to display different text: [[The Great Gatsby|Fitzgerald's masterpiece]].
Backlinks: Every note has an automatic Backlinks panel showing every other note in the vault that links to it. If you link to a note about “attention,” that note’s backlinks panel will list every other note where you referenced attention. This is bidirectional linking — connections are visible from both ends.
Unlinked mentions: Obsidian also surfaces mentions of a note’s title that aren’t formal links — text that references the same concept without the [[]] syntax. This catches connections you may have created inadvertently.
Tags: Use #tag syntax anywhere in a note. Tags are searchable, filterable, and visible in the tag pane. Unlike folder-based organization, tags are non-hierarchical and can apply multiple categories to a single note.
Over months of note-taking, this linking structure reveals the actual topology of your thinking — which concepts are densely connected to other ideas, which are isolated, and which bridges connect different knowledge domains.
The Graph View: Your Knowledge Visualized
The graph view is Obsidian’s most visually distinctive feature. Every note appears as a node; every link appears as an edge. Notes with many connections appear as hubs and may grow larger. Unlinked notes float at the periphery.
The graph view is interactive:
- Zoom in to explore clusters of related notes
- Click any node to open that note in the editor
- Drag nodes to rearrange the layout (it springs back to force-directed positions)
- Filter by tags, paths, or number of connections to reduce noise
- Color-code nodes by tag, folder, or custom filter
The local graph view, accessible from any note, shows only the immediate connections of the current note — notes it links to, notes that link back, and the connections between those notes. For most daily use, the local graph is more actionable than the global view.
The graph is not just aesthetically appealing — it reveals patterns. A note you had forgotten about might appear as a densely linked hub, suggesting it is a concept you keep returning to. Two clusters of notes that have no links between them might represent separate mental models that could benefit from integration.
The Plugin Ecosystem: 1,000+ Extensions
Obsidian’s plugin system is one of the most active in any productivity application. Plugins are JavaScript bundles that tap into the Obsidian API, installable directly from Settings > Community Plugins. As of 2026, over 1,000 community plugins are available.
The most important and widely used plugins:
Dataview — Treat your vault as a queryable database. Write SQL-like queries against note metadata and frontmatter. Create dynamic tables, lists, and calendars from your notes. Essential for book trackers, project dashboards, and any structured information management.
Templater — A powerful template system with JavaScript-based dynamic content. Templates can insert current dates, prompt for user input, run shell commands, and generate complex note structures. Replaces Obsidian’s built-in (simpler) template feature.
Calendar — Adds a calendar sidebar widget showing daily notes. Essential for users who use the daily note practice (a new note each day as a journal, task log, or meeting record).
Obsidian Git — Automatically commits and pushes your vault to a Git repository. Provides version control, enables sync across devices via any Git host (GitHub, GitLab, Gitea), and creates a backup history of every edit.
Excalidraw — Embed hand-drawn style diagrams directly in notes. Useful for visual thinkers who want to sketch concepts alongside written notes.
Kanban — Adds Trello-style kanban boards inside your vault. Notes in your vault become kanban cards. A limited but functional project management view for users who want to avoid separate PM tools.
Omnisearch — Full-text search across the entire vault including PDF attachments and note content, with better ranking and preview than the built-in search.
Smart Connections — Uses AI vector embeddings to find semantically related notes even when they do not share explicit links or keywords. Adds an AI chat that can answer questions based on your vault content.
Obsidian Sync: Official Cross-Device Sync
For users who want to sync their vault across devices without relying on third-party cloud services, Obsidian Sync provides:
- End-to-end encryption (E2EE) — Obsidian cannot read your vault contents
- Sync across all platforms (Mac, Windows, Linux, iOS, Android)
- Version history up to 12 months
- Selective folder sync (exclude large attachment folders)
- Up to 10 GB vault storage
- Up to 10 devices
At $5/month (or $48/year), Obsidian Sync is significantly more privacy-respecting than alternatives: Dropbox and Google Drive sync is not end-to-end encrypted.
Obsidian Publish: Share Your Knowledge
Obsidian Publish ($10/month or $96/year) lets you select specific notes from your vault and publish them as a website. The published site maintains the linking structure of your vault, including the graph view — readers can navigate between notes by clicking links or exploring the visual graph.
Publish is popular for:
- Digital gardens (non-linear, evolving public notebooks)
- Research notes (academics sharing literature reviews publicly)
- Personal wikis and documentation sites
- Second brain sharing
Custom domains are supported. The published site can be password-protected.
Pricing Summary
| Option | Cost | What you get |
|---|---|---|
| Core application | Free (personal use) | Full desktop and mobile apps |
| Commercial license | $50/user/year | For business or organizational use |
| Obsidian Sync | $5/month | E2EE sync across all devices |
| Obsidian Publish | $10/month | Public website from vault |
| Catalyst (optional) | $25/$50/$100 one-time | Support development + insider builds |
The core application, with all features including plugins, is free. No trial period. No credit card required. No premium tier gating features.
Platform Availability
Obsidian is available on:
- macOS: Native application. Apple Silicon optimized.
- Windows: Native application for Windows 10/11.
- Linux: AppImage, Snap, or Flatpak distributions. One of the few serious productivity tools with native Linux support.
- iOS: Full mobile application. Sync via iCloud or Obsidian Sync.
- Android: Full mobile application. Sync via Obsidian Sync or any accessible cloud storage.
The desktop applications are mature and feature-complete. Mobile apps are capable for reading, quick capture, and light editing — but heavy plugin use and complex linking workflows are better suited to desktop.
Who Should Use Obsidian
Researchers and academics: Obsidian’s longevity guarantee (plain text files will always be readable), integration with Zotero, and plugin ecosystem for citation management make it the strongest choice for multi-year research projects.
Writers and journalists: Long-form writing with interconnected research, character notes, and source material benefits from Obsidian’s linking structure and offline-first reliability.
Software engineers: The developer community has deeply embraced Obsidian for technical documentation, learning notes, architecture thinking, and daily engineering journals. The Git integration and Markdown format align with existing developer workflows.
Privacy-conscious users: Users who do not want their personal writing stored in a third party’s cloud will find Obsidian’s local-first model appealing.
Power users willing to configure their system: Obsidian rewards investment. The more you configure plugins, templates, and linking conventions, the more powerful it becomes. Users who want something that works immediately without configuration may prefer Notion.
Who Should Consider Alternatives
Teams needing real-time collaboration: Obsidian is built for individual use. Teams who need to write, edit, and maintain shared documentation benefit more from Notion, Confluence, or Craft (for Apple environments).
Users who want built-in database views: Notion’s database views (kanban, table, gallery, calendar, timeline) are built-in and require no configuration. Obsidian requires the Dataview plugin and some learning to achieve comparable structured data management.
Non-technical users: Obsidian’s Markdown-first approach and plugin ecosystem have a learning curve. Users who find Markdown syntax intimidating or who prefer a WYSIWYG interface will have a smoother experience with Notion or Bear.
Expert Verdict
Obsidian represents something increasingly rare: an independent software product built around user interests rather than growth metrics. The free core application is exceptional, the plugin ecosystem is outstanding, and the decision to store notes in plain Markdown files respects user autonomy in a category dominated by proprietary cloud databases.
For individual knowledge workers — researchers, writers, engineers, academics, and anyone who takes note-taking seriously as a long-term intellectual practice — Obsidian is the strongest available option.
The trade-offs are real: collaboration is limited, the learning curve is genuine, and the mobile experience lags behind desktop. But for the user who wants a tool that will remain useful and accessible for the next decade regardless of what happens to the company behind it, Obsidian is the principled choice.
Overall rating: 4.7 / 5
Regional Notes
Obsidian is used globally and is fully available in all countries. Because notes are stored locally, Obsidian is suitable for use in countries with restrictive data regulations. Users in Germany, France, and other EU countries with strict data protection requirements will appreciate that no personal data is transmitted to cloud servers unless Obsidian Sync is explicitly enabled. For users in countries with internet censorship (China, Russia, Iran), Obsidian’s offline-first model means the application functions fully without an internet connection.
Frequently Asked Questions
Common questions about Obsidian, answered by our editorial team.
- Is Obsidian completely free?
- Yes. Obsidian's core application is free for personal use, forever, with no feature limitations. There is no time-limited trial or freemium gating of features. Optional paid services include Obsidian Sync ($5/month for end-to-end encrypted cloud synchronization across devices) and Obsidian Publish ($10/month to host a public-facing website from your vault). Commercial licenses for businesses cost $50/user/year. Catalyst licenses ($25, $50, or $100 one-time) support development and provide early access to insider builds.
- What is a Vault in Obsidian?
- A vault is the root folder of your Obsidian workspace — a plain folder on your filesystem containing all your Markdown files, attachments, and an .obsidian configuration subfolder. You can create multiple vaults for different contexts (work, personal, research). Since vaults are standard folders, they can be stored anywhere: local drives, iCloud, Dropbox, OneDrive, or synced via Obsidian Sync. You can open the entire vault folder in any text editor or file manager.
- How does Obsidian's bidirectional linking work?
- In Obsidian, you create a link to another note using double brackets: [[Note Name]]. The linked note automatically receives a backlink entry showing every note that references it. This creates bidirectional connections — when you write about Topic A and link to Topic B, Topic B's backlinks panel shows that Topic A mentions it. Over time, these connections form a web of related ideas that surfaces non-obvious relationships. This is the core mechanism behind the knowledge graph view.
- What is the Obsidian graph view?
- The graph view is a force-directed network visualization showing every note in your vault as a node and every link as an edge. Heavily connected notes appear as hubs; isolated notes have few or no connections. The local graph view (activated from any note) shows only that note's immediate connections. The global graph view shows the entire vault. The graph is interactive — you can zoom, click nodes to navigate, and filter by tags or folder. Over months of use, the graph reveals the conceptual structure of your knowledge.
- Can Obsidian sync across devices?
- Yes, through multiple methods. Obsidian Sync ($5/month) is the official end-to-end encrypted synchronization service, supporting version history up to 12 months. Alternatively, the vault folder can be synced via iCloud Drive, Dropbox, Google Drive, or OneDrive. Git-based sync via the community Obsidian Git plugin is popular among developers for version-controlled vaults. Each method has trade-offs: iCloud has known reliability issues on Windows; Dropbox is reliable but lacks E2E encryption; Obsidian Sync is the most seamless but is an additional subscription.
- How does Obsidian compare to Notion?
- Obsidian and Notion represent opposite philosophies. Notion stores data in its proprietary cloud database; Obsidian stores data in plain text files on your device. Notion is stronger for structured data (databases, tables, kanban boards), team collaboration, and quick setup. Obsidian is stronger for offline use, data longevity, privacy, knowledge networking (backlinks and graph), and extensibility via plugins. Many power users maintain both: Obsidian for personal knowledge management and Notion for team-facing documentation.
- What is the Dataview plugin?
- Dataview is the most popular community plugin for Obsidian, with millions of installations. It adds a query language (similar to SQL) that treats your notes and their YAML frontmatter as a database. You can write queries like 'show all notes tagged #book with rating > 4, sorted by date read' and get a dynamically updated table. Dataview enables sophisticated information retrieval and list generation without leaving your vault. It is not built into Obsidian — it is a free community plugin installed through the Settings panel.
- Is Obsidian suitable for academic research?
- Yes. Obsidian is widely used in academic research for its citation management (via Zotero integration plugin), PDF annotation (via Annotator plugin), literature note workflows, and long-form writing support (via Longform plugin). The local file storage means data is never at risk from a service shutting down — important for multi-year research projects. The Pandoc integration allows exporting notes to Word, PDF, or LaTeX formats required for academic submissions.
- Does Obsidian have AI features?
- Obsidian does not include built-in AI features in its core application. However, the plugin ecosystem offers extensive AI integration: Smart Connections uses vector embeddings to surface semantically related notes; Copilot enables ChatGPT and Claude integration for in-vault AI assistance; Text Generator creates content based on your vault's context. These plugins connect to external AI APIs (OpenAI, Anthropic, Google) and require API keys. The trade-off is flexibility and privacy — you choose your AI provider rather than being locked into a vendor's embedded AI.
- How large can an Obsidian vault get?
- Obsidian scales well to large vaults. The application can handle vaults with tens of thousands of notes without significant performance degradation on modern hardware. The graph view may become visually cluttered in very large vaults, but local graph views of individual notes remain useful. The main practical limit is sync solution performance — syncing a vault with thousands of large PDF attachments can be slow on iCloud or Dropbox. Obsidian Sync handles large vaults reliably but has a 10 GB storage limit per vault on the standard plan.
Trending Right Now
Popular with readers checking out Obsidian — across every category, not just Productivity.
Disclosure: Some links on this page are referral or affiliate links. When you click them and make a purchase, we may earn a commission at no extra cost to you. This does not influence our editorial ratings or recommendations. All tools are evaluated independently by our team.
Discussion & User Ratings
Used Obsidian? Rate it and share your experience — be specific and helpful.
No user ratings yet — be the first to rate Obsidian.
Log in to join the discussion.