2022-04-01 21:29:18 +02:00
---
2022-04-14 02:19:13 +02:00
title: "File Sharing and Sync"
2022-04-01 21:29:18 +02:00
icon: material/share-variant
---
Discover how to privately share your files between your devices, with your friends and family, or anonymously online.
## File Sharing
### OnionShare
2022-04-03 10:50:08 +02:00
2022-04-01 21:29:18 +02:00
!!! recommendation
2022-04-14 16:10:16 +02:00
![OnionShare logo ](assets/img/file-sharing-sync/onionshare.svg ){ align=right }
2022-04-01 21:29:18 +02:00
**OnionShare** is an open-source tool that lets you securely and anonymously share a file of any size. It works by starting a web server accessible as a Tor onion service, with an unguessable URL that you can share with the recipients to download or send files.
2022-05-28 06:51:26 +02:00
[:octicons-home-16: Homepage ](https://onionshare.org ){ .md-button .md-button--primary }
2022-09-08 23:24:08 +02:00
[:simple-torproject: ](http://lldan5gahapx5k7iafb3s4ikijc4ni7gx5iywdflkba5y2ezyg6sjgyd.onion ){ .card-link title=Onion }
2022-05-28 06:51:26 +02:00
[:octicons-info-16: ](https://docs.onionshare.org/ ){ .card-link title=Documentation}
[:octicons-code-16: ](https://github.com/onionshare/onionshare ){ .card-link title="Source Code" }
2022-04-01 21:29:18 +02:00
2022-04-23 03:12:10 +02:00
??? downloads
2022-09-08 23:24:08 +02:00
- [:simple-windows11: Windows ](https://onionshare.org/#download )
- [:simple-apple: macOS ](https://onionshare.org/#download )
- [:simple-linux: Linux ](https://onionshare.org/#download )
2022-04-01 21:29:18 +02:00
## FreedomBox
2022-04-03 10:50:08 +02:00
2022-04-01 21:29:18 +02:00
!!! recommendation
2022-04-14 16:10:16 +02:00
![FreedomBox logo ](assets/img/file-sharing-sync/freedombox.svg ){ align=right }
2022-04-01 21:29:18 +02:00
2022-06-26 17:28:44 +02:00
**FreedomBox** is an operating system designed to be run on a [single-board computer (SBC) ](https://en.wikipedia.org/wiki/Single-board_computer ). The purpose is to make it easy to set up server applications that you might want to self-host.
2022-04-01 21:29:18 +02:00
2022-05-28 06:51:26 +02:00
[:octicons-home-16: Homepage ](https://freedombox.org ){ .md-button .md-button--primary }
[:octicons-info-16: ](https://wiki.debian.org/FreedomBox/Manual ){ .card-link title=Documentation}
[:octicons-code-16: ](https://salsa.debian.org/freedombox-team/freedombox ){ .card-link title="Source Code" }
[:octicons-heart-16: ](https://freedomboxfoundation.org/donate/ ){ .card-link title=Contribute }
2022-04-01 21:29:18 +02:00
## File Sync
### Syncthing
2022-04-03 10:50:08 +02:00
2022-04-01 21:29:18 +02:00
!!! recommendation
2022-04-14 16:10:16 +02:00
![Syncthing logo ](assets/img/file-sharing-sync/syncthing.svg ){ align=right }
2022-04-01 21:29:18 +02:00
2022-05-11 05:13:46 +02:00
**Syncthing** is an open-source peer-to-peer continuous file synchronization utility. It is used to synchronize files between two or more devices over the local network or the internet. Syncthing does not use a centralized server; it uses the [Block Exchange Protocol ](https://docs.syncthing.net/specs/bep-v1.html#bep-v1 ) to transfer data between devices. All data is encrypted using TLS.
2022-04-01 21:29:18 +02:00
2022-05-28 06:51:26 +02:00
[:octicons-home-16: Homepage ](https://syncthing.net ){ .md-button .md-button--primary }
[:octicons-info-16: ](https://docs.syncthing.net ){ .card-link title=Documentation}
[:octicons-code-16: ](https://github.com/syncthing ){ .card-link title="Source Code" }
[:octicons-heart-16: ](https://syncthing.net/donations/ ){ .card-link title=Contribute }
2022-04-01 21:29:18 +02:00
2022-04-23 03:12:10 +02:00
??? downloads
2022-09-08 23:24:08 +02:00
- [:simple-windows11: Windows ](https://syncthing.net/downloads/ )
- [:simple-apple: macOS ](https://syncthing.net/downloads/ )
- [:simple-linux: Linux ](https://syncthing.net/downloads/ )
- [:simple-freebsd: FreeBSD ](https://syncthing.net/downloads/ )
- [:simple-openbsd: OpenBSD ](https://syncthing.net/downloads/ )
- [:simple-netbsd: NetBSD ](https://syncthing.net/downloads/ )
- [:simple-googleplay: Google Play ](https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid )
- [:simple-fdroid: F-Droid ](https://f-droid.org/packages/com.nutomic.syncthingandroid/ )