LeanQt VS zfsbootmenu

Compare LeanQt vs zfsbootmenu and see what are their differences.

LeanQt

LeanQt is a stripped-down Qt version easy to build from source and to integrate with an application. (by rochus-keller)
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
LeanQt zfsbootmenu
42 161
558 763
- 2.4%
2.9 9.2
about 1 month ago 6 days ago
C++ Shell
GNU General Public License v3.0 or later MIT 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.

LeanQt

Posts with mentions or reviews of LeanQt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-19.
  • Ask HN: Do you stay away from Contributor Licence Agreements?
    2 projects | news.ycombinator.com | 19 Jan 2024
    > Then do you (developers on HN) stay away from CLAs?

    Depends on the CLA, but generally I do stay away. E.g. I never checked in anything to the official Qt repository because I don't agree the the CLA by QTC. Instead I finally made my own fork and call it LeanQt and LeanCreator (see https://github.com/rochus-keller/leanqt/ and https://github.com/rochus-keller/leancreator/).

    The "weird licence which is basically a modified version of the MIT licence but with a clause that prevents competitive usage" is likely not even recognized as a true "open source" license.

    > would it be possible to relicense a fork of Polaris to MIT (removing the Shopify clause?)

    Likely not, because only the IP owner can determine who can do what with their IP under what license. If you use the software of an IP owner under a specific licence, you usually don't have the rights to re-license their work, even if you modified it.

  • Is Qt6 a good move?
    1 project | /r/QtFramework | 7 Oct 2023
    My response to this question was https://github.com/rochus-keller/LeanQt, but I'm not using QML nor xmlpatterns.
  • Adventures in Debian's Qt Land
    5 projects | news.ycombinator.com | 9 Jun 2023
    I made myself independent of the adventures in Qt Land by switching to https://github.com/rochus-keller/LeanQt.
  • Qt 5.15 Standard Support for Legacy License Holders Ends Today
    1 project | news.ycombinator.com | 26 May 2023
    https://github.com/rochus-keller/LeanQt

    A minimum and easy to build fork of QT

  • I found Qt6 is so heavy to learn, can I just use it just like Qt4?
    1 project | /r/QtFramework | 21 May 2023
    If you (like me) don't need all that stuff and are not up to the latest craze, have a look at LeanQt (https://github.com/rochus-keller/LeanQt).
  • Alternative widgets framework in qt?
    1 project | /r/QtFramework | 21 Jan 2023
    Right. In the Gui module you have everything you need for this: platform independent windows and events, 2D bitmap and vector graphics, fonts and even rich text handling. Unfortunately there are some dependencies in Qt Gui to Qt Widgets, but if you use e.g. https://github.com/rochus-keller/leanqt/ instead of original Qt these are resolved. So with this you can implement your own widget toolkit on top of the Gui module if you want, and still benefit from the very powerful platform independent foundations of Qt.
  • Using Qt 6 under LGPLv3
    2 projects | news.ycombinator.com | 7 Jan 2023
    > Qt for MCU [..] seems like a big advantage over Qt LGPL-3.0. I have my doubts. MCUs powerful enough to run Qt GUIs smoothly are more expensive than, say, an i.MX6ULL with a Cortex-A7 application processor and Linux. It’s a lot easier to find developers for an embedded Linux system ...

    This is a very convincing argument. A Linux embedded system is also more flexible and the degree of code reusability is usually higher.

    > Shall we use Qt LGPL-3.0 or Qt Commercial?

    LeanQt (https://github.com/rochus-keller/leanqt/) is still available under LGPL v2.1. I will not switch to Qt 6 with my projects.

  • LeanQt – Widgets are here, in time for the holidays
    1 project | news.ycombinator.com | 17 Dec 2022
  • Show HN: LeanQt Widgets, item and graphic views – GUI feature complete
    1 project | news.ycombinator.com | 16 Dec 2022
  • LeanQt: Widgets are ready - in time for the holidays
    1 project | /r/opensource | 16 Dec 2022

zfsbootmenu

Posts with mentions or reviews of zfsbootmenu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-01.
  • Bash Debugging
    7 projects | news.ycombinator.com | 1 Mar 2024
    We use a couple nice home-grown functions in ZFSBootMenu to help debug things. We have a zdebug logging function that's peppered liberally throughout the code base - https://github.com/zbm-dev/zfsbootmenu/blob/master/zfsbootme...

    Hitting ctrl-t on our main menu will, when booting with debug logging enabled, show a screen like this: https://imgur.com/Ge75zkP

    We also have a flamegraph profiling mechanism that can be enabled with https://github.com/zbm-dev/zfsbootmenu/blob/master/zfsbootme... . That will dump data to a serial port, which when re-assembled, can be used to produce a graph like https://raw.githubusercontent.com/zbm-dev/zfsbootmenu/master...

    Bash is suprisingly flexible.

  • Pure Bash Bible
    13 projects | news.ycombinator.com | 8 Aug 2023
    A lot of what's in the Pure Bash Bible is horrifically slow. Many of those things are substantially faster, even when paying the cost of starting a new process, when you use an external and commonly available tool. I wrote a bash performance profiler that outputs data in a format that flamegraph.pl recognizes - it really helped identify where we could improve the performance of ZFSBootMenu.

    https://github.com/zbm-dev/zfsbootmenu/releases/tag/v1.12.0

    Don't fall in the trap of thinking things have to be written entirely in bash; it's okay to use other tools to help fill in the gaps.

  • Some preinstalled options/defaults suggestion
    1 project | /r/openSUSE | 24 Jun 2023
    If instead of "opensuse" you're asking for bootloader as grub can't boot from zfs, then, like i metnioned, i don't use grub2, i uninstalled it, instead i'm using https://github.com/zbm-dev/zfsbootmenu
  • ZFSBootMenu how to increase font resolution?
    1 project | /r/zfs | 11 Jun 2023
    I thought the following was supposed to fix this issue: https://github.com/zbm-dev/zfsbootmenu/commit/84da18e64ebcc0c483e7b2c7d3972f7d91784e63
  • How do I configure the refind.conf and refind_linux.conf (and or config.yaml (for ZFSBootMenu)) files properly when installing Arch Linux with ZFS Native Encryption?
    4 projects | /r/zfs | 29 May 2023
    All release assets, including EFI executables and kernel/initramfs pairs, are signed with signify, which provides a simple method for verifying that the contents of the file are as this project intended. Once you've installed signify (that's left as an exercise, although Void Linux provides the signify package for this purpose), just download the desired assets from the ZFSBootMenu release page, download the file sha256.sig alongside it, and run:
  • How to keep Ubuntu from creating a dozen /var subdirectories?
    2 projects | /r/zfs | 8 May 2023
    I think the consensus is that you probably shouldn't be installing a ZFS on root using the native installer anymore. They aren't really maintaining the packages that make that work. Instead the suggestion is to go the zfsbootmenu route of installing.
  • Cloned my root dataset and now it won't boot because NTP daemon can't reach time servers
    1 project | /r/zfs | 5 May 2023
    Glad to hear that everything is working for you! I've opened a PR that adds a warning about this condition - it should likely make it into 2.2.0.
  • Ubuntu 23.04 Desktop's New Installer Set To Ship Without OpenZFS Install Support
    5 projects | /r/zfs | 17 Apr 2023
    You can install following instructions at https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/Debian%20Bullseye%20Root%20on%20ZFS.html which I've automated with https://github.com/HankB/Linux_ZFS_Root/tree/master/Debian. For scripting, you should also look at https://github.com/zbm-dev/zfsbootmenu. I'd probably go that way if I were starting from scratch.
  • Void Linux and root-on-ZFS question
    2 projects | /r/voidlinux | 16 Apr 2023
    ZBM provides an amazingly useful script in it's wiki here. This runs when a new kernel is updated by xbps and it snapshots your system before the kernel is installed. This creates a boot environment, and via the magic of ZFS boot environments, allows you to rollback any kernel update to a known, working configuration.
  • When root on ZFS breaks on Arch Linux
    5 projects | news.ycombinator.com | 26 Mar 2023
    * https://docs.oracle.com/cd/E86824_01/html/E54764/beadm-1m.ht...

    > A ZFS boot environment is a bootable clone of the datasets needed to boot the operating system. Creating a BE before performing an upgrade provides a low-cost safeguard: if there is a problem with the update, the system can be rebooted back to the point in time before the upgrade.

    * https://klarasystems.com/articles/managing-boot-environments...

    Or perhaps:

    > In essence, ZFSBootMenu is a small, self-contained Linux system that knows how to find other Linux kernels and initramfs images within ZFS filesystems. When a suitable kernel and initramfs are identified (either through an automatic process or direct user selection), ZFSBootMenu launches that kernel using the kexec command.

    * https://github.com/zbm-dev/zfsbootmenu

What are some alternatives?

When comparing LeanQt and zfsbootmenu you can also consider the following projects:

wa-tunnel - Tunneling Internet traffic over Whatsapp

root-on-zfs-systemdboot - Dual-boot Root-on-ZFS config for Debian w/ systemd-boot

nle - The NetHack Learning Environment

archiso-zfs - Easily load ZFS kernel module on any Archiso.

slint - Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.

ramroot - Load root file system to ram during boot.

NAF - NMR Application Framework

dracut - dracut the event driven initramfs infrastructure

crowd-jpeg

zectl - ZFS Boot Environment manager for Linux

imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

nonguix