Live data from Hacker News

Magic Wormhole: Get things from one computer to another, safely

magic-wormhole.readthedocs.io

61–70 of 107 posts

Re: Magic Wormhole: Get things from one computer to another, safely

#62
post #6

AFAIK, Web Wormhole is the only one of those tools that can be used both as a command-line tool and from a browser. It looks like the site is down at the moment though. https://github.com/saljam/webwormhole https://webwormhole.io/

There exists winden.app which is a magic wormhole webapp. They use their own mailbox and relay so you need to use the right options in the wormhole CLI.

Re: Magic Wormhole: Get things from one computer to another, safely

#64
post #25

I’ve used this and localsend, both are great, but has anyone finally solved the problem of making one of these things that can use a GUI (for phones and tablets) and also a CLI (for when I’m SSHed into my home computer and need to send a video to get processed by something)?

If you don't mind unencryption or are okay with encrypting/decrypting things yourself via standard tools (don't worry you could probably create a shell alias to do that for you in ssh)

Then I genuinely recommend piping-server https://github.com/nwtgck/piping-server

Personally I don't really mind the unencryption as I mean I just use it to pass videos or any software and I don't really think that there are any security concerns but its also really easy to encrypt / decrypt as well so I genuinely recommend it

It can actually work out of the browser and in the ssh server by using curl / maybe even wget but no guarantees. Both standard tools.

https://piping-ui.org/ There is this website which has a better ui

And you can self host the server as well and these ui's are just static pages which you can view the source code of

https://github.com/nwtgck/piping-server

Re: Magic Wormhole: Get things from one computer to another, safely

#67

I prefer https://localsend.org/ nowadays. Nice cross-platform GUI, "just works". Requires being on the same lan, but discovery of other devices is automatic and there are no alphanumeric codes that have to be shared. It's a good QoL improvement to have "airdrop" between Android and Linux

Thank you for this link. Looks awesome.

Re: Magic Wormhole: Get things from one computer to another, safely

#69
post #63

Maybe I’m missing something but has this been largely superseded by wireguard these days?

Very different use case. It's for one-off secure file transfers.

Ah. I missed the “one off” part.

Re: Magic Wormhole: Get things from one computer to another, safely

#70
post #25

I’ve used this and localsend, both are great, but has anyone finally solved the problem of making one of these things that can use a GUI (for phones and tablets) and also a CLI (for when I’m SSHed into my home computer and need to send a video to get processed by something)?

No CLI yet but mobile & desktop support (yes, including Linux), LAN & online: https://payload.app/

Focused on speed, so good for video. (If your transfers don’t saturate the network I treat that as a failure and a bug to be fixed - please report if speed is ever lacking)

Disclaimer: I’m the creator.

Post reply on HN