OSX64 native version is fixed, tested on a Mac. Please try it if you interested. It should be executable now.
A little back story of WormHole, to give some light for what and why.
"Computing is starting with network" said one of my teacher back then. As an A500 user I hardly shared his statement at that time

He was quite right. In my defence, it was hard to see before the first public internet service.
Time has passed, so around me there is a LAN now with more and more Amigas are connected to it.
The main goal behind WormHole was to have something to quickly share files between my Amigas.
The features that all other solutions lacked:
- configless
- keep all the Amiga file attributes
- handle icons
That led me to bother with this.
And it worked for my Miggys. And even more when put WormHole to a temporary pc and drop some files to it without even log in to any network shares.
Useful to get those Amiga files which are uploaded to Amiga no-go sites.
As I am using Hollywood from ages it has had the side effect of being on many platforms.
Before it was ready, or before well-tested, I uploaded to my site to be handy. It waited there to reach a quality that might be worth sharing with others. This may never have happened.
At last, I am really glad that McFly found it and he, TJ and Maijestro took the time to make some nice video testing it. This kind interest encourages me to make it better.
Initially the speed was only a secondary option. But nobody seems to pay attention to TJ's warning about how dangerous a wormhole can be, just by dumping gigabytes large of files down it.

I checked it and found a design flaw that makes it slow with larger files.
The transfer is divided into small data packets with a header. Each packet is transmitted with an openconnection, closeconnection frame. I need to do some tweaking to avoid unnecessary open/close connections.
A nice feature should be the clipboard sharing which is suggested by PJS I think. Another one I'm thinking of is printing pdf files on a pc or mac thrown in from an Amiga.
My idea is that holding the mouse button over the window will bring up a menu to select the WormHole function. File transfer/Print/Display image/etc. Double click to share clipboard.
What do you think?