zsync. Sync code to remote boxes in seconds. Zero remote deps, native .gitignore, content-addressed.

github.com/andrewgazelka/zsync

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2025
  • feat: add Bazel build system with Docker-based Linux cross-compilation
  • no openssh dep
  • update
  • feat: support SSH config hosts in remote specification
  • fix: suppress self-triggered watch events + proper gitignore filtering
  • update
  • fix: respect gitignore in watch mode + add sync direction arrows
  • test: add testcontainer SSH E2E tests
  • fix: buffer ChangeNotify during request/response to prevent race cond…
  • update
  • stash
  • fix: truncate status lines to terminal width
  • feat: show each file during sync (cargo-style verbose output)
  • feat: SSH-style CLI with simpler syntax
  • docs: rewrite README for HN appeal
  • feat: simplify CLI interface
  • feat: incremental sync for watch mode
  • feat: add cargo-style status output for key sync milestones
  • fix: batch manifest operations to avoid SSH flow control deadlock
  • fix: remove console tracing layer to avoid interfering with progress …