Rymdport (formerly wormhole-gui) is a cross-platform application that lets you easily and safely share files, folders, and text between devices. The data is sent securely with end-to-end encryption using the same protocol as magic-wormhole. This means that Rymdport can talk not only to itself, but also to other wormhole clients.
The transfers are implemented using wormhole-william, a native Go implementation of magic-wormhole. As a result, Rymdport compiles into a native binary with no runtime dependencies while also outperforming the reference implementation of magic-wormhole.
- fyne (version 2.2.1)
- wormhole-william (version 1.0.6)
- compress (version 1.15.8)
The initial version was built in less than one day to show how quick and easy it is to use Fyne for developing applications.
Rymdport is an open source project that is provided free of charge, and that will continue to be the case forever. If you use this project and appreciate the work being put into it, please consider supporting its development through GitHub Sponsors. This is in no way a requirement, but would be greatly appreciated and would allow for even more improvements to come further down the road.
Rymdport compiles into a statically linked binary with no explicit runtime dependencies. Compiling requires a Go compiler (with 1.16 or later officially supported) and the prerequisites for Fyne.
Please visit the release page to download the latest release.
Pre-built binaries are available for FreeBSD, Linux, macOS (x86-64
and arm64
) and Windows (x86-64
).
For Linux users, Rymdport is also avaliable as a Flatpak on Flathub:
The following distributions also have binary packages available through their respective package managers:
Systems with the compile-time requirements satisfied can build the project using go build
in the project root:
go build
The project is available in the Fyne Apps Listing and can be installed either using the fyne get
command or using the Fyne Apps Installer.
Installation can also be performed using GNU Make (installing this way is currently only supported on Linux and BSD):
make
sudo make install
Contributions are strongly appreciated. Everything from creating bug reports to contributing code will help the project a lot, so please feel free to help in any way, shape, or form that you feel comfortable doing.
The word "rymdport" comes from the Swedish language and means "space gate". As a wormhole is a kind of gateway through space, it became the new name after "wormhole-gui".
- Rymdport is licensed under
GNU GENERAL PUBLIC LICENSE Version 3
.