Have there been interesting developments in secure file transfer since magic wormhole? It's 10 years old, so great and tested, or maybe there's something else? I've heard of Croc and Portal but not sure if they are different in any way except small features and language preferences.
#GNOME has a magic-wormhole GUI?! I was not aware! https://apps.gnome.org/en-GB/Warp/
fowl 25.7.0 is released.
https://pypi.org/project/fowl/25.7.0/
Extensively re-thought internal and external APIs, centered around giving each peer maximum control, while being safe by default.
There is now a usable Python + Twisted API for programmatic use: FowlCoop, fledge() and roost()
Coming next week: demo applications on top of this: "Git With Me" and "Shell With Me" for peer-to-peer git and terminal sharing (respectively)
fowl 25.7.0 is released.
https://pypi.org/project/fowl/25.7.0/
Extensively re-thought internal and external APIs, centered around giving each peer maximum control, while being safe by default.
There is now a usable Python + Twisted API for programmatic use: FowlCoop, fledge() and roost()
Coming next week: demo applications on top of this: "Git With Me" and "Shell With Me" for peer-to-peer git and terminal sharing (respectively)
I have made a release of "git-withme" which allows peer-to-peer Git usage over #magicWormhole
This uses short, human-memorable codes to invite peers to collaborate (push, pull, etc) in real-time on a Git repository with no external hosting providers. Creates a temporary bare repository on the host so it feels like GitLab style usage.
"pip install git-withme" or see the project pages:
https://git.sr.ht/~meejah/git-withme