Obsidian

The local-first knowledge base built on plain Markdown files you own forever.

Free WebmacOSWindowsLinuxiOSAndroid ★ 4.7 editorial
980
Visit Obsidian → obsidian.md

Obsidian Referral Code & Link

No referral code or link is currently available for Obsidian.

Obsidian logo — The local-first knowledge base built on plain Markdown files you own forever.

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.

Pricing: Free Platforms: Web, macOS, Windows, Linux, iOS, Android Editorial rating: 4.7 / 5 Category: Productivity Origin: Self-funded independent software (no VC funding)

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 (Kreemhunt staff score)
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.

Personal use

$0

  • Full core app, forever free
  • Unlimited local vaults
Get Obsidian →

Commercial use

$50 /user/year

  • Required for business use
Get Obsidian →

Sync

$4 /month

  • End-to-end encrypted sync across devices
Get Obsidian →

Publish

$16 /month per site

  • Publish vault as a website
Get Obsidian →

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

OptionCostWhat you get
Core applicationFree (personal use)Full desktop and mobile apps
Commercial license$50/user/yearFor business or organizational use
Obsidian Sync$5/monthE2EE sync across all devices
Obsidian Publish$10/monthPublic website from vault
Catalyst (optional)$25/$50/$100 one-timeSupport 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.

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.

  • Loading comments…

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.