Starfire is a teen titan's operating system. Built using Limine and Zig, it sports an x86_64 kernel capable of doing... things. Starfire is still in development, so it isn't capable of doing much.
Building Starfire requires Zig 0.13.0. You can build and run it like this:
$ zig build run-qemu
This will create a debug build of Starfire and run it inside QEMU. You can then connect to the serial I/O using something like netcat
:
$ nc 127.0.0.1 4444