Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jacalz/rymdport
Cross-platform application for easy encrypted file, folder, and text sharing between devices.
https://github.com/Jacalz/rymdport
cross-platform fyne go gui hacktoberfest magic-wormhole
Last synced: 3 months ago
JSON representation
Cross-platform application for easy encrypted file, folder, and text sharing between devices.
- Host: GitHub
- URL: https://github.com/Jacalz/rymdport
- Owner: Jacalz
- License: gpl-3.0
- Created: 2020-06-23T08:37:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T13:31:29.000Z (7 months ago)
- Last Synced: 2024-05-02T06:05:08.607Z (6 months ago)
- Topics: cross-platform, fyne, go, gui, hacktoberfest, magic-wormhole
- Language: Go
- Homepage: https://rymdport.github.io/
- Size: 1.85 MB
- Stars: 1,019
- Watchers: 10
- Forks: 53
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/Jacalz/rymdport - Cross-platform file sharing between devices (Jump To / Useful)
- my-awesome-github-stars - Jacalz/rymdport - Cross-platform application for easy encrypted file, folder, and text sharing between devices. (Go)
README
# Rymdport
[![Tests](https://github.com/Jacalz/rymdport/actions/workflows/tests.yml/badge.svg)](https://github.com/Jacalz/rymdport/actions/workflows/tests.yml)
[![Analysis](https://github.com/Jacalz/rymdport/actions/workflows/analysis.yml/badge.svg?branch=main)](https://github.com/Jacalz/rymdport/actions/workflows/analysis.yml)
![Downloads](https://img.shields.io/github/downloads/jacalz/rymdport/total)
[![Go Report Card](https://goreportcard.com/badge/github.com/Jacalz/rymdport/v3)](https://goreportcard.com/report/github.com/Jacalz/rymdport/v3)
[![version](https://img.shields.io/github/v/tag/Jacalz/rymdport?label=version)](https://github.com/Jacalz/rymdport/releases/latest)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](https://github.com/magic-wormhole/magic-wormhole). This means that Rymdport can talk not only to itself, but also to [other wormhole clients](https://github.com/Jacalz/rymdport/wiki/Supported-clients).The transfers are implemented using [wormhole-william](https://github.com/psanford/wormhole-william), a native [Go](https://go.dev/) implementation of magic-wormhole. As a result, Rymdport compiles into a single native binary with no runtime dependencies while also outperforming the reference implementation of magic-wormhole.
## Downloads
Please visit the [release page](https://github.com/Jacalz/rymdport/releases) to download the latest release.
Pre-built binaries are available for FreeBSD, Linux, macOS (`x86-64` and `arm64`) and Windows (`x86-64`).### Packages in repositories
For Linux users, Rymdport is also avaliable as a Flatpak on [Flathub](https://flathub.org/apps/details/io.github.jacalz.rymdport):
The following distributions also have binary packages available through their respective package managers:
[![Packaging status](https://repology.org/badge/vertical-allrepos/rymdport.svg)](https://repology.org/project/rymdport/versions)
For more information on how to build Rymdport for a distribution package, see [PACKAGING.md](PACKAGING.md).
### Running on macOS arm64 (M1/M2)
Binaries that are not signed with an official Apple certificate and downloaded from the web are put into quarantine by macOS (Apple computers with Intel CPUs do not exhibit this behavior). To solve this, you need to remove the quarantine attribute from the application (replacing `` with the application path):
```
xattr -r -d com.apple.quarantine
```If this does not work, the `amd64` binaries work fine through Rosetta.
## Requirements
Rymdport compiles into a statically linked binary with no explicit runtime dependencies.
Compiling requires a [Go](https://go.dev) compiler (version 1.19 or later) and the [prerequisites for Fyne](https://developer.fyne.io/started/).For more information, see the [Requirements]([https://github.com/Jacalz/rymdport/wiki/E](https://github.com/Jacalz/rymdport/wiki/Requirements)) page in the [Rymdport Wiki](https://github.com/Jacalz/rymdport/wiki).
## Building
Systems with the compile-time requirements satisfied can build the project using `go build` in the project root:
```bash
go build
```Compilation and installation can also be performed using GNU Make (installing this way is only supported on Linux and BSD):
```bash
make
sudo make install
```For more information, see the [Compiling](https://github.com/Jacalz/rymdport/wiki/Compiling) page in the [Rymdport Wiki](https://github.com/Jacalz/rymdport/wiki).
## Our Sponsors
We are grateful for the support received by the following organizations:
### 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](https://github.com/sponsors/Jacalz). 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.
## 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 with.
## Name
The word "rymdport" (pronounced `[rym:dpor‿t:]`) 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` and will forever continue to be open source.