systemd/casync
Content-Addressable Data Synchronization Tool observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 43
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3519
- days_rel: n/a
- days_push: 345
- n_releases_24m: 0
Adoption not part of the score
1608 stars · 117 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
casync is a content-addressable data synchronization tool that combines the rsync algorithm with content-addressable storage. It splits data streams into variable-sized, content-defined chunks to efficiently store, deliver, and update large file system trees, OS/VM/container images, and backups over HTTP.
Use cases
- distribute OS or container images over HTTP with minimal bandwidth
- store many related versions of large directory trees efficiently
- create deduplicated backups of file systems
- update VM or IoT images via CDN-friendly chunk indexes
- synchronize directory trees similar to rsync but with content-addressable chunking
- serialize directory trees in a reproducible modern tar-like format
When to choose
- you need to deliver or update large images over HTTP/CDN with minimal transfer
- you store many similar versions of file system trees and want deduplication
- you want a backup system based on content-addressable chunks
- file boundaries get in the way of rsync-style delta transfer
When to avoid
- you need simple one-off file sync between two machines (rsync is simpler)
- you require per-file granularity or file metadata fidelity like OSTree
- you need a tool with active feature development or a clearly licensed release
- you work on non-Linux platforms
Facets
cli-tool · maturity maintenance
compression file-system backup serialization http-client developer-tools files self-hosted infrastructure-as-code cli c content-addressable-storage chunking rsync-alternative image-delivery deduplication os-images container-images cdn-friendly linux
1 source
- readme: https://github.com/systemd/casync · fetched 2026-08-28 · bbb38b917656
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| systemd/casync | main | 42 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem