F-droid has an android app and the cli runs on Linux, Mac, and Windows. Super pain free. It's not a synchronization solution, but sends stuff pretty easily.
This. croc is like a better magic-wormhole (available via python pip, apt, other package managers) I switched to croc after transferring large files over terrible wi-fi. No way to resume a failed magic-wormhole session, whereas croc does it automatically.
computer-1$ croc file-i-want-to-send.txt
Did you mean to send 'file-i-want-to-send.txt'? (Y/n) y
Sending 'file-i-want-to-send.txt' (555 B)
Code is: 1234-some-diceware-passphrase
On the other computer run
croc 1234-some-diceware-passphrase
You can also just drag-and-drop a file onto the executable icon and it will pop up a GUI letting you do the same thing. Transfer is encrypted, no account needed.
F-droid has an android app and the cli runs on Linux, Mac, and Windows. Super pain free. It's not a synchronization solution, but sends stuff pretty easily.