Offline-first synchronization engine for intermittent-connectivity deployments.
Install
# Linux x86_64
curl -fsSL -o zamsync https://github.com/Etoile-Bleu/ZamSync/releases/download/v1.3.3/zamsync-linux-x86_64
chmod +x zamsync && sudo mv zamsync /usr/local/bin/
# Linux ARM64 (Raspberry Pi 4, AWS Graviton)
curl -fsSL -o zamsync https://github.com/Etoile-Bleu/ZamSync/releases/download/v1.3.3/zamsync-linux-aarch64
chmod +x zamsync && sudo mv zamsync /usr/local/bin/
# Linux ARMv7 (Raspberry Pi 2 / 3)
curl -fsSL -o zamsync https://github.com/Etoile-Bleu/ZamSync/releases/download/v1.3.3/zamsync-linux-armv7
chmod +x zamsync && sudo mv zamsync /usr/local/bin/
# Windows (PowerShell)
Invoke-WebRequest -Uri "https://github.com/Etoile-Bleu/ZamSync/releases/download/v1.3.3/zamsync-windows-x86_64.exe" -OutFile zamsync.exeDocker
docker pull ghcr.io/etoile-bleu/zamsync:v1.3.3
# or latest
docker pull ghcr.io/etoile-bleu/zamsync:latestVerify checksums
sha256sum -c SHA256SUMS.txtWhat's Changed
- docs: add integration guide (REST API, Rust crates, DB projection) by @Etoile-Bleu in #117
- feat(cli): add color output to all commands by @Etoile-Bleu in #119
- docs: add getting started guide by @RishabhMathur06 in #118
- docs: add RishabhMathur06 to CONTRIBUTORS.md by @Etoile-Bleu in #120
- feat(cli): add zamsync setup --hub command by @Vrindakr3300 in #108
- docs: add Vrindakr3300 to CONTRIBUTORS.md by @Etoile-Bleu in #122
- feat(cli): add version / --version / -V command by @Etoile-Bleu in #121
- docs(cli): add comprehensive CLI reference by @Etoile-Bleu in #123
- docs(architecture): add five-page architecture section with Mermaid diagrams by @Etoile-Bleu in #124
- docs(operations): add deployment and metrics pages by @Etoile-Bleu in #125
- docs: complete mdBook -- data management, troubleshooting, contributing, setup command by @Etoile-Bleu in #126
- feat(audit): add --head N and --tail N flags to limit output by @Etoile-Bleu in #127
New Contributors
- @RishabhMathur06 made their first contribution in #118
- @Vrindakr3300 made their first contribution in #108
Full Changelog: v1.3.2...v1.3.3