An operating system targeting (for the moment) x86_64 hardware. It aims to follow some of the UNIX philosophy and some of the POSIX standard while being unique and easy to develop for. See roadmap here.
Used font is a modified version of Hack, licensed under the MIT license.
First, install all the dependencies using sudo make deps-debian. Make sure your package list cache is up-to-date.
Then, build the system toolchains using make toolchain. This step might take a while depending on your computer.
And, in the end, launch QEMU using make run.