Dropbox for devs.
Continuous, automatic, end-to-end-encrypted folder sync. No repos, no commits — and secret files like .env are synced too, encrypted, instead of ignored. The server never sees your files or even their paths.
No repos, no commits
A folder just stays mirrored across your machines. Save a file; it syncs.
Secrets travel, safely
.env is synced end-to-end encrypted — a fresh machine is ready to run.
Zero-knowledge
Keys live on your devices. The server stores only ciphertext.
No lost work
Conflicting edits become a “conflicted copy” — nothing is overwritten away.
Get the CLI
# Homebrew (macOS / Linux)
brew install smuggle-dev/tap/smuggle
# …or the install script
curl -fsSL https://raw.githubusercontent.com/smuggle-dev/smuggle/main/scripts/install.sh | shThen, on any platform:
smuggle login --register # create an account (shows your recovery key)
smuggle init . # sync the current folder
smuggle unlock # on a new device: paste your recovery key once
smuggle service install # run in the background, auto-start at login