Valutorio

Valutorio vs Anytype: Object store vs markdown (2026)

These two want the same thing. Local-first storage, encryption you control, no vendor holding the only copy. Anytype gets there with an encrypted object store and its own AnySync protocol, open source, on five platforms. Valutorio gets there with a folder of markdown files on your disk, on macOS only. Neither is trying to lock you in. The question is which format you want your thinking to sit in for the next decade, and how much you trust the way out.

Quick verdict

  • You are on Linux, or you need Android

    Pick Anytype

    It ships on macOS, Windows, Linux, iOS and Android; Valutorio is macOS 14 and later, full stop.

  • You want Notion-style typed objects without a cloud

    Pick Anytype

    Its object and type system is the local-first answer to Notion databases, and Valutorio has no types.

  • You want files a shell script can read without asking permission

    Pick Valutorio

    A vault is a folder of .md files; nothing sits between you and the bytes.

  • You care most about encryption and open source

    Pick Anytype

    End-to-end encryption by default and an open codebase are things Valutorio does not offer.

At a glance
 ValutorioAnytype
PlatformsmacOS 14+macOS, Windows, Linux, iOS, Android
Enginenative Swift + RustElectron
Data formatplain markdown folderlocal-first encrypted object store (AnySync protocol); markdown export
Pricingpaid app, Mac App Store (pricing at launch)free core; paid plans for extra sync storage/membership
SyncValutorio Sync (subscription): automatic, encrypted, conflict-free; personal MCP endpoint for AI assistants includedbuilt-in P2P/encrypted sync; free tier has storage limits
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.

Where the two actually agree

Both apps start from the same refusal. Your notes should not live only on a company's server, you should not need an account to read them, and losing the vendor should not mean losing the work. Anytype implements that with a local encrypted object store and peer-to-peer sync. Valutorio implements it with plain files in a folder you chose.

That shared premise makes this a narrower comparison than most on this site. Nobody here is arguing for the cloud. The disagreement is entirely about representation.

Winner either Both are local-first by design; the split is format, not philosophy.

An object database against plain markdown

Anytype models everything as objects with types and relations, so a person, a task, and a book each have a shape, and the shape is enforced. Objects are stored in Anytype's own encrypted format on your disk. Markdown export exists. Anytype's own weaknesses list names the learning curve of the object and type model, plus gaps in advanced search.

Valutorio has one representation: a markdown file. A note is a file, a link is a wikilink in the text, a tag is a hash in the text. There is no schema, no relation type, and no way to make the app validate anything. What you get in exchange is that every tool ever written for text works on your vault today, without an export and without Valutorio running.

Winner Valutorio Valutorio: the storage format is markdown, so portability needs no feature to make it happen.

How each one gets a note onto a second machine

Anytype's AnySync moves encrypted objects between your devices, peer to peer, with no forced cloud. Free accounts have storage limits and paid membership raises them. It is a real piece of engineering and it comes built in.

Valutorio Sync is an optional subscription that moves changes between your Macs in the background, encrypted in transit and at rest, with nothing to configure. A cycle on a 2,000-file, 55 MB vault takes 0.56 s, and the first full sync of 2,000 files takes about 30 seconds. Concurrent edits go through three tiers: a three-way merge, then markdown-aware keep-both blocks, then keep-both artifacts. A conflict marker is never written into a note, no conflicted-copy files appear, and a sync killed halfway repairs itself. The trade is that this is the part you subscribe to, and Anytype includes its equivalent.

Winner either Anytype's sync is included in a free tier; Valutorio's is a subscription that never leaves you a conflict to fix.

Export maturity, which is the real risk in both

Anytype exports markdown, and for a local-first app that matters more than it would elsewhere, because the working format is not text. Its own reported weaknesses include bugs, mobile feature-parity gaps, and maturing search and collaboration. An export path is a feature that has to keep working as the object model grows.

Valutorio has no export because there is nothing to export from. The files in the folder are the notes. Delete the app and a directory of markdown remains, openable by anything. That is not a better product decision in every dimension, but it removes an entire category of risk.

