Valutorio vs Standard Notes: Sealed blobs vs plain files (2026)
This one is a real trade-off rather than a mismatch. Standard Notes encrypts your notes end to end with XChaCha20-Poly1305 and Argon2, it is open source, it is self-hostable, and since the 2024 Proton acquisition it comes with a 100-year data guarantee. If your threat model requires that nobody but you can read the note at rest, that is the correct choice and Valutorio cannot match it. Valutorio goes the other way: plain markdown you can grep, wikilinks, backlinks, and a graph. Readable beats sealed, or sealed beats readable, and only you know which.
Quick verdict
-
Your notes contain material that must be unreadable to any host
Pick Standard Notes
Audited end-to-end encryption with self-hosting is the whole product, and it delivers.
-
You want to see how ideas connect and search 2,000 notes instantly
Pick Valutorio
Backlinks, a filterable graph, and 1.8 to 6.6 ms full-text search need readable text to work on.
-
You keep two kinds of notes and treat them differently
Pick either
Sensitive records in Standard Notes and a linked knowledge vault in Valutorio is a defensible split.
| Valutorio | Standard Notes | |
|---|---|---|
| Platforms | macOS 14+ | macOS, Windows, Linux, iOS, Android, Web |
| Engine | native Swift + Rust | Electron |
| Data format | plain markdown folder | end-to-end encrypted items in vendor/self-hosted server; export to plain files |
| Pricing | paid app, Mac App Store (pricing at launch) | free (plain text + tags); Essential ~$49.99/yr; Productivity ~$149.99/yr |
| Sync | Valutorio Sync (subscription): automatic, encrypted, conflict-free; personal MCP endpoint for AI assistants included | E2E-encrypted cloud sync (free); self-hosting possible |
| Offline | yes | yes |
| Wikilinks | yes | no |
| Backlinks | yes | no |
| Graph view | yes | no |
| Open source | no | yes |
Competitor rows come from public vendor documentation and pricing pages, checked August 2026. Valutorio rows describe the shipping macOS app.
Encryption, honestly
Standard Notes encrypts items with XChaCha20-Poly1305 and derives keys with Argon2, the encryption has been audited, and the clients are open source so the claim is checkable rather than asserted. You can run your own server. Proton's backing behind it makes the 100-year data guarantee more than a slogan.
Valutorio does not encrypt your vault on disk. The files are markdown in a folder, so anyone with access to the Mac can read them, and your protection there is FileVault or an encrypted volume rather than anything the app does. Valutorio Sync encrypts the vault in transit and at rest while it moves between your Macs, which is a weaker guarantee than audited end-to-end item encryption and should not be confused with it. Anyone whose notes genuinely must be unreadable at rest, including to the people running the storage, should stop here and use Standard Notes.
Winner Standard Notes Audited end-to-end encryption with a self-hosting option is a category Valutorio does not compete in.
What readable text buys you
The cost of encrypting every item is that no tool outside the app can read it. Standard Notes has no wikilinks or backlinks and no graph, and that is a consequence rather than an oversight: you cannot build a link index over ciphertext you refuse to decrypt outside the client. Its export writes plain files, so the escape hatch exists, but it is an export rather than the format your notes live in.
Valutorio's vault is a folder of markdown files, so ripgrep works on it, pandoc works on it, a shell script works on it, and so does every other editor on your Mac. On top of that folder the app puts wikilinks with autocomplete, backlinks that show the sentence around the link, a force-directed graph with filtering, tags with counts, a quick switcher, and full-text search. A backlink lookup takes 0.65 µs and a graph snapshot takes 10 ms.
Winner Valutorio Knowledge tooling needs plaintext, and Valutorio has the linking layer that encrypted item storage rules out.
The free tier and what it withholds
Standard Notes gives away encrypted sync, which is unusually generous, but the free tier is plain text and tags only. No rich text, no folders, no markdown editors. Essential runs about $49.99 a year and Productivity about $149.99 a year, and that upper figure gets compared unfavourably with Notesnook at $19.99. The app is Electron and the interface is functional rather than pleasant.
Valutorio has no free tier at all: it is a paid Mac App Store app, and syncing between Macs is a further optional subscription. The app itself has no feature tiers, so everything in the editor is present after purchase, and local vaults work indefinitely without the sync line. A sync cycle on the benchmark vault takes 0.56 s.
Winner either Standard Notes has a free tier and hides markdown editing behind $49.99 a year; Valutorio has no free tier and hides nothing.
Native Swift against Electron
Standard Notes ships an Electron desktop app, which is how one team covers macOS, Windows, Linux, iOS, Android, and the web at once. That coverage is real and Valutorio has none of it. Valutorio runs on macOS 14 and later, full stop, with no Windows, Linux, or mobile app.
What the narrow target buys is measurable. Valutorio's interface is Swift and AppKit and its engine is Rust, with no JavaScript runtime in the process. On a 2,000-file, 55 MB vault on Apple silicon: cold index 1.07 s, full-text search 1.8 to 6.6 ms, wikilink autocomplete under 0.5 ms, keystroke latency 0.1 ms in a 1 MB note. A 300 MB file is on screen in under a second.
Winner Valutorio On a Mac the native app is faster; on any other machine Standard Notes is the only one of the two that runs.
Two answers to conflicts
Valutorio has a three-tier automatic resolver. It attempts a three-way merge, falls back to markdown-aware keep-both blocks, and finally writes keep-both artifacts. No conflict marker is ever written into a note, no conflicted-copy file appears beside it, and a sync killed halfway through heals itself on the next cycle. This matters because plain-file sync is where most apps in this category leave you a mess to clean up.
Standard Notes handles synchronisation server-side over its encrypted protocol and you do not touch merges at all. Neither approach is universally better. One hides the mechanism completely; the other resolves it for you and leaves the result in a text file you can inspect.
Winner either Standard Notes removes merges from your life; Valutorio resolves them and leaves the outcome readable.
What each one costs
Standard Notes is free if plain text and tags are all you want, then about $49.99 a year for Essential and about $149.99 a year for Productivity, and that top figure is the one reviewers hold against it. Valutorio is a paid Mac App Store app with nothing withheld behind a tier inside the editor, plus an optional subscription if you want it syncing between Macs. So both sides have a recurring line and Standard Notes is the only one with a free entry point, although that entry point has no markdown editor. The honest framing is that Standard Notes charges for encrypted hosting and Valutorio charges for automatic sync and an MCP endpoint, and both are genuine ongoing costs to run.
Who should choose which
Choose Standard Notes if
- Your notes must be unreadable to whoever stores them, and audited end-to-end encryption is the requirement.
- You want to self-host the server and inspect the client source.
- You need Windows, Linux, Android, or a browser as well as a Mac.
- Proton's backing and the 100-year data guarantee are what you are buying.
Choose Valutorio if
- You want notes you can grep, script against, and open in any other editor twenty years from now.
- Backlinks with context, a filterable graph, and tags with counts are the point of taking notes at all.
- You are on macOS 14 or later and you want the speed a native Swift and Rust app gives you.
- You want an MCP endpoint so Claude or another assistant can work in your notes, which Standard Notes cannot expose.
Questions people ask
Can I encrypt a Valutorio vault myself?
You can store the folder on an encrypted volume or rely on FileVault, which covers storage at rest under your own keys on that Mac. Valutorio Sync encrypts the vault in transit and at rest as it moves between Macs. Neither is end-to-end encryption of individual items and neither is audited, so do not treat them as equivalent. Valutorio's design assumes the files are readable, since backlinks, search, and the graph all read them.
Does Standard Notes do backlinks or a graph?
No. It has no wikilinks and no backlinks, and there is no graph view, so it is an encrypted notes app rather than a knowledge base. If linked notes are what you are after, this is the gap that matters most, and no paid tier closes it.
Which one survives longer?
Standard Notes has Proton behind it and a 100-year data guarantee, which is a strong institutional answer. Valutorio's answer is structural instead: your vault is a plain folder of markdown, so it stays readable in any editor whether or not the app is still around or any subscription is current. Valutorio is also a young product with no reviews yet, and that is worth weighing.
Can I move my notes out of Standard Notes?
Yes, it exports to plain files. Put those files in a folder, open the folder in Valutorio, and that folder becomes the vault with no import or conversion. Wikilinks between them are something you add over time, since Standard Notes had nothing to convert into them.
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