Valutorio

Valutorio vs Logseq: Documents, not bullets (2026)

Both apps keep your notes on your own disk, and both give you wikilinks, backlinks, and a graph. The split runs deeper than the feature list. Logseq turns every note into an outline and writes that structure into the file. Valutorio keeps notes as ordinary markdown documents. Logseq is Electron, runs on five platforms, and costs nothing. Valutorio is macOS only and paid, and it answers a full-text query in 1.8 to 6.6 ms on a 2,000-file vault. Decide by paradigm first, engine second.

Quick verdict

  • You think in nested bullets and use block references every day

    Pick Logseq

    Valutorio has no block reference and no query language for blocks.

  • Your Mac vault is past two thousand notes and search has started to drag

    Pick Valutorio

    Logseq's file-based version degrades around that size; Valutorio's benchmark vault is exactly that size.

  • You work on Linux or Windows, or you edit from a phone

    Pick Logseq

    Valutorio runs only on macOS 14 and later.

  • You keep a few hundred notes and journal daily

    Pick either

    At that size neither app is under any strain, so pick the writing model you prefer.

At a glance
 ValutorioLogseq
PlatformsmacOS 14+macOS, Windows, Linux, iOS, Android
Enginenative Swift + RustElectron
Data formatplain markdown foldermarkdown/org-mode files (classic); SQLite database in new DB version
Pricingpaid app, Mac App Store (pricing at launch)free, open source; Logseq Sync paid beta for sponsors
SyncValutorio Sync (subscription): automatic, encrypted, conflict-free; personal MCP endpoint for AI assistants includedpaid Sync beta, or DIY via git/iCloud/Dropbox/Syncthing
Offlineyesyes
Wikilinksyesyes
Backlinksyesyes
Graph viewyesyes
Open sourcenoyes

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

What the file on disk actually looks like

Logseq stores markdown or org-mode files in a folder you control, and that folder is genuinely yours. Open one file in any editor, though, and you see the outliner in the text: nearly every line starts with a dash, page and block properties sit inline as double-colon pairs, and block references appear as raw UUIDs wrapped in parentheses. The content is readable. Its shape belongs to Logseq.

A Valutorio vault is a folder of markdown files with nothing added to them. A paragraph is a paragraph. A heading is a heading. Opening the folder converts nothing and imports nothing, and closing the app for good leaves the files exactly as they were. The newer Logseq database version changes this picture further by moving notes into SQLite, and two-way sync between markdown files and that database is still being built.

Winner Valutorio Valutorio's markdown carries no app-specific syntax, so any other editor reads the file the same way Valutorio does.

Bullets or documents

Logseq is an outliner before it is anything else. Every block has an address, so a single bullet can be transcluded into four other pages and queried by property. Journals are the front door. Flashcards and tasks are in the core app, not bolted on by plugins. If you think in trees, Logseq is the better tool for you and no amount of native speed changes that.

Valutorio is a document editor with vault features around it. You write prose in a source or preview pane, link with wikilinks that autocomplete in under half a millisecond, and follow backlinks that arrive with the sentence they came from. There is no block reference and no block query. For essays, meeting write-ups, and reference pages that absence costs you very little.

Winner Logseq Block-level addressing and queries are Logseq's real invention, and Valutorio does not attempt them.

The engine underneath

Logseq is an Electron app. Every window ships a Chromium instance and a JavaScript runtime, and the bill arrives on large graphs. Logseq's own community documents performance falling away past roughly 2,000 pages in the file-based version, and the mobile app trails the desktop.

Valutorio is Swift and AppKit over a Rust engine, with no browser and no JS runtime anywhere in it. Measured on a 2,000-file, 55 MB vault on Apple silicon: cold index 1.07 seconds, full-text search 1.8 to 6.6 ms, backlink lookup 0.65 microseconds, graph snapshot 10 ms. Keystroke latency inside a 1 MB note is 0.1 ms. A 300 MB file opens in under a second.

Winner Valutorio The size where Logseq users start reporting slowdowns is the size Valutorio was benchmarked at.

