Replace Obsidian Sync?

YES · one-shottable
catalog price reference $5/mocategory 🧠 notes & knowledgereported replacement votes 0

If you already accept local Markdown files, syncing folders across devices is a solved problem; the hard part is not the app, it is conflict-free convenience.

the prompt
Build me a sync setup for my Obsidian vault to replace Obsidian Sync. Requirements:

- This is plumbing, not an app: the vault is a folder of Markdown files, sync it with
  git. Syncthing is the zero-history alternative; use git here because I want history.
- A small watcher (Node + chokidar + simple-git, or a plain bash script on a
  systemd/launchd timer, pick the simpler) that debounces 30 seconds after the last
  change, commits with an auto message, and pushes to a private GitHub repo.
- On start and every 5 minutes: pull with rebase. On conflict, never lose data: write
  the incoming version as <name>.conflict-YYYY-MM-DD.md, keep mine in place, and log it.
- .gitignore for .obsidian/workspace* and .trash so device-local state does not ping-
  pong between machines.
- A `vaultsync status` command showing last push/pull time and any outstanding conflict
  files.
- Mobile: point a git client (Working Copy on iOS, MGit on Android) at the same repo.
  Document that in the README, do not build mobile anything.
- The repo stays private; token in .env or the system git credential helper. No accounts
  beyond GitHub, no telemetry, notes stay plain Markdown on disk.
- Out of scope: an encrypted-vault workflow and a version-history UI. git log is the
  history.
- README: second-machine setup steps and the conflict-file convention.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR

why people still pay

They pay for no-drama sync across devices while keeping Obsidian's local-first model.

what you lose

xofficial mobile sync polish

xconflict handling

xversion history UI

xencrypted vault workflow

xObsidian support

prior art to inspect before buildingSyncthingOpen-source continuous file synchronization that can replace much of Obsidian Sync for tec
reported replacements · 0share on X ↗"Obsidian Sync replacement research and build prompt"
questions
What does the Obsidian Sync verdict mean?

The directory classifies the core job as practical to build with an AI coding agent. Use the prompt as a starting point and review the tradeoffs before relying on the result. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Obsidian Sync?

The directory records $5/month for Sync, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Obsidian Sync?

Honestly: official mobile sync polish; conflict handling; version history UI; encrypted vault workflow; Obsidian support. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Obsidian Sync?

The listed prior art includes Syncthing (Open-source continuous file synchronization that can replace much of Obsidian Sync for tec). Inspect those projects before starting from a blank prompt.