Your project files, identical everywhere.
Nimbus Sync watches your working directories and pushes only the bytes that changed. Delta transfer, versioned history, and keys that never leave your machine.
Free tier includes 3 devices and 10 GB of versioned storage.
Delta transfer
Rolling-hash chunking means a one-line edit in a 400 MB archive moves a few kilobytes, not the whole file.
End-to-end encryption
Content is sealed client-side. We store ciphertext and metadata sizes — nothing we could read if we wanted to.
Conflict history
Simultaneous edits are kept side by side for 30 days. Nothing is silently overwritten, ever.
Selective sync
Ignore rules follow .gitignore syntax, so build artifacts and vendor directories stay local.
Cross-platform agent
A single static binary for Linux, macOS and Windows. No background updater, no telemetry by default.
Team spaces
Shared directories with per-path roles, audit trails, and SCIM provisioning on the Business plan.
Install the agent
curl -fsSL https://get.nimbussync.io/install.sh | sh
nimbus login
nimbus add ~/projects/backend --profile work
Requires glibc 2.28+ or musl. Package repositories for Debian, Fedora and Alpine are listed in the docs.