serenity VS reactos

Compare serenity vs reactos and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
serenity reactos
240 150
28,555 14,040
2.9% 1.5%
10.0 9.9
about 11 hours ago about 9 hours ago
C++ C
BSD 2-clause "Simplified" License 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.

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

reactos

Posts with mentions or reviews of reactos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-19.
  • Questioning "The Value of Open Source Software"
    1 project | news.ycombinator.com | 12 Feb 2024
    https://reactos.org/ implement some of the windows API
  • Saving Linux
    2 projects | news.ycombinator.com | 19 Jan 2024
  • Windows 10 end of life could prompt torrent of e-waste
    3 projects | news.ycombinator.com | 21 Dec 2023
    You can use Rufus: https://rufus.ie/en/

    To modify the ISO to turn off hardware check and TPM support for Windows 11 to install it on an unsupported PC.

    https://github.com/pbatard/rufus/wiki/FAQ#user-content-Help_...

    Besides Linux and BSD Unix there is: https://reactos.org/ https://aros.sourceforge.io/ https://www.haiku-os.org/ and https://www.arcanoae.com/arcaos/

    I know some third-world nations still use DOS and the BORLAND DOS compilers because people donate old computers to their nations.

    With the right OS, old computers are still usable. Please don't throw them away, e-cycle them so they get used by poor nations that cannot afford new PCs.

  • A balance between lightweight and user friendly
    1 project | /r/linux4noobs | 11 Dec 2023
  • Microsoft Will Eventually Start Charging You for Windows 10 Security Updates
    3 projects | news.ycombinator.com | 6 Dec 2023
  • BREAKING NEWS: Registry healing and validation checks work by George Bisoc has just been merged into main tree!
    1 project | /r/reactos | 22 Nov 2023
  • ReactOS Newsletter 103 – Late 2023 News
    1 project | news.ycombinator.com | 5 Nov 2023
    ReactOS is sometimes very disappointing. Take the issue with toolbar icons, for example. Toolbar icons in at least Office 97, Office 2000 and Visual Basic 6 were affected, as was some game [0]. Microsoft Office is a complex Win32 application, making it a good guinea pig for testing compatibility. And yet, this was fixed a few months ago, and the Office bug was reported in 2016 [1]. The bug with no text wrapping for tray balloons is also an embarrassing thing to have lingering for years (I assume it was like this since the balloons were first implemented in ReactOS).

    Does the world really need a buggy Windows Server 2003 reimplementation? I think the efforts of the development team could be better spent elsewhere.

    [0]: https://github.com/reactos/reactos/pull/5227

    [1]: https://jira.reactos.org/browse/CORE-12377

  • Microsoft Edge is starting to annoy me big time
    2 projects | news.ycombinator.com | 3 Sep 2023
    Anyone tried ReactOS recently? Supposed to be a clean-room FOSS Windows NT compatible OS.

    https://reactos.org/

    It's still on my TODO. Mostly cause my parents want XP back.

  • Windows 9x and Word 9x at 800x600 resolution. Spacious. Comfy
    3 projects | news.ycombinator.com | 11 Jul 2023
    > It's whitespace. There's wayyyy too much god damn whitespace in modern UIs, and it's awful.

    I wanted to see how LibreOffice would compare on my netbook, and frankly it's better than the new Word, but still "worse" than the old version: https://i.imgur.com/cWGYh3M.png

    That said, at least LibreOffice lets you have your custom themes and actually offers a variety of different interface layouts, which I think is a nice touch: https://wiki.documentfoundation.org/Videos/User_interface

    > Windows 7 with the Classic theme (which really was just a slight evolution over Win2K) was peak UI/UX, and you'll never change my mind. It's been downhill ever since, getting worse and worse with each generation.

    To be honest, I'm inclined to agree with this. That's also why I rather enjoyed the Redmond theme even in *nix distros. There's just something so very usable about the old Windows look and more modern attempts, such as SerenityOS https://serenityos.org/ and even ReactOS https://reactos.org/

  • Looking for an os for a very old laptop
    1 project | /r/lowendgaming | 4 Jul 2023

What are some alternatives?

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

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

NsCDE - Modern and functional CDE desktop based on FVWM

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

Proton - Compatibility tool for Steam Play based on Wine and additional components

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

quickemu - Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.

linux - Linux kernel source tree

docker-minecraft-server - Docker image that provides a Minecraft Server that will automatically download selected version at startup

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

ravynos - A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.

gopher-os - A proof of concept OS kernel written in Go

UEFI-Tuts - YOUTUBE Tutorials on how the UEFI works to boot your own Operating System. Think of this as an EFI Bootloader.