genode VS qubes-app-linux-usb-proxy

Compare genode vs qubes-app-linux-usb-proxy and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
genode qubes-app-linux-usb-proxy
14 1
8 18
- -
0.0 5.3
7 days ago 6 days ago
C Python
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.

genode

Posts with mentions or reviews of genode. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-10.
  • Design, Implementation and Evaluation of the SeL4 Device Driver Framework [pdf]
    1 project | news.ycombinator.com | 9 Apr 2024
    seL4 foundation members[0] are using it.

    There's Genode[1], which supports it among other kernels, offering a fancy desktop environment.

    However, efforts like this driver framework do help. There's also Makatea[2], an effort to implement a stronger Qubes-like system based on seL4.

    0. https://sel4.systems/Foundation/Membership/

    1. https://genode.org/

    2. https://trustworthy.systems/projects/makatea/

  • eBPF Documentary
    7 projects | news.ycombinator.com | 10 Mar 2024
    > While this is true from a certain perspective, machine code creates a system which must grand access to many things to become usable. A shared file system is a good example of this. Some software could easily echo a line into you .profile that tries to launch a key-logger, and this works in many cases.

    That's common, but it's certainly not a requirement to run native code. For example, we've done a pretty good job at retroactively fixing that while preserving backwards compatibility with containers (I can, and have run normal official Firefox binaries inside a docker container with zero access to my real home directory) or sandboxes like flatpak (bubblewrap). If you want to run real native binaries but don't have to preserve backwards compatibility, then it gets easy; genode ( https://genode.org/ ) does a lovely job of truly practicing only giving programs what access you want to give them.

    > The expectation of software existing as opaque files creates a huge amount of work for the OS in verifying the exact behaviour of the software as it runs (and in ways which can often be circumvented), rather than a source-based approach in which malware is never allowed to touch the processor.

    I think you're overoptimistic regarding what you can do with the source code short of manual (human) auditing. I mean, sure there are things you can scan for to try and catch bad behavior, but in the case of actual malice I wouldn't trust automatic code analysis to protect me.

    >> I'm typing this on a nice comfy GNU/Linux box where the only blobs are some firmware

    > So you suffer the worst of both worlds then. You've had to download and compile the source yourself, but as the software is designed around being distributed as blobs, so you enjoy none of the benefits that might come from source distribution.

    I have no idea why you think either of those things? Depending on the distro I certainly can compile from source on my own box (ex. Gentoo, NixOS), but I can also use precompiled binaries (ex. Debian, NixOS) while still having it be trivial to go find the exact source that went in to the binary package I downloaded (this has gotten even stronger with Reproducibility efforts meaning that I can even verify the exact source and build config that created a specific binary). The actual application software and OS are available as Open Source code that can be audited, with binaries available as a convenience, and the only remaining blobs (unwelcome but impractical to fix so far) are firmware blobs with relatively constrained roles (and on machines with an IOMMU we can even enforce what access they have, which is a nice mitigation).

  • Showstopper: Nobody is writing new operating systems any more
    1 project | news.ycombinator.com | 10 Dec 2023
    Genode[1] is slowly approaching the point at which I can use it as a daily driver. I hope it makes it before Windows 10 goes away. It will be nice to never have to work about viruses, or spyware, etc., any more. It'll be like a trip back to the free spirited days of DOS and write protected floppy boot disks.

    [1] https://genode.org/

  • GNU/Hurd strikes back: How to use the legendary OS in a (somewhat) practical way
    4 projects | news.ycombinator.com | 7 Aug 2023
  • Ask HN: How to get into OS/systems programming in 2023?
    2 projects | news.ycombinator.com | 18 Apr 2023
    I'd dig into genode[1], which is a capability based operating system. You'll likely see an upsurge in interest in capability based systems in the next decade.

    [1] https://genode.org/

  • Linux Kernel Ksmbd Use-After-Free Remote Code Execution Vulnerability
    2 projects | news.ycombinator.com | 22 Dec 2022
    Yet another exploit that just wouldn't work on a well-designed system, such as Genode[0].

    0. https://genode.org/

  • the maddening truth of using Qubes
    10 projects | /r/linux | 30 Nov 2022
    Have you looked at Genode? I don't think it's usable day-to-day yet but the concepts seem interesting.
  • The Helios Microkernel: Written in Hare
    4 projects | news.ycombinator.com | 15 Jun 2022
  • We've started a RISC-V64 Microkernel OS Project called "Generisc". We're gonna redo eveything an OS is with the "end" goal of a fully fledged running web-browser. Anybody wanna come aboard. Support and ideas is enough. No need for coding if you don't have time, just interest and feedback is good
    2 projects | /r/microkernel | 10 Jun 2022
  • Anyone wanna join me in changing out the Linux kernel with seL4? Not running LFS inside a seL4 hypervisor, but actually a native seL4 OS.
    1 project | /r/LFS | 11 Mar 2022
    Maybe you should go into details a bit more what you are planning and why. There are (and have been) several approaches here. The most prominent might be Genode (https://www.reddit.com/r/genode, https://genode.org) and joining forces there might be a better approach than starting another project that will get lost in the details and complexity eventually.

qubes-app-linux-usb-proxy

Posts with mentions or reviews of qubes-app-linux-usb-proxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-30.
  • the maddening truth of using Qubes
    10 projects | /r/linux | 30 Nov 2022
    Regarding USB, yeah, the usb-proxy doesn't have support for all things. I think it comes down to stuff not implemented in Linux USBIP or USB support (I've had issues with some device controllers not actually implementing what they claim to implement).

What are some alternatives?

When comparing genode and qubes-app-linux-usb-proxy you can also consider the following projects:

madaidans-insecurities.github.io

qubes-mirage-firewall - A Mirage firewall VM for QubesOS

omnios-build - Build system for OmniOS

podman - Podman: A tool for managing OCI containers and pods.

Helios-NG - Breathing new live in Helios, an OS from the 90's

qubes-issues - The Qubes OS Project issue tracker

systemd-for-administrators - A systemd-Handbook written by Lennart Poettering

manjarno - Why you shouldn't use Manjaro

coreboot - Mirror of https://review.coreboot.org/coreboot.git. We don't handle Pull Requests.

netperf - Files associated with various network performance projects

scripts - various scripts and tools