<component type="desktop-application">
<id>io.github.jacalz.rymdport</id>
<name>Rymdport</name>
<summary>Fast, encrypted file transfers</summary>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>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.</p>
<p>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.</p>
</description>
<developer>
<name>Jacalz</name>
</developer>
<developer_name>Jacalz</developer_name>
<supports>
<control>pointing</control>
<control>keyboard</control>
</supports>
<pkgname>rymdport</pkgname>
<launchable type="desktop-id">io.github.jacalz.rymdport.desktop</launchable>
<icon type="cached" width="48" height="48">rymdport_io.github.jacalz.rymdport.png</icon>
<icon type="cached" width="64" height="64">rymdport_io.github.jacalz.rymdport.png</icon>
<icon type="cached" width="128" height="128">rymdport_io.github.jacalz.rymdport.png</icon>
<icon type="remote" width="128" height="128">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/icons/128x128/rymdport_io.github.jacalz.rymdport.png</icon>
<icon type="stock">io.github.jacalz.rymdport</icon>
<url type="homepage">https://rymdport.github.io/</url>
<url type="bugtracker">https://github.com/Jacalz/rymdport/issues</url>
<url type="faq">https://github.com/Jacalz/rymdport/wiki/FAQ</url>
<url type="help">https://github.com/Jacalz/rymdport/wiki</url>
<url type="donation">https://github.com/sponsors/Jacalz</url>
<url type="contact">https://github.com/Jacalz/rymdport/discussions</url>
<url type="vcs-browser">https://github.com/Jacalz/rymdport</url>
<url type="contribute">https://github.com/Jacalz/rymdport/blob/main/CONTRIBUTING.md</url>
<categories>
<category>Network</category>
<category>FileTransfer</category>
<category>P2P</category>
<category>Utility</category>
</categories>
<screenshots>
<screenshot type="default">
<caption>Sending content (light mode)</caption>
<image type="source" width="728" height="466">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/image-1_orig.png</image>
<image type="thumbnail" width="624" height="399">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/[email protected]</image>
<image type="thumbnail" width="224" height="143">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/[email protected]</image>
</screenshot>
<screenshot>
<caption>Sending content (dark mode)</caption>
<image type="source" width="728" height="466">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/image-2_orig.png</image>
<image type="thumbnail" width="624" height="399">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/[email protected]</image>
<image type="thumbnail" width="224" height="143">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/[email protected]</image>
</screenshot>
<screenshot>
<caption>Receiving content (light mode)</caption>
<image type="source" width="728" height="466">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/image-3_orig.png</image>
<image type="thumbnail" width="624" height="399">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/[email protected]</image>
<image type="thumbnail" width="224" height="143">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/[email protected]</image>
</screenshot>
<screenshot>
<caption>Receiving content (dark mode)</caption>
<image type="source" width="728" height="466">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/image-4_orig.png</image>
<image type="thumbnail" width="624" height="399">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/[email protected]</image>
<image type="thumbnail" width="224" height="143">io/github/jacalz.rymdport/6800ec6b9b3b57cbac10f8615edb3452/screenshots/[email protected]</image>
</screenshot>
</screenshots>
<keywords>
<keyword>magic-wormhole</keyword>
<keyword>send</keyword>
<keyword>receive</keyword>
<keyword>sharing</keyword>
<keyword>transfer</keyword>
<keyword>fyne</keyword>
</keywords>
<branding>
<color type="primary" scheme_preference="light">#2b6bf3</color>
<color type="primary" scheme_preference="dark">#3660b9</color>
</branding>
<releases>
<release type="stable" version="3.8.0" timestamp="1740182400">
<description>
<ul>
<li>The code validation of receives is now even faster than before.</li>
<li>A few bugs caught by fuzzing have been fixed in the code validation.</li>
<li>Multiple dependencies have been updated for various fixes and improvements.</li>
</ul>
</description>
<url>https://github.com/Jacalz/rymdport/releases/tag/v3.8.0</url>
</release>
<release type="stable" version="3.7.0" timestamp="1734652800">
<description>
<ul>
<li>The received text is now read-only.</li>
<li>Received items are now not shown until after the download starts.</li>
<li>Fixed a bug where the folder icon did not display until the receive completed.</li>
<li>Cleaned up and optimized various code paths.</li>
<li>Updated fyne to v2.5.3.</li>
<li>Updated many other dependencies for various fixes and improvements.</li>
</ul>
</description>
<url>https://github.com/Jacalz/rymdport/releases/tag/v3.7.0</url>
</release>
<release type="stable" version="3.6.0" timestamp="1713052800">
<description>
<ul>
<li>Added support to use custom codes when sending files and folders using drag and drop.</li>
<li>Added an option to save directory receives as a .zip file instead of automatically extracting.</li>
<li>Added options for more easily switching to Least Authority servers to communicate with Winden and Destiny clients.</li>
<li>Fixed an issue where deleting a sent or received item would not close the dialog.</li>
<li>Improved the rendering performance for long lists of sent and received items.</li>
<li>Use less CPU when dragging the options slider for selecting code components.</li>
<li>Improved performance and memory usage when clicking on sent and received items.</li>
<li>Using tab completion when writing the receive code is now much faster.</li>
<li>Receiving items now has less startup delay and has a bit less overall cpu usage.</li>
<li>The highest setting for generated receive code components is now bumped from 6 to 9.</li>
<li>Performance improvements to the code validation that runs when starting a receive.</li>
<li>Various dependencies were updated to newer versions.</li>
</ul>
</description>
<url>https://github.com/Jacalz/rymdport/releases/tag/v3.6.0</url>
</release>
<release type="stable" version="3.5.3" timestamp="1710720000">
<description>
<ul>
<li>Improvements to the icons, sceenshots and metadata to fix issues noted in Flathub review.</li>
<li>Updated the fyne dependency to v2.4.4 for bug fixes and big performance improvements.</li>
<li>Updated the compress dependency to v1.17.7 for slightly improved decompression performance for directory transfers.</li>
</ul>
</description>
<url>https://github.com/Jacalz/rymdport/releases/tag/v3.5.3</url>
</release>
</releases>
<content_rating type="oars-1.1"/>
</component>