fyne-cross VS wormhole-gui

Compare fyne-cross vs wormhole-gui and see what are their differences.

wormhole-gui

Cross-platform application for easy encrypted file, folder, and text sharing between devices. [Moved to: https://github.com/Jacalz/rymdport] (by Jacalz)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fyne-cross wormhole-gui
7 28
220 585
4.1% -
3.9 8.5
9 days ago about 2 years ago
Go Go
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fyne-cross

Posts with mentions or reviews of fyne-cross. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-02.
  • Making cross-platform software using Linux that also runs on BSD
    8 projects | /r/BSD | 2 Jun 2023
    Using https://github.com/fyne-io/fyne-cross makes it super simple to cross compile to other systems and architectures as well.
  • Use of Docker with Fyne Framework and Go
    1 project | /r/docker | 17 Apr 2023
    There may also be some hints in the Docker config that fyne-cross uses for compilation? https://github.com/fyne-io/fyne-cross
  • TNRIS Bulk Downloader
    2 projects | /r/gis | 19 Feb 2023
    The setup should be pretty straight forward, you just need Go and Docker (as per the docs https://github.com/fyne-io/fyne-cross) after that you compile the downloader and it makes an app you can install like a normal native app.
  • Writing GUI apps in Go
    13 projects | /r/golang | 21 May 2022
    I would personally say that the best option at the moment is Fyne (https://github.com/fyne-io/fyne). It provides a very easy to use interface with easy portability and cross-platform support. All applications can easily be cross-compiled using https://github.com/fyne-io/fyne-cross and a lot of developer information exists on https://developer.fyne.io/.
  • Is Fyne a good GUI Library?
    2 projects | /r/golang | 6 Apr 2022
    I think it’s the best for Go because it manages to bring a very easy to use API and still allow for a lot of flexibility. Your app will run on all major desktop operating systems (even NetBSD and OpenBSD with the upcoming release) but also on mobiles. It doesn’t suffer from the same issues that bindings to C-libraries (like GTK and Qt) have and is also super easy to cross-compile using https://github.com/fyne-io/fyne-cross.
  • Fyne vs Qt for Golang?
    2 projects | /r/golang | 5 Jun 2021
    Fyne is much better when it comes to cross-compiling that GTK+3 will ever be. The GTK+3 binaries are not statically linked and thus needs a lot more GTK+3 dependencies installed on the target system compared to Fyne which basically needs nothing (just a GPU driver, but you’re not very good off without one either way). Fyne also allow you to cross-compile using https://github.com/fyne-io/fyne-cross with ease, taking care of all of the heavy lifting.
  • Wormhole-gui 2.2.0 has been released
    4 projects | /r/golang | 15 Mar 2021
    Yes. Fyne-cross has support for building for the Android target. https://github.com/fyne-io/fyne-cross

wormhole-gui

Posts with mentions or reviews of wormhole-gui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-01.
  • What are your "need to have apps" on Fedora? Top5 / Top10?
    2 projects | /r/Fedora | 1 Mar 2022
    I’d say wormhole-gui (https://github.com/Jacalz/wormhole-gui), but I might be a bit biased :)
  • Computers as I used to love them
    6 projects | news.ycombinator.com | 7 Jan 2022
    > No, seriously. It’s so simple I thought I missed something. But no. After you run that binary, you have a fully operational node of Syncthing. It’s ready to sync with any other Syncthing node, no other setup necessary. There’s no installers, no package management (but there are packages if you want to), no registration, no email, no logins, no password creation, no 2FA, no consents, no user agreements.

    The most similar experience I had to this in recent years was using a program called wormhole for peer to peer file transfer: https://github.com/Jacalz/wormhole-gui

    It was refreshing in a similar way; I download and open up the program, a friend does the same, and we can send files to each other, with a code genereated from the program. None of all this accounts stuff.

    (For what it's worth, file sending has a similar issue as backup/sync that the author described -- most modern services are some centralized/cloud form, as opposed to the old days of ICQ/AIM/etc. where you could actually establish a direct connection to a friend and send files.)

  • Initial work packaging Fyne apps as Flatpaks on Linux
    1 project | /r/golang | 9 Sep 2021
  • Error when trying to build wormhole-gui as flatpak
    7 projects | /r/flatpak | 9 Sep 2021
    Any reason for not just using the go mod vendor support? That was what I have planned to use in the future. Actually managed to get a working Flatpak. Could do with some tweaking, but it is generally working now :) https://github.com/Jacalz/wormhole-gui/issues/23
  • Wormhole-GUI v2.3.0 is released
    3 projects | news.ycombinator.com | 11 Aug 2021
  • GPG-Tui, a Terminal User Interface for GnuPG
    7 projects | news.ycombinator.com | 29 May 2021
    TLDR at the bottom.

    It seems the answer is Brian Warner's magic-wormhole. You're gonna see lots of file transfer sites with wormhole in their name, but if you want security you should use the original one, which is BW's m-w.

    It is implemented in Python [1], so it's hard to install.

    So someone made a Go version of it [2] that has binaries for windows, Mac, Linux, BSD etc. But it's command line so maybe not suitable for lay people.

    So another person made a GUI for it that also has binaries for all OS [3].

    Also there is an android app [4]. Someone needs to implement an iOS one.

    [1] https://github.com/magic-wormhole/magic-wormhole/

    [2] https://github.com/psanford/wormhole-william/

    [3] https://github.com/Jacalz/wormhole-gui/

    [4] https://github.com/psanford/wormhole-william-mobile/

    TLDR: ask them to install [5] and [6].

    [5] https://github.com/Jacalz/wormhole-gui/releases/

    (click on 'Assets' under 'Latest release' and download the zip or tar.gz for your OS)

    [6] https://play.google.com/store/apps/details?id=io.sanford.wor...

    Try it, it's usage is cute and really feels like magic.

  • Magic-Wormhole: Get Things from One Computer to Another, Safely
    3 projects | news.ycombinator.com | 24 May 2021
  • Why Decentralised Applications Don’t Work
    6 projects | news.ycombinator.com | 23 May 2021
  • I HATE NITRO I HATE NITRO
    1 project | /r/sbubby | 14 May 2021
    It seems like there’s already a GUI version. If you still want to make your own, go for it, but I figured I’d mention this in case you hadn’t seen it.
  • General update: Screenshot
    2 projects | /r/Picocrypt | 22 Apr 2021

What are some alternatives?

When comparing fyne-cross and wormhole-gui you can also consider the following projects:

Wails - Create beautiful applications using Go

croc - Easily and securely send things from one computer to another :crocodile: :package:

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

magic-wormhole - get things from one computer to another, safely

gio - Mirror of the Gio main repository (https://git.sr.ht/~eliasnaur/gio)

flatpak-builder-tools - Various helper tools for flatpak-builder

ecnotes-go - Multi-platform gui app to store and manage encrypted notes. It can be used to store sensitive information such as passwords and crypto keys

wormhole-william-mobile - End-to-end encrypted file transfer for Android and iOS. A Magic Wormhole Mobile client.

trayscale - An unofficial GUI wrapper around the Tailscale CLI client.

wormhole-william - End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).

Lean and Mean Docker containers - Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

flathub - Issue tracker and new submissions