Winner Valutorio Valutorio: no export path to depend on, since the notes were never in another format.

Speed, measured on one side

Anytype is an Electron app. That is what gets it onto Linux and Android from one codebase, and it is also a JavaScript runtime standing between your keystroke and the screen.

Valutorio is Swift and AppKit over Rust. On the 2,000-file, 55 MB benchmark vault on Apple silicon: cold index 1.07 s, full-text search 1.8 to 6.6 ms, wikilink autocomplete under 0.5 ms, backlink lookup 0.65 µs, graph snapshot 10 ms, background sync cycle 0.56 s, keystroke latency 0.1 ms in a 1 MB note, and a 300 MB file on screen in under a second. I have no comparable figures for Anytype and I am not going to guess at any.

Winner Valutorio Valutorio: native Mac code with published numbers behind every claim above.

What each side plainly lacks

Valutorio is macOS-only. No Windows, no Linux, no iOS, no Android, no web. It is closed source. It has no plugin ecosystem, no real-time collaboration, and no built-in AI chat, though a Sync subscription includes a personal MCP endpoint so an assistant you already use can read and write the vault. It is young enough to have no reviews yet, and I will not invent any.

Anytype's gaps are its own to report: bugs and mobile parity issues, free-tier storage limits, the learning curve of the type model, and collaboration still coming together. Both apps are earlier in their lives than Obsidian is. The difference is that if Anytype stalls you need its export to still work, and if Valutorio stalls you already have the files.

Winner Anytype Anytype: five platforms and an open codebase, neither of which Valutorio can claim.

What each one costs

Anytype's core is free, with paid plans buying extra sync storage and membership, so a careful solo user may never pay. Valutorio is a paid Mac App Store app whose price is not decided, and I am not going to invent one. On sync the two differ honestly: Anytype includes P2P sync in the free tier up to a storage limit, and Valutorio's sync is an optional subscription whose price is also not announced. Without it Valutorio still runs on a local vault indefinitely, which is the fair floor to compare against Anytype's free tier.

Who should choose which

Choose Anytype if

  • You need Linux, Windows, or Android, which decides it immediately.
  • Typed objects with relations are how you want to organise knowledge.
  • Open source and default end-to-end encryption are requirements, not preferences.
  • You want device sync included in a free tier rather than sold separately.

Choose Valutorio if

  • You want markdown files on disk as the actual storage, not as an export target.
  • Your work is on a Mac and native speed is worth giving up other platforms for.
  • You want sync that has never handed you a conflict marker or a duplicate file to reconcile.
  • You would rather have no schema than learn one.

Questions people ask

How well does the move from Anytype to Valutorio go?

It depends entirely on Anytype's markdown export, which exists but is the narrow point of the whole journey. What comes out as markdown becomes a Valutorio vault the moment it lands in a folder, with no import step. Object types and relations do not translate, since markdown has no place to keep them. Export a small space first and read the result before you move everything.

Both call themselves local-first. Is one more local than the other?

Valutorio, in a narrow and specific sense: its local format is one that other software already understands. Anytype's data is genuinely on your disk and encrypted, but it is in Anytype's object format, so reading it means running Anytype or its export. A markdown file needs neither.

Which one syncs more reliably between two computers?

Anytype includes its sync in the free tier, which is the cheaper answer. Valutorio Sync is a subscription, runs a cycle in 0.56 s on the benchmark vault, and resolves simultaneous edits in three automatic tiers without ever writing conflict markers into your notes or leaving a conflicted copy beside them. It also self-heals if a sync is interrupted. Pick by whether you would rather pay nothing or never reconcile anything.

Is Valutorio open source like Anytype?

No. Valutorio is a closed-source paid Mac App Store app. Anytype is open source, which is a legitimate reason to choose it and one I am not going to talk around. The counterweight is that Valutorio's data format is fully open even though its code is not: markdown files, specified elsewhere and readable by anything.

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