Obsidian vs Logseq: Pages or bullets on disk (2026)
Both apps keep plain markdown in a local folder, both give you wikilinks, backlinks, and a graph, and both are Electron. So the feature grid is nearly a tie and the real question is how you think. Logseq makes every line a block with an address, which enables block references and property queries nothing in Obsidian matches. Obsidian leaves a note as a document you write top to bottom. Logseq is also AGPL-3.0 and free, where Obsidian is closed source with a paid sync service.
Quick verdict
-
You transclude the same bullet into four pages and query blocks by property
Pick Logseq
Block-level addressing is Logseq's invention and Obsidian has no equivalent.
-
You write essays, reference pages, and meeting write-ups as documents
Pick Obsidian
Logseq's outliner puts a dash on nearly every line of the file on disk.
-
You want the document model on a Mac and your vault has grown large
Pick Valutorio
Logseq's file-based version degrades near 2,000 pages; that size is Valutorio's benchmark.
| Obsidian | Logseq | Valutorio | |
|---|---|---|---|
| Platforms | macOS, Windows, Linux, iOS, Android | macOS, Windows, Linux, iOS, Android | macOS 14+ |
| Engine | Electron | Electron | native Swift + Rust |
| Data format | plain markdown files, local folder | markdown/org-mode files (classic); SQLite database in new DB version | plain markdown folder |
| Pricing | free (incl. commercial use since Feb 2025); Sync $4-5/mo; Publish $8-10/mo; optional commercial license $50/user/yr | free, open source; Logseq Sync paid beta for sponsors | paid app, Mac App Store (pricing at launch) |
| Sync | paid E2E-encrypted Sync service, or DIY via iCloud/Syncthing/git plugin | paid Sync beta, or DIY via git/iCloud/Dropbox/Syncthing | Valutorio Sync (subscription): automatic, encrypted, conflict-free; personal MCP endpoint for AI assistants included |
| Offline | yes | yes | yes |
| Wikilinks | yes | yes | yes |
| Backlinks | yes | yes | yes |
| Graph view | yes | yes | yes |
| Open source | no | yes | no |
Competitor rows come from public vendor documentation and pricing pages, checked August 2026. Valutorio rows describe the shipping macOS app.
What a note looks like when you open the file elsewhere
This is the difference people discover after they commit, so take it first. An Obsidian note is markdown as you would write it by hand. Headings are headings, paragraphs are paragraphs, and nothing in the file exists for Obsidian's benefit. Open it in TextEdit and it reads as prose.
A Logseq page is markdown too, and it carries the outliner in its syntax. Nearly every line begins with a dash because every line is a block. Page and block properties sit inline as double-colon pairs. Block references appear as raw UUIDs in parentheses, which are meaningless in any other editor. Logseq did not hide this and it is not a bug, but you should know the shape before you have four thousand pages in it.
The Logseq database version changes the picture again by moving notes into SQLite, and two-way sync between markdown files and that database is still in development. If plain files were your reason for choosing Logseq, that roadmap is worth watching before you migrate.
Winner Obsidian Obsidian's files carry no app-specific syntax, so any editor reads them the way Obsidian does.
Block references and property queries
Here Logseq is simply ahead. Every block has an identity, so one bullet can be embedded in five other pages and stays live in all of them. Queries pull blocks by property, tag, or page across the whole graph. Journals are the front door, so you write into today and organise later. Flashcards with spaced repetition and a task system are in the core app rather than in plugins that might stop being maintained.
Obsidian works at note granularity. You link to a note, or to a heading inside one, and you embed a whole note or a section. Dataview, a community plugin, queries frontmatter and renders tables, which is powerful and is not the same thing as addressing an individual line. If your system depends on block transclusion, Obsidian will feel like a step backwards no matter how many plugins you install.
The counterargument is that block addressing puts UUIDs in your files and asks you to think in trees. Plenty of people tried Logseq, liked the queries, and left because every thought had to become a bullet first.
Winner Logseq Block references and property queries have no Obsidian equivalent, plugins included.
Plugins, community, and momentum
Obsidian has more than 2,000 community plugins and a large active community that answers questions the same day. Plugin quality varies and mobile compatibility is a recurring problem, and the breadth is still the biggest single reason people pick it. The app has also been free for personal and commercial use since February 2025.
Logseq's development pace is its documented weak point. The database version rollout has been delayed repeatedly and its own forum carries the frustration about it. The plugin ecosystem is much smaller. What Logseq has instead is AGPL-3.0 source you can read, fork, and keep running without anyone's permission, which for some people settles the question before any feature comparison starts.
Winner Obsidian Two thousand plugins and same-day community answers against a slower project with open source.
Performance on a big graph
Both apps are Electron, so both ship a Chromium instance and a JavaScript runtime per window, and neither vendor publishes a benchmark you could check. What exists instead is documented community experience, and it points the same way on each side.
Logseq's community reports performance falling off past roughly 2,000 pages in the file-based version, and its phone app lags behind the desktop one. Obsidian's forum has threads about slow startup on large vaults with many plugins loaded, and its mobile app is described as slow to load big vaults. So Logseq's ceiling is about graph size and Obsidian's is about plugin count, and both bite in the low thousands of notes.
Copy two thousand of your real notes into each one and time the cold start yourself. Reputation is a poor proxy for your own hardware and your own vault.
Winner either Both are Electron and both slow down in the low thousands, for different reasons.
Sync, and who solves the conflicts
Neither app gives you free reliable multi-device sync, and this is the shared weak spot of the local-markdown camp. Obsidian Sync is $4-5 a month with end-to-end encryption and works well. Going free means iCloud, Syncthing, or the community git plugin, whose known faults are index.lock errors, line-ending conflicts, and merge handling on mobile its users call unstable.
Logseq Sync sits in beta behind a sponsorship gate, so most multi-device Logseq users build their own with git, iCloud, Dropbox, or Syncthing. Conflicts are the known cost of that route and Logseq's own forum discusses it at length. The database version raises a harder version of the question, since merging a SQLite file has nothing in common with merging text.
Obsidian at least sells you a working answer. Logseq asks you to be your own sysadmin or wait for the beta.
Winner Obsidian A $4-5 sync service that works beats a sponsor-gated beta plus your own git setup.
A third option
The option both sides overlook
Both apps ask you to solve sync yourself, and both run on Electron. If you land on the document side of the paradigm question and your machine is a Mac, Valutorio answers both. The vault is an ordinary markdown folder, so an Obsidian vault opens with nothing converted and nothing imported. Underneath is a Rust engine behind an AppKit interface: a 2,000-file, 55 MB vault indexes cold in 1.07 seconds, full-text search returns in 1.8 to 6.6 ms, a backlink lookup is 0.65 microseconds, and the graph snapshots in 10 ms. Git is inside the app rather than in a volunteer plugin, so a save writes a commit, one sync cycle measured 111 ms against a remote you own, and three automatic tiers resolve conflicts without markers reaching your text.
It is macOS 14 or later only, closed source, with no plugins and no block references. If AGPL licensing or outlining brought you to Logseq, look elsewhere.
What each one costs
Logseq is free and AGPL-3.0 with no feature held back, and its one paid piece is the Sync beta offered to sponsors. Obsidian is free too, including commercial use since February 2025, with an optional $50 per user per year commercial licence and Sync at $4-5 a month plus Publish at $8-10. Sync yourself on either app and both cost nothing. Pay for Obsidian Sync and it is $48-60 a year, which is the price of not maintaining your own git or Syncthing setup. Valutorio is sold on the Mac App Store and bills nothing for sync, given that the remote is your own. Logseq wins on price and on licence, and the gap is small unless you value the source code.
Who should choose which
Choose Obsidian if
- You write documents rather than outlines and want the file on disk to look like one.
- Plugins are how you extend a notes app, and 2,000 of them is the reason to choose.
- You want a paid sync service that works instead of building one yourself.
Choose Logseq if
- Block references and property queries are load-bearing in how you think.
- AGPL-3.0 source you can audit and fork is a requirement, not a preference.
- Built-in flashcards, tasks, and journals should be core features rather than plugins.
Choose Valutorio if
- You picked the document side and your Mac vault is past a couple of thousand notes.
- You want git sync inside the app rather than a sponsor beta or a plugin with open bugs.
- You would rather have measured native speed than an extensible Chromium window.
Questions people ask
Can I use the same folder in Obsidian and Logseq?
Technically yes, and it is a common source of mess. Logseq writes leading dashes, inline double-colon properties, and UUID block references into the files, all of which Obsidian shows as literal text. Obsidian's plain paragraphs become single large blocks in Logseq. Pick one as the primary writer for a given vault unless you enjoy cleanup.
Is Logseq dead or still being developed?
It is being developed, slowly, and the pace is its most documented criticism. The database version has been delayed repeatedly and the frustration is visible on Logseq's own discussion forum. Because it is AGPL-3.0 the code cannot be taken away from you, which is a real form of insurance that a faster-moving closed product does not offer.
Which one handles a large graph better?
Neither publishes numbers, so use the documented community experience. Logseq's file-based version is reported to degrade past roughly 2,000 pages. Obsidian's slowdown is tied to plugin count on large vaults rather than page count alone. Both are Electron, so both carry a browser engine per window regardless of which limit you hit first.
Do I lose block references if I move from Logseq to Obsidian?
Yes, functionally. The UUID strings stay in your files as text because they are text, and nothing in Obsidian resolves them into content. The same applies to Logseq queries, which become inert code blocks. Plan a cleanup pass, and expect the outliner's leading dashes to remain on every line until you strip them.
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