Valutorio

Joplin vs Obsidian: Open app or open files (2026)

Joplin is free, AGPL-3.0, and runs on six platforms including Linux and a terminal. Obsidian is closed source, free for personal and commercial use since February 2025, and keeps every note as a markdown file in a folder any program can open. Both camps say they want open notes and they mean different things by it. Joplin opens its source code and closes its storage inside SQLite. Obsidian closes its source code and leaves your files alone. Self-hosters who want auditable code should take Joplin. Anyone who wants the notes themselves portable should take Obsidian.

Quick verdict

  • You want Linux, Android, and a terminal client reading the same notebook

    Pick Joplin

    Six platforms plus a CLI, all free, with no tier held back.

  • You want other programs editing your notes while the app is closed

    Pick Obsidian

    Every Obsidian note is a real file on disk; Joplin's are rows in a database.

  • Obsidian's file model is right for you but Electron startup on your Mac is not

    Pick Valutorio

    Same folder of markdown, read by a native engine, with sync built into the app instead of a plugin.

At a glance
 JoplinObsidianValutorio
PlatformsmacOS, Windows, Linux, iOS, Android, TerminalmacOS, Windows, Linux, iOS, AndroidmacOS 14+
EngineElectronElectronnative Swift + Rust
Data formatmarkdown notes stored in an SQLite database (not plain files on disk)plain markdown files, local folderplain markdown folder
Pricingfree, open source; Joplin Cloud Basic ~€2.40/mo, Pro ~€4.79/mo, Teams ~€6.69/mofree (incl. commercial use since Feb 2025); Sync $4-5/mo; Publish $8-10/mo; optional commercial license $50/user/yrpaid app, Mac App Store (pricing at launch)
SyncJoplin Cloud, or self-hosted via Dropbox/OneDrive/Nextcloud/WebDAV/S3, with optional E2EEpaid E2E-encrypted Sync service, or DIY via iCloud/Syncthing/git pluginValutorio Sync (subscription): automatic, encrypted, conflict-free; personal MCP endpoint for AI assistants included
Offlineyesyesyes
Wikilinksnoyesyes
Backlinksnoyesyes
Graph viewnoyesyes
Open sourceyesnono

Competitor rows come from public vendor documentation and pricing pages, checked August 2026. Valutorio rows describe the shipping macOS app.

Two meanings of open

Joplin's licence is AGPL-3.0 and the code is on GitHub, so anyone can read it, fork it, or keep running it without Laurent Cozic's permission. Obsidian's source is closed and Dynalist Inc. alone decides what the app does next. On licence terms the argument ends in one line.

Now look at storage. Joplin's markdown lives in an SQLite database. Obsidian's markdown lives in a folder, one file per note, named however you named it. The open-source app puts a database between you and your text and the proprietary one does not. That inversion is why the two camps talk past each other: each side thinks the other has already conceded the point.

Winner either Joplin wins the licence and Obsidian wins the file format, so the answer depends on which one you were worried about.

Where the markdown actually sits

In Obsidian a note is a .md file. ripgrep finds it, Pandoc converts it, a shell script rewrites 300 of them in a second, and Obsidian does not need to be running for any of it. This is the specific property people mean when they say plain files.

Joplin writes markdown too and stores it in SQLite. Its exporter is honest and produces real .md files whenever you ask for them. What it cannot hand you is a live file to edit from outside, which is the complaint Obsidian switchers raise on Joplin's own Discourse forum. Concurrent edits show the same seam: when two devices touch one note, Joplin asks you to resolve the conflict by hand, because it is reconciling database rows and not merging text.

Winner Obsidian A folder of live files beats an export button as soon as you want another tool inside your notes.

Many sync backends against one subscription

Joplin syncs through Dropbox, OneDrive, Nextcloud, WebDAV, S3, or Joplin Cloud, with optional end-to-end encryption over any of them. Joplin Cloud runs about €2.40 a month for Basic and €4.79 for Pro, and you can refuse all of it and point the app at storage you already pay for. Encrypted self-hosted sync at no extra cost is a strong hand and Obsidian does not hold it.

Obsidian asks $4-5 a month for its own end-to-end encrypted Sync. The free routes are iCloud, Syncthing, or the community git plugin, and that plugin has documented rough edges: index.lock errors, line-ending conflicts, and merge handling on mobile that its users call unstable. Obsidian Sync itself works well. It is simply the one part of Obsidian that costs money.

Winner Joplin Encrypted sync over your own Nextcloud, for free, is more than Obsidian gives away.

Links, graphs, and what counts as core

Obsidian has wikilinks, backlinks, and a graph view in the app, with more than 2,000 community plugins layered above them. Joplin has notebooks, tags, and note links. Backlinks and any graph arrive through third-party plugins, which puts their maintenance outside the project entirely. A core feature cannot stop being maintained; a plugin can.