Sync, and what happens when two machines disagree

Logseq Sync is a beta and access to it is gated behind sponsorship. Most multi-device users therefore roll their own with git, iCloud, Dropbox, or Syncthing, and Logseq's documented weakness with that route is conflicts. The database version adds a second question, because a SQLite file does not merge the way a text file does.

Valutorio Sync is an optional subscription and it is finished software, not a beta: automatic background sync between Macs, encrypted in transit and at rest, nothing to configure, 0.56 s a cycle on the benchmark vault. When two Macs edit one note, three tiers run in order: a three-way merge, then markdown-aware keep-both blocks, then keep-both artifacts. Notes never receive a conflict marker, no conflicted copy lands beside them, and a sync interrupted mid-cycle repairs itself.

Winner Valutorio Valutorio's sync is a shipped feature with defined conflict behaviour; in Logseq it is either a sponsor beta or your own weekend project.

Licence, platforms, price

Logseq is AGPL-3.0. You can read the source, fork it, audit what it does with your files, and run it on macOS, Windows, Linux, iOS, and Android without paying anyone. That is a genuine advantage and for many people it settles the question before performance ever comes up.

Valutorio is closed source and sold on the Mac App Store, and it needs macOS 14 or later. No Windows build exists, no Linux build, no iPhone app. The vault itself is plain markdown any text editor can read, so nothing is stranded, but the app is one platform only. Valutorio also has no plugin ecosystem, no built-in AI chat, and no shared editing, though a Sync subscription's MCP endpoint lets an assistant you already use work on the vault.

Winner Logseq Free, open source, and on every platform is a stack of advantages Valutorio cannot answer.

What each one costs

Logseq costs nothing to download and its source is public, which is hard to argue with. Valutorio is a paid Mac App Store app, with Valutorio Sync as an optional subscription on top. The comparison worth making is not licence against price but sync against sync: Logseq's official Sync is a sponsor-gated beta, so multi-device users maintain a Syncthing or cloud-folder setup themselves and conflicts are their problem to fix, while Valutorio's is a shipped, paid feature that resolves overlapping edits in three tiers and never marks up a note. On a single machine, Logseq's price wins outright.

Who should choose which

Choose Logseq if

  • You use block references and property queries, which have no equivalent in Valutorio.
  • You need Windows, Linux, or a phone in the same graph.
  • You want the source code readable and the licence AGPL-3.0.
  • Built-in flashcards and spaced repetition matter to your workflow.

Choose Valutorio if

  • You write documents, not outlines, and you want the file on disk to look like one.
  • Your vault is large and you are tired of waiting on a Chromium window: search runs in 1.8 to 6.6 ms here.
  • You want sync that is finished rather than in beta, with three-tier resolution instead of manual cleanup.
  • You are on macOS and you want an app that starts and scrolls like the rest of the system.

Questions people ask

Can I open my Logseq graph in Valutorio?

Yes, because Logseq's classic files are markdown in a normal folder. Be ready for the outliner syntax to survive as literal text: leading dashes on every line, double-colon property pairs, and UUID block references in parentheses. Valutorio will not rewrite any of it for you, so a large graph needs a cleanup pass before it reads like prose. Graphs already migrated to the Logseq database version need an export first.

Is Logseq really free, or is that the free tier of something?

The app is free and AGPL-3.0 licensed, with no paid tier holding features back. The one paid piece is Logseq Sync, which is in beta and offered to sponsors. If you sync your files yourself, Logseq costs you nothing at all.

Does Valutorio need an account or a server to work?

No. On one machine the vault is a folder on your disk and the app never touches the network. An account is only involved if you subscribe to Valutorio Sync to keep a second Mac in step, and cancelling that leaves the local vault working exactly as before.

Which one holds up better on a big vault?

Valutorio, by design. Logseq's documented weak point is graphs beyond roughly 2,000 pages in the file-based version. Valutorio's published figures come from a 2,000-file, 55 MB vault: 1.07 seconds to index cold, 1.8 to 6.6 ms per search, 10 ms to snapshot the graph.

Related comparisons

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