archiver VS fyne-cross

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
archiver fyne-cross
3 7
4,221 219
- 3.7%
5.2 3.9
10 days ago 3 days ago
Go Go
MIT License BSD 3-clause "New" or "Revised" License
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.

archiver

Posts with mentions or reviews of archiver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-07.
  • Ouch - simple compression and decompression for your terminal
    2 projects | /r/commandline | 7 Jan 2023
    archiver is also a very cool tool. I think its cli is somewhat similar to this.
  • folder to zip
    1 project | /r/golang | 24 Jan 2022
    https://github.com/mholt/archiver has a lot of helpers. Probably a good place to start.
  • Wormhole-gui 2.2.0 has been released
    4 projects | /r/golang | 15 Mar 2021
    The next major release, v2.2.0, is out now. Most notably, this release replaces mholt/archiver with a custom zip extractor for faster directory receives and smaller binaries, adds settings for controlling advanced wormhole client options and a lot of smaller bug fixes. This release also incorporates the initial support for building on Apple M1 computers (release binaries for that architecture are currently not available though).

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

What are some alternatives?

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

autoflags - Populate go command line app flags from config struct

Wails - Create beautiful applications using Go

afero - A FileSystem Abstraction System for Go

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

fx - A dependency injection based application framework for Go.

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

go-types - Golang types convertion library

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

vfs for golang - Virtual filesystem library written in golang

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

jobs - A persistent and flexible background jobs library for go.

wormhole-gui - Cross-platform application for easy encrypted file, folder, and text sharing between devices. [Moved to: https://github.com/Jacalz/rymdport]