SaaSHub helps you find the best software and product alternatives Learn more →
Magic-wormhole Alternatives
Similar projects and alternatives to magic-wormhole
-
bypass-paywalls-chrome
Discontinued Bypass Paywalls web browser extension for Chrome and Firefox. [UnavailableForLegalReasons - Repository access blocked]
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
-
savepagenow
A simple Python wrapper and command-line interface for archive.org’s "Save Page Now" capturing service
-
-
-
-
age
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
PrivateBin
A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
-
-
PasswordPusher
🔐 Securely share sensitive information with automatic expiration & deletion after a set number of views or duration. Track who, what and when with full audit logs.
-
-
-
send
:mailbox_with_mail: Simple, private file sharing. Mirror of https://gitlab.com/timvisee/send (by timvisee)
-
-
wormhole-gui
Discontinued Cross-platform application for easy encrypted file, folder, and text sharing between devices. [Moved to: https://github.com/Jacalz/rymdport]
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
magic-wormhole discussion
magic-wormhole reviews and mentions
-
Magic Wormhole Source Code Analysis
Python: https://github.com/magic-wormhole/magic-wormhole (official, original)
-
Show HN: Krep a High-Performance String Search Utility Written in C
tbf this is a really common pitfall and arguably a design mistake in Linux/POSIX, opening files should be a straightforward operation without pitfalls. Even established programs mess this up all the time, see https://github.com/systemd/systemd/issues/30690 and https://github.com/magic-wormhole/magic-wormhole/issues/363
-
Show HN: An SSH based utility to transfer pipes across machines – beam
Maybe better to use something like magic wormhole? https://github.com/magic-wormhole/magic-wormhole
-
Magic Wormhole: get things from one computer to another, safely
Nope. It needs to contact the "mailbox server" to coordinate the rest of the protocol. Two machines with local connectivity (e.g. on the same LAN, but your WAN connection is broken) could still implement the second half of the protocol, where they use each other's IP addresses to make a direct connection, but without the first half they couldn't learn those addresses or exchange the key-negotiation messages.
We've sketched out some approaches to working in a disconnected environment like that, using local multicast and mDNS/ZeroConf/Bonjour to act as an alternate mailbox server (https://github.com/magic-wormhole/magic-wormhole/issues/48). There's still design work needed, though, and I fear it would degrade the experience for fully-connected nodes (extra timeouts), so it might want to be opt-in with a `--offline` flag on both sides.
-
10 Best Tools for Secure and Efficient File Sharing in 2024
Learn More: Magic Wormhole
- Magic Wormhole
-
LocalSend: Open-source, cross-platform file sharing to nearby devices
Some CLI alternatives if you don't need the GUI:
Croc: https://github.com/schollz/croc
Magic-Wormhole: https://github.com/magic-wormhole/magic-wormhole
I used to use MW but switched to croc as the single binary was easier to deploy.
-
Ask HN: Best modern file transfer/synchronization protocol?
On a similar note, can someone tell me what's the fastest (wireless) way to transfer files between two laptops on same network (i.e. hotspot)?
scp, rsync, wormhole give me only 2-3 mb/s.
What's causing the bottleneck here and what am I missing? Thanks in advance!
https://github.com/magic-wormhole/magic-wormhole
-
File transfer solution on a high-latency link
Check out wormhole. It works on Linux, Windows and MacOS, keeps your data entirely on the private network and uses HTTP as the underlying transfer vehicle. Since HTTP isn't nearly as bothered by high latency (as compared to SMB or FTP), this is probably as fast as you will be able to transfer files on that high latency network.
- Ask HN: What are some unpopular technologies you wish people knew more about?
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Mar 2025
Stats
magic-wormhole/magic-wormhole is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of magic-wormhole is Python.