A lightweight, zero-configuration sync engine that boots a secure local database daemon with a single click. Keep your markdown notes completely private, self-hosted, and sync'd in real time.
Everything you need for seamless collaboration in Obsidian.
See how real-time keystrokes from multiple users perfectly interleave and merge without conflicts using CRDTs.
Lamport timestamps guarantee that everyone's text ends up in the exact same order, preserving your intention.
Deleted text is hidden using tombstones, preventing divergence even if someone types inside a deleted range.
Concurrent keystrokes are merged deterministically.
Sorting insertions by Lamport timestamps preserves user intent.
Deleted fragments are safely hidden with tombstones.
A high-performance peer replication framework engineered specifically for offline-first privacy.
Your notes stay fully local. The daemon operates on your local SQLite vault indexes, broadcasting incremental updates seamlessly to connected peers.
No terminal commands or external database pipelines needed. One toggle in settings boots up the secure Node sync runtime instantly in the background.
Resolves active keystroke overlaps with standard Yjs-based CRDT merging. Never lose lines of notes or deal with messy sync conflicts again.
Syncs more than just Markdown text. Securely pushes and pulls settings, workspace layouts, active panes, community plugins, and theme configurations.
Real-time sync packets pass directly through your local background daemon to teammates, ensuring maximum privacy.
Captures markdown buffers and streams delta operations instantly via secure WebSocket loops.
Coordinates incoming operational deltas, runs resolving calculations, and updates the local database.
Receives merged diff packets and integrates changes directly into the active editing document pane.