polius/FileSync
Send files from one device to many in real-time. observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 95
- Release rhythm 88
- Longevity 82
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7
- age_days: 1148
- days_rel: 83
- days_push: 30
- n_releases_24m: 10
Adoption not part of the score
1492 stars · 140 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FileSync is a self-hosted web application for sending files from one device to many in real time over encrypted peer-to-peer WebRTC connections. A lightweight FastAPI signaling server brokers connections but never sees file contents, and received files stream to disk with no size limit.
Use cases
- share files between devices without uploading to a cloud
- send large multi-gigabyte files with no size limit
- broadcast files to many devices at once via a room link or QR code
- self-host a private file transfer service
- transfer files across networks with NAT traversal
- share files without creating accounts or installing apps
When to choose
- you want private, peer-to-peer transfers where the server never sees file contents
- you need one-to-many file distribution in real time
- you want a self-hosted alternative with a single Docker image
- recipients should just open a browser link with no installs
When to avoid
- you need asynchronous transfers where recipients are offline when files are sent
- you want permanent cloud file storage or file history
- you cannot run a server or Docker container
- you need transfers through restrictive firewalls without TURN relay setup
Facets
application · maturity active
file-upload http-server websocket security files privacy self-hosted web-development self-hosted browser cross-platform file-sharing webrtc p2p one-to-many qr-code no-size-limit end-to-end-encryption fastapi docker web-server
2 sources
- readme: https://github.com/polius/FileSync · fetched 2026-08-28 · 203a95e18eba
- homepage: https://filesync.app · fetched 2026-08-29 · 3fdc506d9e23
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| polius/FileSync | main | 90 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem