Your files take the direct path
Contents move straight from one of your devices to another — no
detour through someone else’s storage, and no relay in the middle. When
both devices sit behind home routers, they punch through with a
content-blind rendezvous signal; the service helps them find each other
but never carries a byte of your files.
Store everything, or only what you open
Give a folder every byte on a device, or keep it on-demand —
placeholders that fetch the real file the moment you open it and can be
evicted to reclaim space. Chosen per folder, per device.
Nobody can read your files — including us
The hosted service only knows who you are and which of your devices
hold which folders. It never receives file contents, so a server breach,
subpoena, or curious operator has nothing to read.
The same sync everywhere
macOS, Windows, or Linux — it’s the same engine making the same
decisions, so two machines never disagree about how a conflict
resolves just because they run different operating systems.
Automate anything
Everything the app does can also be scripted — link a folder from a
cron job, check status in CI, drive it headless on a NAS. The GUI is
for everyday; the CLI is there when you want it.
Don’t trust us — check
Every line that touches your files, your keys, and the wire protocol
is open source: read it, build it, and audit it yourself.
Same tunnel, LAN or internet
Devices talk over WireGuard-protocol encrypted tunnels. Paired
devices on the same network find each other by local broadcast/mDNS and
sync without touching the internet; across the internet, the same tunnel
connects directly — discovering each device’s public address and
hole-punching through NATs, with no relay in between.
Tested against data loss
The sync engine is exercised by deterministic simulation testing —
seeded chaos runs with no-silent-data-loss oracles — because losing your
edit is the one unforgivable sync bug.