Skip to content

Releases: mel-edo/dsync

v0.1.0 - Initial Release

09 Mar 17:07
f59b551

Choose a tag to compare

dsync v0.1.0

Features

  • Automatic peer discovery via mDNS
  • Ephemeral Ed25519 identity with challenge-response handshake
  • End-to-end encryption (X25519 + ChaCha20-Poly1305)
  • Real-time file sync with chunked transfers
  • LZ4 compression
  • .dsyncignore support
  • Persistent connection pool

Downloads

  • Linux: dsync-v0.1.0-linux-x86_64.tar.gz
  • Windows: dsync-v0.1.0-windows-x86_64.zip (run start-dsync.bat)

Quick Start

See QUICKSTART.txt included in the download.

Notes

  • Tested on Linux only. Windows build is provided but not yet fully tested.
  • Encryption is in place but use on trusted networks only.