Valutorio

Valutorio vs Inkdrop: $99.80/yr vs plain files (2026)

These two apps are aimed at the same person: someone who writes markdown, wants code to look right in a note, and does not want a Notion. Inkdrop got there years before Valutorio existed, built by one developer, with encrypted sync included and plugins on top. It costs $9.98 a month or $99.80 a year, up from $4.99 in November 2024, and the notes sit in a local database that syncs through his cloud. Valutorio keeps markdown files in a folder on your disk and sells sync separately. The fight is over who holds the format.

Quick verdict

  • You work across macOS, Windows, Linux, and a phone and want the same notes on all of them

    Pick Inkdrop

    Five platforms with encrypted sync included; Valutorio is macOS only.

  • You want your notes to be files the tools around your code already handle

    Pick Valutorio

    A vault is a folder of .md files, so ripgrep, scripts, and your editor all reach them.

  • Vim or Emacs keybindings are non-negotiable

    Pick Inkdrop

    Both ship in Inkdrop; Valutorio has no plugin system to add them.

  • You keep an interlinked knowledge base rather than a code notebook

    Pick Valutorio

    Inkdrop has no wikilinks, no backlinks, and no graph.

At a glance
 ValutorioInkdrop
PlatformsmacOS 14+macOS, Windows, Linux, iOS, Android
Enginenative Swift + RustElectron
Data formatplain markdown foldermarkdown notes in local database, synced via developer's cloud; export to markdown/HTML
Pricingpaid app, Mac App Store (pricing at launch)$9.98/mo or $99.80/yr (doubled from $4.99/mo in Nov 2024); 60-day trial, no free tier
SyncValutorio Sync (subscription): automatic, encrypted, conflict-free; personal MCP endpoint for AI assistants includedbuilt-in E2E-encrypted cloud sync included
Offlineyesyes
Wikilinksyesno
Backlinksyesno
Graph viewyesno
Open sourcenono

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

A database of markdown against markdown on disk

Inkdrop keeps notes as markdown content inside a local database and replicates that database to Takuya Matsuyama's sync service, encrypted end to end. Export to markdown and HTML works, so the text is retrievable. It is still a database, and a database is a thing you query through the app that owns it.

A Valutorio vault has no container. It is a folder and the notes are .md files, so `grep`, `rg`, a Makefile, a CI job, and any other editor all work on your notes without an export step. Valutorio has no opinion about what else touches the folder, so whatever version control you already run can track it. For an audience that lives in a terminal, this is the difference that matters most, and it is the one Inkdrop does not offer.

Winner Valutorio Plain files are readable by every tool you already use; a synced database is readable by one app.

What the sync costs, and for how long

Inkdrop is $9.98 a month or $99.80 a year with no free tier, after a 60-day trial. The price doubled from $4.99 a month in November 2024, and the author wrote publicly about doing it. The money buys real infrastructure: E2E-encrypted sync across five platforms, kept running by one person. That is a defensible price, and it is also $998 across a decade.

Valutorio Sync is a subscription too, so this is not a free-against-paid comparison. What differs is what each product does unsubscribed. Inkdrop has no free tier at all, and Valutorio without the subscription is a complete local app: the vault, the index, the search, the graph, offline, indefinitely. Sync buys background transfer between Macs at 0.56 s a cycle, encrypted in transit and at rest, and a personal MCP endpoint that lets an assistant like Claude read and write the vault.

Winner either Both charge for sync; only Valutorio still works when you stop.

Merges and conflicts

Inkdrop's sync is CouchDB-style replication with encryption, which is solid engineering and gives you conflict handling inside the database. What it does not give you is a description of what happens to your text when two machines disagree.

Valutorio publishes that. When two Macs change the same note, three tiers run in order: a three-way merge first, then markdown-aware keep-both blocks, then keep-both artifacts. Zero conflict markers are ever written into a note, no conflicted-copy file appears beside it, and a sync killed mid-cycle repairs itself rather than asking you to referee. Developers who have hand-fixed a conflicted note in another app will recognize what that saves.

Winner Valutorio A documented three-tier merge that never touches your prose beats a replication log you cannot inspect.

Editor features neither app fully covers

Inkdrop wins on code. Its editor colours more than 100 languages, Vim and Emacs keybindings are built in, and a community plugin system extends the rest. If your notes are mostly snippets and runbooks, that is a well-aimed feature set.

