hyperboot VS wormhole-gui

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

hyperboot

offline webapp bootloader (by substack)

wormhole-gui

Cross-platform application for easy encrypted file, folder, and text sharing between devices. [Moved to: https://github.com/Jacalz/rymdport] (by Jacalz)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
hyperboot wormhole-gui
1 28
391 585
- -
0.0 8.5
about 8 years ago about 2 years ago
JavaScript Go
GNU General Public License v3.0 or later 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.

hyperboot

Posts with mentions or reviews of hyperboot. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-19.
  • Wormhole-crypto: Streaming encryption based on Encrypted Content-Encoding
    6 projects | news.ycombinator.com | 19 Apr 2021
    > the other uses client-server cryptography pretending to be end-to-end

    This is misleading and false. Wormhole.app uses end-to-end encryption. It's factually incorrect to imply otherwise.

    To address the larger point – auditing a web app is indeed challenging with current web technologies. In the past, I experimented with a technique using App Cache to permanently cache a web app on first use [1]. Later, that technique was expanded into hyperboot [2] to give users the benefits of explicit, immutable versioning with control over upgrades using the html-version-spec while preserving the simplicity of passing around a URL.

    With the impending removal of AppCache from most browsers, the web is currently missing a way to "pin" a site to a specific version and only update it with user consent. Service Workers come close but they mandate a 24 hour maximum cache time before refetching from the server.

    We'd love to offer the usability benefits of web apps – you can give someone a URL and they can immediately load the app – with the security of installed apps – doesn't change without warning – once web standards catch up. This is something that I care deeply about.

    In the meantime, use magic-wormhole if you prefer a locally-installed command line tool and you're sending files to someone who understands the command line. Use Wormhole.app if you want usable end-to-end encryption, similar to what Firefox Send used to provide.

    [1]: https://github.com/feross/infinite-app-cache

    [2]: https://github.com/substack/hyperboot

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 hyperboot and wormhole-gui you can also consider the following projects:

webwormhole - Peer authenticated WebRTC.

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

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

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

wormhole-crypto - Streaming encryption for Wormhole.app, based on Encrypted Content-Encoding for HTTP (RFC 8188)

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

infinite-app-cache - Permanently cache a web app with html5 app cache

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

flathub - Issue tracker and new submissions

rage - A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.

flatpak_demo - A demo of a Fyne application packaged as a Flatpak.