hermitux VS unik

Compare hermitux vs unik and see what are their differences.

unik

The Unikernel & MicroVM Compilation and Deployment Platform (by solo-io)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
hermitux unik
3 11
390 2,687
0.3% 0.4%
3.1 0.0
5 months ago about 1 year ago
C Go
- Apache License 2.0
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.

hermitux

Posts with mentions or reviews of hermitux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.
  • Linux as single app ?
    5 projects | /r/linuxquestions | 21 Aug 2022
    unikernels maybe. e.g. there is HermiTux
  • Ask HN: How are you using unikernels?
    8 projects | news.ycombinator.com | 27 May 2021
    The definition of what a unikernel is needs to be narrowed down, a lot of these projects in the space (not all the ones listed above) have material differences that are not clear:

    - some run only one language

    - some require recompilation

    - some essentially swap out libraries, others do something closer to dropping your already mostly static binary in a minimal disk image

    - some build pid1 processes, others VMs images

    Anyway, here are some additional entries in the space:

    - https://ssrg-vt.github.io/hermitux/

    - https://github.com/linuxkit/linuxkit (more embedded/minimal VM than unikernel)

    - https://nabla-containers.github.io/ (runs on Solo5)

    I am going through using Linuxkit to build AMIs for cloud providers now. I wouldn’t necessarily class linuxkit as a universal project because it doesn’t have the hallmark blurring of user and kernel space or kernel-as-a-library but you can customize the kernel so it’s an adjacent idea, and I think it’s the one most likely to be in actual use at non-hyperscalers.

  • All about thread-local storage
    1 project | news.ycombinator.com | 15 Feb 2021
    What do you think of this, then? https://github.com/ssrg-vt/hermitux/wiki/Fast-system-calls-i...

    I just had this in mind because skimmed it a few hours ago in the context of https://news.ycombinator.com/item?id=26142285

unik

Posts with mentions or reviews of unik. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-23.
  • Mirage – A programming framework for building type-safe, modular systems
    10 projects | news.ycombinator.com | 23 Nov 2023
    And on that note, I just found this list of UniKernel projects:

    http://unikernel.org/projects/

    I have especially had hopes for the UniK [1] project, as it was/is written in Go AFAIK. I see now it incorporates work from the Mirage project as well. Not sure what is the status of this project anymore though.

    [1] https://github.com/solo-io/unik

  • In Praise of Plan 9
    3 projects | news.ycombinator.com | 12 Nov 2022
  • A future without containers? ( thoughts )
    6 projects | /r/freebsd | 10 Nov 2022
    Wow, just now seeing this topic. I work for a cloud company hosted in AWS. We started out, Netflix/Spotify style microservices. We were all on ec2 images generate by packer (and later with AWS Image Factory). When Docker hit, we kicked the tires but never did anything with it beyond using it for running unit tests, and later, infrastructure tests. 5 years ago, during a hackathon, our little group began experimenting with Unikernels, or library operating systems. Interestingly enough, these Unikernels were all stripped down BSD kernels. OSv is FreeBSD based, and Rumprun is NetBSD based. Services running in EC2 on Unikernels would spin up and start sending and receiving traffic before the AWS EC2 healthchecks completed. They are blazing fast! Only problem in 2017, was the tooling. It would have taken too much effort to use Unikernals with our infrastructure. As soon as they start making Unikernels that can run Java bytecode like native code, the fate of containerization will be sealed, IMO. We could get basic JVM webservers running on OSv, but not Cassandra, not Kafka, not yet. OSv now runs on Firecracker, but I have not tried it out, yet. Some links if you are interested: OSv: https://osv.io Rumprun: https://github.com/rumpkernel/rumprun We used this tooling during the Hackathon, but doesn't look like it has been touched in 3 years: https://github.com/solo-io/unik Unikraft Unikernel Dev kit: https://unikraft.org/ And don't forget Firecracker running in Kubernetes https://www.weave.works/oss/firekube/ And of course, being a FreeBSD subreddit, let's not forget FreeBSD on Firecracker https://www.daemonology.net/blog/2022-10-18-FreeBSD-Firecracker.html
  • Ask HN: What’s the most secure OS for servers? Why?
    3 projects | news.ycombinator.com | 27 Feb 2022
  • A platform for automating unikernel & MicroVM compilation and deployment
    1 project | /r/golang | 19 Feb 2022
  • Is the madness ever going to end?
    11 projects | news.ycombinator.com | 11 Jan 2022
    Crazy idea that I'm sure isn't an original thought: instead of adapting the languages to deal with abstracting the idiosyncrasies of each OS, change the OSes to expose a universal API to make everything else lighter.

    I guess that's also kinda Docker or QEMU or V8, but also https://github.com/solo-io/unik if you think about it differently.

    In other words: hey, Lisp Machines were an excellent idea back then, but they still are. Maybe someday we'll have a V8 co-processor. More fun reading: https://lobste.rs/s/2poahh/what_i_could_not_undiscover_about

  • UniK – The Unikernel and MicroVM Compilation and Deployment Platform
    1 project | news.ycombinator.com | 3 Dec 2021
  • Ask HN: How are you using unikernels?
    8 projects | news.ycombinator.com | 27 May 2021
    The HN conversations around unikernels suggest that they're not ready for production yet [0] but feel free to set that record straight.

    In the meantime, a handful of organisations/individuals seem to be working on becoming "Docker for unikernels". That's probably an unfair description, but they're aiming to produce tools for building and managing unikernels: Unikraft [1], NanoVMs/Nanos [2], Unik [3]. Other orgs are producing unikernel-based OSs and VMs [4].

    What is your toolset for building and managing unikernels? What have you learned?

    Bonus question: is Unik dead? [5]

    [0] https://hn.algolia.com/?dateRange=all&page=0&prefix=true&query=unikernel&sort=byPopularity&type=story

    [1] https://unikraft.org/

    [2] https://github.com/nanovms/nanos

    [3] https://github.com/solo-io/unik/

    [4] http://unikernel.org/projects/

    [5] https://github.com/solo-io/unik/issues/172

  • Demystifying Open-Source Orchestration of Unikernels With Unik
    3 projects | dev.to | 16 Sep 2020
    UniK will compile and deploy its own 30 MB unikernel. This unikernel is the Unik Instance Listener. The Instance Listener uses udp broadcast to detect (the IP address) and bootstrap instances running on Virtualbox.

What are some alternatives?

When comparing hermitux and unik you can also consider the following projects:

unikraft - A next-generation cloud native kernel designed to unlock best-in-class performance, security primitives and efficiency savings.

linuxkit - A toolkit for building secure, portable and lean operating systems for containers

nanos - A kernel designed to run one and only one application in a virtualized environment

click - The Click modular router: fast modular packet processing and analysis

create-react-app-zero - All of Create React App, none of the dependencies

busybox - Docker Official Image packaging for Busybox

Telegram-web-z - Telegram Web Z, GPL v3

app-llama2-c - Llama 2 Everywhere (L2E)

rumprun - The Rumprun unikernel and toolchain for various platforms