Back to Discover
Obsidian logo

Obsidian

StartupLaunched September 2026

Screenshots

The Story

Obsidian is a note-taking application whose defining property is that the notes are files on your disk. A vault is a folder; a note is a Markdown file; a link between notes is a wiki-style reference in the text. Nothing requires a server, and the folder can be put in any sync service or version control system.

That choice has consequences. The application works offline because there is nothing to fetch, the notes remain readable if the application is uninstalled, and a user can edit them in any text editor. It also means the user owns the sync and backup decision rather than inheriting one.

On top of the files, Obsidian adds a graph view of links, a canvas for arranging notes spatially, and a plugin system. Plugins are community-authored and can add views, commands, and editor behavior, which is how the application covers workflows it does not ship itself.

Overview

Obsidian's central decision is that notes are files, not rows in a database.

A vault is a folder on disk. A note is a Markdown file, and a link between notes is a reference written in the text. The application reads the folder; it does not own the content.

That makes the notes portable by construction. They are readable in any text editor, they survive the application being uninstalled, and they can be synced with whatever the user already uses - a file sync service, a git repository, or nothing at all.

The plugin system extends the application. Community plugins add views, commands, and editor behavior, and because the underlying files are plain text, a plugin's output is inspectable rather than locked inside a proprietary format.

Key Features

  • Plain Markdown files

    A vault is a folder of Markdown files that remain readable without the application.

  • Links and graph view

    Wiki-style links between notes build a graph the application can display.

  • Plugin system

    Community plugins add views, commands, and editor behavior.

  • Works offline

    Because notes are local files, the application does not require a network connection.

Where Obsidian is a strong choice, and where it is not

Choose Obsidian if you want your notes to be files you control, readable without a specific application, and syncable through a mechanism you choose.

Look elsewhere if you need real-time multi-user editing with server-side permissions, or if you would rather not manage your own sync and backup.

Getting started

A vault works the moment it is created; the plugin setup is where the time goes.

  • Immediate
    Time to first note

    Create a vault, which is just a folder, and start writing Markdown.

  • Free
    Cost to start

    Free for personal use. Sync and commercial licences are paid add-ons.

  • Nothing
    Prerequisites

    The desktop or mobile app. No account is required to write.

Known limitations

Constraints confirmed from the project's documentation.

  • Sync is not included. Cross-device sync requires the paid service or a solution you configure, such as a cloud folder.
  • No web application. It runs as a desktop and mobile app only.
  • Collaboration is not first-class. The product is built for individual knowledge work, not shared document editing.
  • Plugins are community-maintained. Quality and maintenance vary, and a plugin can be abandoned.
OUR VERDICT

Pick Obsidian when you want notes you own as files

A vault is a folder of Markdown files, so the data outlives the application and any tool can read it.

That single decision removes the export problem closed note apps create, and it is why people who have migrated before tend to end up here.

If you need real-time collaboration or managed sync with no configuration, a hosted note product fits better.

FAQ

What is Obsidian?

Obsidian is a note-taking application that stores notes as plain Markdown files in a folder on your disk.

Is Obsidian free?

Obsidian is free for personal use, with paid licenses for commercial use and an optional sync service. Check the pricing page for current terms.

Where are Obsidian notes stored?

Notes are Markdown files in a folder you choose. The application reads the folder rather than storing content in a proprietary database.

Does Obsidian work offline?

Yes. Because notes are local files, the application does not require a network connection.

Does Obsidian support plugins?

Yes. Community plugins add views, commands, and editor behavior, and can be installed from within the application.

What we checked

  • LIVE
    Site and primary link

    The marketing site resolved and the primary product link reached the product itself.

  • PRICING
    Pricing page

    The pricing page resolved and lists the current plans and limits.

  • DOCS
    Documentation

    Public documentation resolved and covers the product's core surfaces.

  • CHANGELOG
    Changelog page

    The linked changelog page resolved and is reachable without an account.

Discussion

No comments yet. Be the first.

Join the conversation. Sign up to comment.

Sign up free

Similar But Scrappier

SimpleTax

Trending

Tax math, made simple.

FinanceCCompassPad editorial

SimpleTax is a small calculator for tax arithmetic. Its page describes it as free to download for iPhone, iPad, and Android, and states that it calculates before-tax, tax rate, tax amount, or total, entirely on the device. The site emphasises that the calculation works from whichever number you start with, uses currency-aware rounding, and keeps data local rather than sending it to a server. It is a single-purpose utility rather than a filing or accounting product: the page describes arithmetic, not returns or bookkeeping.

Figma

FeaturedTrending

Interface design in the browser with multiplayer editing.

Design & CreativeCCompassPad editorial

Figma is a design tool that runs in the browser and lets several people edit the same file at once. Cursors are visible, changes appear live, and a comment can be attached to a specific element, which removes the file-versioning and hand-off problems that a desktop design tool creates. The product covers interface design: frames and layout, components with variants, a shared library of styles and components across files, and prototyping with transitions between screens. Design tokens and variables let a theme be changed in one place, and the developer hand-off view exposes measurements and assets. Because the file lives in the browser, the same link serves designers, engineers, and stakeholders, which is why the tool spread beyond design teams. The tradeoff is dependence on a hosted service: there is no offline-first mode comparable to a desktop application, and the organisation's design assets live in a vendor's account.

Notion

Featured

Documents, databases, and wikis in one workspace with a shared editor.

Communication & CommunityCCompassPad editorial

Notion is a workspace where documents and databases are the same primitive. A page contains blocks, and a database is a collection of pages with typed properties, which means a task list, a content calendar, and a project tracker are all views over pages rather than separate applications. The product grew by replacing several tools at once: notes, a lightweight wiki, a task board, and a simple database. Because everything shares one editor and one permission model, a team can link a project page to a task database and see the same records from both. Templates and a public gallery spread reusable structures. The tradeoff is depth. A Notion database is not a relational database, so reporting is limited compared with a real BI tool, and large datasets slow down. Teams that push it into that role tend to add a proper database and analytics stack alongside it.