Inkdrop has no wikilinks, no backlinks, and no graph, so it is a notebook rather than a knowledge base. Valutorio has all three: wikilinks with autocomplete under 0.5 ms, backlinks with surrounding context at 0.65 µs per lookup, and a force-directed graph that snapshots in 10 ms with filtering. Full-text search across the 2,000-file, 55 MB vault runs between 1.8 and 6.6 ms and the cold index takes 1.07 s. Valutorio has no plugin ecosystem, so what ships is what you get.

Winner either Inkdrop wins code editing and extensibility; Valutorio wins linking, the graph, and measured speed.

Five platforms against one

Inkdrop runs on macOS, Windows, Linux, iOS, and Android. Valutorio runs on macOS 14 and later and nowhere else. If your week includes a Linux workstation or an Android phone, Inkdrop covers it and Valutorio does not.

The vault is more portable than the app. Because it is a folder of plain markdown files, it copies onto a Linux box and opens in whatever editor is there, and iA Writer or Obsidian on a phone will read the same files. That is genuine cross-platform access to your notes with a macOS-only editor. Anyone who wants one polished app everywhere should take Inkdrop.

Winner Inkdrop Inkdrop is the only one of the two with a real app on Linux, Windows, and Android.

One developer, and two young products

Inkdrop is built and maintained by Takuya Matsuyama alone, which has produced a focused app with a decade of iteration and a small ecosystem. Solo maintenance is also the risk everyone names, and the 2024 price doubling is what keeps the lights on.

Valutorio is young and has no user reviews yet, and inventing some would be worse than admitting that. What reduces the risk is the storage: if Valutorio disappears tomorrow your vault is still a folder of markdown files, editable by anything. That is the only durability guarantee worth much in this category.

Winner either Inkdrop has the track record; Valutorio has storage that outlives the app.

What each one costs

Inkdrop costs $9.98 a month or $99.80 a year with a 60-day trial and no free plan, after doubling its price from $4.99 a month in November 2024. Over five years that is roughly $500, and it pays for encrypted sync on five platforms maintained by one person. Valutorio is a paid Mac App Store app and I will not quote a figure, because the price is not decided, and Valutorio Sync is a separate optional subscription with no announced price either. So both sell sync, and the comparison is about what is left when you stop paying: Inkdrop has no free tier, and an unsubscribed Valutorio is still a working local vault. Inkdrop is the better buy if you need Linux and Android clients.

Who should choose which

Choose Inkdrop if

  • You need Linux, Windows, or Android clients for the same notes
  • Vim or Emacs keybindings and 100+ language colouring are what you are paying for
  • You want plugins and a decade-old app with a known maintainer
  • Encrypted sync you never think about is worth $99.80 a year

Choose Valutorio if

  • You want notes as markdown files sitting next to your code, not rows in a database
  • You want the app to keep working on the vault whether or not a subscription is live
  • You want wikilinks, backlinks with context, and a graph, which Inkdrop does not have
  • You write on a Mac and want a native Swift and Rust app rather than Electron

Questions people ask

Can I move ten years of Inkdrop notes into Valutorio?

Inkdrop exports markdown, so you export, drop the files into a folder, and point Valutorio at it. Nothing gets converted because the files are already the format. Notebook structure becomes directories and you add wikilinks where you want the linking that Inkdrop never had.

Is Valutorio Sync as safe as Inkdrop's encrypted cloud?

Both encrypt. Inkdrop encrypts end to end inside its own service, and Valutorio Sync encrypts in transit and at rest on its own. Neither claim is checkable from the outside, so weigh what else each buys: Inkdrop's covers five platforms, and Valutorio's covers Macs, never writes a conflict marker, and comes with an MCP endpoint you can point an AI assistant at.

Is Valutorio's syntax colouring as good as Inkdrop's?

Valutorio colours code blocks from its Rust engine, but Inkdrop's 100-plus languages and editor keybindings are its specialty and Valutorio does not match that breadth. If your notes are mainly code with prose around them, that gap is real.

Why would a developer pick a macOS-only app in 2026?

Because the storage is not macOS-only. The vault is a folder of plain markdown that copies onto a Linux server and reads in any editor, so your notes travel even when the app does not. If you also need a first-class GUI on Linux or Android, Inkdrop is the honest answer.

Do I have to configure anything to sync two Macs?

No. Valutorio Sync runs in the background with nothing to set up: a cycle takes 0.56 s on the 2,000-file benchmark vault, the first full pass over 2,000 files takes about 30 seconds, and overlapping edits resolve in three tiers without leaving a marker or a duplicate file. It is an optional subscription, and the app is fully usable on a local vault without it.

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