Skip to content
forked from Jacalz/rymdport

Cross-platform application for easy encrypted file, folder, and text sharing between devices.

License

Notifications You must be signed in to change notification settings

AdamKorcz/rymdport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rymdport

Tests Analysis Go Report Card version

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.

Rymdport is built using the following Go modules:

The initial version was built in less than one day to show how quick and easy it is to use Fyne for developing applications.

Sponsoring

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.

Requirements

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.

Downloads

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:

Download on Flathub

The following distributions also have binary packages available through their respective package managers:

Packaging status

Building

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

Contributing

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.

Name

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".

License

  • Rymdport is licensed under GNU GENERAL PUBLIC LICENSE Version 3.

About

Cross-platform application for easy encrypted file, folder, and text sharing between devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.5%
  • Makefile 5.5%