Enter Maestro, a unix-like monolithic kernel that aims to be compatible with Linux in order to ensure wide compatibility. Interestingly, it is written in Rust. It includes Solfége, a boot system and daemon manager, maestro-utils, which is a collection of system utility commands, and blimp, a package manager. According to Luc, it’s creator, the following third-party software has been tested and is working on the OS: musl (C standard library), bash, Some GNU coreutils commands such as ls, cat, mkdir, rm, rmdir, uname, whoami, etc… neofetch (a patched version, since the original neofetch does not know about the OS). If you want to test it out, fire up a VM with at least 1 GB of ram.

  • anthoniix@lemmy.world
    link
    fedilink
    English
    arrow-up
    92
    arrow-down
    4
    ·
    edit-2
    6 months ago

    This sounds cool, but troubling because of its license. Trying to write a linux compatible kernel and licensing as MIT is basically asking to get railroaded by gigantic organizations. I hope they reconsider in the future.

    • sapient [they/them]
      link
      fedilink
      English
      arrow-up
      14
      ·
      6 months ago

      Its a bit if an issue with the rust ecosystem in general tbh. Wish more stuff was copyleft >.<

      • ancap shark@lemmy.today
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 months ago

        MIT is basically “do anything you want with it, I don’t care”. I means some company can reuse it in its closed source projects freely and without notice or royalty.

        There are plenty of other licenses that require you to also go open source if you include and/or modify it. Basically “you can use ot however you want, but if you modify it, it has to be open source as well”

  • bacon_pdp@lemmy.world
    link
    fedilink
    English
    arrow-up
    34
    arrow-down
    9
    ·
    6 months ago

    50MB for a sub POSIX kernel and a shell prompt for a 50MB ISO image that has less functionality than a 4KB kernel (L4SEC) which has actual formal proofs of correctness.

    Well, I guess it has Rust as a selling point but that isn’t something that should matter if the goal is real security.

  • Armando3996@lemm.ee
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    6 months ago

    Finally, some “exciting” news, 2031 will be the year of the linux desktop(and Maestro)!

  • LainOfTheWired@lemy.lol
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    10
    ·
    6 months ago

    It’s interesting, but with Linux and BSD already available in many different flavours do we really need it?

    I mean what use case would it be better in except maybe an extreme rust enthusiast.

    • AVengefulAxolotl@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      6 months ago

      Whats the need for it? Another great operating systems engineer emerging from it even though the project itself might not be ‘useful’. You only truly learn stuff when actively doing it.

      One day he might be a significant contributor to Linux!

    • asdfasdfasdf@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      6 months ago
      1. Memory safety is super important
      2. Rust is far more approachable than C, so contribution and iteration is easier
      3. Did we really need an OS when Linux was released? It wasn’t the first.
      • LainOfTheWired@lemy.lol
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        It was the first fully working kernel licenced under a FOSS licence. So it was the first time someone could run a 100% open source OS.

        At least since maybe some really old mainframe back when stuff came with source code

    • L3ft_F13ld!@links.hackliberty.org
      link
      fedilink
      English
      arrow-up
      35
      ·
      edit-2
      6 months ago

      Because someone decided to do it.

      You don’t always need a good reason other than it might be cool/fun. Sometimes it’s just because you can.

      You’re not forced to use it, so if it’s not your cup of tea, that’s fine.

      • Im_old@lemmy.world
        link
        fedilink
        English
        arrow-up
        18
        ·
        6 months ago

        When my wife asks me “why are you doing [insert weird thing of the moment in my homelab]?” most of the times I answer “because I can!”.

      • Im_old@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        2
        ·
        6 months ago

        When my wife asks me “why are you doing [insert weird thing of the moment in my homelab]?” most of the times I answer “because I can!”.

    • Vincent Adultman@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      ·
      6 months ago

      He answers that in the project page. Just because there are kernels available, he can’t build his own and learn about kernel and computers in general (the answer for your question)

        • asdfasdfasdf@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          6 months ago

          Contributing to Linux can be extremely daunting. Refactoring can be as well. Rust makes both of those a LOT easier. If a project is written in Rust instead of C there will be many more potential contributors and flexibility.

          • Adanisi@lemmy.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            6 months ago

            And Rust has a restrictive trademark policy which could theoretically cause problems. Especially because of how full the source code of Rust is of the trademarks.

            Just, why, Mozilla?

  • SSUPII@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    6
    ·
    edit-2
    6 months ago

    A VM with 1GB of RAM but the screenshot shows 50MB in use?

    Oh, looks like the install live environment needs it.

    • Gemini24601@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      26
      arrow-down
      2
      ·
      edit-2
      6 months ago

      You should’ve read the article, ”You should run the ISO with sufficient RAM (1GB should be more than enough). Such an amount of memory is required because packages to be installed are stored in RAM (on the initramsfs) instead of the disk. This is currently the best method since the OS is not yet able to read on a USB stick or CD-ROM by itself, so it relies on the bootloader for this. ”

      I guess you could run on lower ram, but package installs require more.