Syncing Obsidian Without Cloud: 5 Local-First Methods

Sync Obsidian across devices without iCloud, Dropbox, or a paid subscription. Compare Syncthing, Git, and local sync options — including an honest look at iOS.

obsidian local-sync productivity no-cloud

Obsidian is a brilliant note-taking app, but its sync story has a catch: the official Obsidian Sync service costs $8–16 per month. For many users — especially those coming from Notion or building privacy-conscious workflows — that’s a deal-breaker.

The good news: you don’t need a cloud subscription to keep your vault in sync. Here are five local-first methods, including an honest look at what works on iOS.

Why Avoid Cloud Sync for Obsidian?

The reasons people search for cloud-free sync fall into a few camps:

  • Cost: Obsidian Sync is $8/mo (Plus) or $16/mo (Business). That adds up.
  • Privacy: Vault contents may include sensitive notes, credentials, or personal data you’d rather not upload anywhere.
  • Vendor lock-in: iCloud is Apple-only; Dropbox has become bloated and expensive.
  • Philosophy: Local-first means your data stays on your machine — always accessible, even offline.

Method 1: Syncthing (Best for Desktop)

Syncthing is a free, open-source, peer-to-peer sync tool. Your vault syncs directly between your devices over LAN or the internet — no central server ever sees your files.

Setup:

  1. Install Syncthing on each desktop/laptop.
  2. Add your Obsidian vault folder as a shared folder.
  3. Pair your devices using their device IDs (shown in the Syncthing UI).
  4. Let it sync — changes propagate automatically.

Pros: Free, open source, works on Linux/macOS/Windows/Android.
Cons: No official iOS app (more on that below). Requires both devices to be online simultaneously for sync to complete.

Method 2: Git + obsidian-git Plugin

The obsidian-git community plugin turns your vault into a Git repository and auto-commits/pushes changes on a schedule.

Setup:

  1. Initialize a Git repo in your vault folder.
  2. Create a private repo on GitHub or GitLab (free tier is fine).
  3. Install obsidian-git from Obsidian Community Plugins.
  4. Configure auto-commit interval (e.g., every 5 minutes).

Pros: Free, versioned history, works anywhere Git does, strong iOS support via Working Copy.
Cons: Still involves a third-party server (GitHub). Not truly “no cloud” — just different cloud. Large binary files (images, attachments) can bloat the repo.

This is a good middle ground if you’re comfortable with GitHub but want to avoid proprietary sync services.

Method 3: Local Network Sync (Home/Office Only)

If your devices share the same network, you can sync via:

  • SMB/NFS share: Store the vault on a NAS or always-on desktop; mount it on other machines.
  • rsync over SSH: Schedule periodic rsync runs between your machines.
  • Resilio Sync (formerly BitTorrent Sync): Free for personal use, LAN-first.

Pros: Fast, private, no internet required.
Cons: Only works on the same network. Not useful for syncing while traveling or on mobile away from home.

Method 4: EVC Local Sync — For Developers

If you use Obsidian to document your software projects and want those notes accessible inside your AI IDE (Claude Code, Cursor, Windsurf), EVC Local Sync is purpose-built for that.

It creates a bidirectional sync between your Obsidian vault and your project’s /docs folder — entirely local. No cloud. No subscription. The plugin is free and open source under MIT.

The use case: You write architecture docs and AI workflow rules in Obsidian. The plugin keeps them synced to your project repo so your AI coding assistant always reads fresh documentation.

Pros: Zero cloud, zero cost, MIT license, works offline, designed for developer vaults.
Limitation: This solves local vault↔project sync for developers — not cross-device sync for general notes.

Install Local Sync from Obsidian Community Plugins.

EVC Local Sync · Free · MIT

Keep your Obsidian docs in sync with your code — fully local.

Built for developers who want their architecture docs and AI rules inside Claude Code, Cursor, or Windsurf. No cloud, no subscription.

Install EVC Local Sync →

Method 5: Self-Hosted Cloud (Nextcloud / Seafile)

For users who want cloud convenience without the vendor dependency, self-hosting is an option:

  • Nextcloud with the desktop and mobile clients can sync any folder, including your vault.
  • Seafile is faster and more reliable for large file sets.

Pros: Full control over your data, works on all platforms including iOS.
Cons: Requires a server (VPS or home server) and some technical setup. Not truly “no cloud” — just self-managed cloud.

The iOS Reality Check

Most “sync Obsidian without cloud” guides skip the hard part: iOS is genuinely difficult without paying something.

Your options on iOS:

OptionCostNotes
Möbius Sync (Syncthing client)~$5 one-timeLimited background sync; works but not seamless
Working Copy (Git client)Free (limited) / $19.99 one-timeReliable Git sync; integrates with Obsidian via iOS Files API
Nextcloud iOS appFree (server costs apply)Works well if you run Nextcloud
iCloud DriveFree up to 5GBWorks, but it’s a cloud service

If iOS is your primary Obsidian device, obsidian-git + Working Copy is arguably the best paid-once, no-subscription path. You pay for Working Copy once (~$19.99) and get solid Git sync across all Apple devices with no recurring fees.

Which Method Is Right for You?

Your situationBest option
Desktop only (Mac/Windows/Linux)Syncthing
Multi-platform including AndroidSyncthing
iOS is important + comfortable with Gitobsidian-git + Working Copy
Developer syncing vault to project docsEVC Local Sync
Want full cloud controlNextcloud (self-hosted)
Home/office, same network onlyLocal NAS/rsync

Bottom Line

The no-cloud Obsidian sync landscape is rich — especially on desktop. Syncthing is the cleanest option for Mac/Windows/Linux/Android users: free, open source, and genuinely local-first. For developers who want their Obsidian docs inside their AI coding workflow, EVC Local Sync bridges the gap without touching any cloud service.

iOS remains the one honest asterisk: perfect free-and-local sync doesn’t yet exist on Apple’s platform. A one-time purchase (Working Copy or Möbius Sync) is the pragmatic path if you can’t live without mobile sync.


Sync Obsidian the local-first way

Two free, open-source Obsidian plugins from Entire VC — no cloud, no subscription: