Glow is an educational, hobbyist operating system written in C and Assembly, developed to help learners understand the internals of OS design and kernel development. Targeting x86_64 systems, Glow features its own kernel, bootloader, and minimal userland. With clear code structure and a simple design, it serves as a playground for experimenting with low-level systems programming, boot sequences, interrupt handling, and basic UI components like shells and text rendering.
AuraOS, the Franco-English Operating System developed in C#
Aura Operating System is a GUI-based, object-oriented operating system written in C#. It is designed to showcase how high-level languages like C# can be used to create low-level systems such as kernels, user interfaces, and file systems. Aura features a colorful, windowed graphical desktop environment with built-in applications, all running on a custom kernel built from scratch. It is not based on Linux or Windows, but rather developed as an independent system with its own structure and drivers.
APPLICATION SUPPORT HAS BEEN TERMINATED. YOU CAN CONTINUE TO USE IT BUT FEATURES MAY NOT WORK PROPERLY OR MAY BE OUTDATED.
UYGULAMA DESTEĞİ SONLANDIRILDI KULLANMAYA DEVAM EDEBİLİRSİNİZ ANCAK ÖZELLİKLER DOĞRU ÇALIŞMAYABİLİR VEYA GÜNCELLİĞİNİ KAYBETMİŞ OLABİLİR.
Xiaomi PC Tools has been developed for Xiaomi users.
The aim of the program is to consolidate and facilitate many processes under a single program.
**INFORMATION**
Don’t be afraid if your browser or Windows complains...
FlingOS is an educational operating system and framework aimed at teaching students and developers how operating systems work, using C# and a bit of C++ and assembly. It allows developers to build kernels in a managed, high-level language and understand the entire bootstrapping and runtime process from scratch. FlingOS is particularly focused on making OS development more accessible by bridging the gap between high-level languages and low-level hardware programming.