The gap decides the page if you are building a wiki rather than a filing cabinet. Obsidian's plugin breadth does cut both ways, since quality varies, mobile compatibility is a recurring problem, and its forum carries threads about slow startup on large vaults with many plugins loaded. Breadth still wins. Joplin was designed as an Evernote replacement and its core reflects that history.

Winner Obsidian Linked-notes features ship in the app on one side and come from volunteers on the other.

What Joplin does that Obsidian never attempted

Joplin's web clipper is excellent and its ENEX importer is the standard recommendation for anyone leaving Evernote. It runs on macOS, Windows, Linux, iOS, Android, and in a terminal. There is no paid tier gating any of it, and no commercial licence to think about, while Obsidian keeps an optional $50 per user per year commercial licence on the table.

Both apps are Electron, so both carry a Chromium instance and a JavaScript runtime per window and neither is a native binary. Joplin's interface is widely called dated and Obsidian's is not. Neither vendor publishes performance figures, so on a large vault you are the benchmark.

Winner Joplin Capture, ENEX import, Linux, a terminal client, and nothing behind a paywall.

A third option

A third answer to the openness question

Both apps make you give up something you came for. Joplin keeps the source open and the notes in a database, and asks you to resolve concurrent edits by hand. Obsidian keeps the notes as files and then leaves sync as either $4-5 a month or a volunteer git plugin with open bug reports about index.lock errors and line-ending conflicts.

Valutorio takes Obsidian's side of the format question and answers sync differently. The vault is a plain folder of markdown files, readable by any editor whether or not the app is installed. Valutorio Sync is an optional subscription that moves the vault between Macs in the background, encrypted in transit and at rest, at 0.56 s a cycle. Conflicts resolve through a three-way merge and then markdown-aware keep-both blocks, and no marker ever reaches your prose. Cancel the subscription and the app still opens the same local vault. The interface is Swift and AppKit over a Rust engine, which indexes 2,000 files cold in 1.07 seconds. It is closed source and macOS 14 or later only, so if the AGPL licence was your reason for Joplin, this is not your app.

See what Valutorio does

What each one costs

Joplin costs nothing and its sync can also cost nothing if you already have Dropbox, Nextcloud, or a WebDAV box. Joplin Cloud is optional at roughly €2.40 to €6.69 a month depending on tier. Obsidian is free for personal and commercial use, so the only line item is Sync at $4-5 a month, which is $48-60 a year, plus the $50 per user per year commercial licence if you choose to buy one. Valutorio is the most expensive of the three: a paid Mac App Store app, and its sync is a separate optional subscription. On money alone Joplin wins and Obsidian is close behind it.

Who should choose which

Choose Joplin if

  • You need Linux, Android, or a terminal client in the same notebook.
  • AGPL-3.0 source and encrypted sync over your own Nextcloud or WebDAV are non-negotiable.
  • You are importing a large Evernote ENEX archive and want a clipper afterwards.

Choose Obsidian if

  • You want every note as a file on disk that other tools can edit while the app is closed.
  • Backlinks and a graph should be in the app, not in a plugin outside the project's control.
  • You read and write on an iPhone or Android as well as at a desk.

Choose Valutorio if

  • You are on a Mac, you want the plain-file model, and you want sync that ships with the app.
  • Neither Electron app feels quick enough on your vault: this one indexes 2,000 files in 1.07 s.
  • You would rather have conflicts merged automatically than clean up duplicate notes.

Questions people ask

Is Joplin's markdown really not stored as files?

Correct. The note text is markdown and it lives in an SQLite database rather than as one file per note on disk. Joplin exports to a markdown directory whenever you ask, so nothing is trapped. The difference is live access: no other program can open and rewrite a single note in place, because that note has no path in your filesystem.

Which one is better for leaving Evernote?

Joplin, by a wide margin. Its ENEX import is among the best in the category and its clipper picks up the habit Evernote gave you. Obsidian has no ENEX importer and no clipper of its own, so an Evernote archive has to pass through a third-party converter before it becomes a vault.

Do I have to pay for Obsidian sync?

Only if you want Obsidian's own service, which is $4-5 a month. iCloud, Syncthing, and the community git plugin are free. Research the git plugin before you depend on it, because index.lock errors, line-ending conflicts, and unstable mobile merges are documented on its issue tracker rather than rumoured.

Are either of them fast on a big vault?

Neither vendor publishes numbers, and both apps are Electron. Obsidian's forum has threads about slow startup once a large vault carries many plugins, and Joplin's UI is regularly described as dated. Copy 2,000 real notes into each and time the startup yourself; reputation is a poor substitute here.

Related comparisons

This comparison is published by the Valutorio team. Competitor details verified August 2026 from public sources; corrections welcome. All comparisons · What Valutorio is