minix VS serenity

Compare minix vs serenity and see what are their differences.

minix

Official MINIX sources - Automatically replicated from gerrit.minix3.org (by Stichting-MINIX-Research-Foundation)
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
minix serenity
11 240
2,829 28,888
1.5% 2.0%
0.0 10.0
about 2 months ago 6 days ago
C C++
GNU General Public License v3.0 or later BSD 2-clause "Simplified" 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.

minix

Posts with mentions or reviews of minix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-24.
  • Minix development has been abandoned, with no updates in almost 5 years
    4 projects | news.ycombinator.com | 24 May 2023
    The pull requests list is better than the issues list.

    This non-bug asks for a video on how to use OpenSSH:

    * https://github.com/Stichting-MINIX-Research-Foundation/minix...

    This one was fixed in 2017:

    * https://github.com/Stichting-MINIX-Research-Foundation/minix...

    This non-bug asks for where to start when learning:

    * https://github.com/Stichting-MINIX-Research-Foundation/minix...

    I've gone through quite a few of these at random, for this and another comment on this page, and this one is the first one that is even close to an outstanding bug, and it's only open because the pull request that fixed the problem back in 2020 hasn't been merged yet.

    * https://github.com/Stichting-MINIX-Research-Foundation/minix...

  • Minix from Scratch
    7 projects | news.ycombinator.com | 23 Feb 2023
    The original is forever frozen in time as a memorial to Terry’s genius, but there is an (at least somewhat) actively maintained fork, which has added features of which Terry himself would not have approved - https://github.com/Zeal-Operating-System/ZealOS is the main one, which was last updated only a couple of months ago; Minix’s last commit appears to have been in 2018 - https://github.com/Stichting-MINIX-Research-Foundation/minix

    But maybe that’s the answer for MINIX too - maybe one of the people who have authored all those unreviewed PRs might start a community-based fork. If all the activity moves to the fork, there is a chance the originators might officially bless it

  • MINIX From Scratch: Making it easy to run and compile MINIX
    2 projects | /r/osdev | 20 Feb 2023
    If I’m looking correctly , your repository repo only includes this part of the minix repo and not the other tools, correct?
  • Any good resources on making a C implementation of the Unix ls command?
    5 projects | /r/C_Programming | 1 Nov 2022
    MINIX: https://github.com/Stichting-MINIX-Research-Foundation/minix/blob/master/bin/ls/ls.c
  • Some remotely exploitable Linux kernel WiFi vulnerabilities
    4 projects | news.ycombinator.com | 14 Oct 2022
    > Be the change you want to see in the world.

    I have made dozens of commits to MINIX3, including a brand-new ISO 9660 file system implementation (https://github.com/Stichting-MINIX-Research-Foundation/minix...).

    I have made more than a hundred commits to SerenityOS (https://github.com/SerenityOS/serenity/commits?author=boricj).

    Just because I deplore the general state of security in mainstream operating systems doesn't mean that I demand that someone else does something about it for free.

    I'm not paid to fix security bugs in the Linux kernel, do you expect me to fix these myself for free just because you want to? No one is entitled to my own free time spent hacking on random stuff.

  • When will MINIX 4 came out?
    1 project | /r/unix | 3 Oct 2022
    Not a lot of activity on the github. Minix
  • 30 years ago....on this day.....this is how Linux started. Rest is history! Happy bday #linux
    1 project | /r/linux | 28 Aug 2021
    It is practically abandoned, since at least 2017. The minix3 group is somewhat active, but it is mostly from students asking questions. The git repo is still up, and there is a GitHub with slow, but not stopped activity.
  • Ask HN: Is Minix dead? No commits since 2018
    1 project | /r/hackernews | 13 Mar 2021

serenity

Posts with mentions or reviews of serenity. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-09.
  • Why does part of the Windows 98 Setup program look older than the rest?
    5 projects | news.ycombinator.com | 9 Apr 2024
    SerenityOS replicates that look and feel. It is also implemented in a dialect of C++ that adheres to some of the good parts of C++98: https://serenityos.org
  • SerenityOS
    1 project | news.ycombinator.com | 3 Apr 2024
  • XZ: A Microcosm of the interactions in Open Source projects
    7 projects | news.ycombinator.com | 30 Mar 2024
    One example of a useful technique

    https://serenityos.org/ apparently only makes source code available. There are no binary images of the OS to install

    I think Andreas said this functions like a little test -- if you're not willing to build it from source, then you probably wouldn't be a good contributor anyway.

    ---

    Likewise, my shell project provides source tarballs only, right now - https://www.oilshell.org/release/0.21.0/

    It is packaged in a number of places, which I appreciate. That means some other people are willing to do some work.

    And they provide good feedback.

    I would like it to be more widely available, but yeah I definitely see that you need to "gate" peanut gallery feedback a bit, because it takes up a lot of time.

    Of course, it's a tricky balance, because you also want feedback from casual users, to make the project better.

  • Fuzzing Ladybird with tools from Google Project Zero
    2 projects | news.ycombinator.com | 16 Mar 2024
    Indeed, given the existence of `JS::NonnullGCPtr`, `JS::GcPtr` intentionally corresponds to a nullable pointer, so it seems dangerous to convert one to a reference without a null-check.

    That said, a naive code search finds what *may* be more cases of this pattern:

    https://github.com/search?q=repo%3ASerenityOS%2Fserenity+%2F...

    Eg: https://github.com/SerenityOS/serenity/blob/a68b134e6dea5065... -> https://github.com/SerenityOS/serenity/blob/a68b134e6dea5065...

    In some of those search results, it is fine because there is a preceding null-check, and obviously I know nothing about this code other than this naive search result, but perhaps it would be prudent to vet all of them.

  • The Ladybird Browser Project
    8 projects | news.ycombinator.com | 6 Feb 2024
    It is a SerenityOS project. You can find the answer to that question in their primary project's FAQ[1].

    1. https://github.com/SerenityOS/serenity/blob/master/Documenta...

  • Sane C++ Libraries
    7 projects | news.ycombinator.com | 27 Jan 2024
    https://github.com/SerenityOS/serenity

    The best way to write proper exception free C++ is not to use the C++ Standard Library.

  • Serenum: OS from scratch to save computers [video]
    1 project | news.ycombinator.com | 16 Jan 2024
    I initially confused it with Serenity OS prior to watching the video: https://github.com/SerenityOS/serenity
  • Ask HN: What side projects landed you a job?
    62 projects | news.ycombinator.com | 3 Dec 2023
    My contributions to SerenityOS[0] helped me get my current job. My team lead (who was also my interviewer) was interested in what I did since I listed some of it in my CV, and I showed him some PRs I made and explained what went into each of them. It was really exciting because I didn't have professional experience with low-level development, and basically got the job due to hobby programming.

    [0]: https://github.com/SerenityOS/serenity/pulls?q=is%3Apr+autho...

  • SerenityOS – a love letter to '90s user interfaces with a custom Unix-like core
    1 project | news.ycombinator.com | 30 Nov 2023
  • Bring garbage collected programming languages efficiently to WebAssembly
    16 projects | news.ycombinator.com | 3 Nov 2023
    Definitely not "literally impossible", just a great deal of work. https://github.com/SerenityOS/serenity/tree/master/Ladybird

What are some alternatives?

When comparing minix and serenity you can also consider the following projects:

busybox - BusyBox mirror

Chicago95 - A rendition of everyone's favorite 1995 Microsoft operating system for Linux.

src - Automatic conversion of the NetBSD src CVS module, use with care. Please submit bugs/changes via https://gnats.netbsd.org

rust-raspberrypi-OS-tutorials - :books: Learn to write an embedded OS in Rust :crab:

ZealOS - The Zeal Operating System is a modernized fork of the 64-bit Temple Operating System, TempleOS.

haiku - The Haiku operating system. (Pull requests will be ignored; patches may be sent to https://review.haiku-os.org).

xv6-riscv-rust

linux - Linux kernel source tree

freebsd-src - The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests....

reactos - A free Windows-compatible Operating System

minixfromscratch - Development and compilation setup for the book versions of MINIX (2.0.0 and 3.1.0) on QEMU

redox - Mirror of https://gitlab.redox-os.org/redox-os/redox