ArxOS is a 32-bit hobby operating system kernel written from scratch. ArxOS boots via Multiboot bootloader and provides a simple interactive shell environment running in protected mode on x86 hardware.
Status: Early development. Currently boots and runs a basic shell with interrupt handling support. Not UEFI compatible.
CGTerm is a terminal-like interface written in Go and C. It provides a interactive command loop with a set of built-in commands for system interaction.
CGTerm is currently being developed by: me(Ard), Waxodium(Waxory) and Blakka(blacklizardcode)
Bezerq is a small work-in-progress Discord bot I'm making.
It doesn't have many features.
>ping
>grant <Username>
>grant
/bin
/sbin
The bot is built in Python, using the discord package
discord
I made my own discord IPC that can show your status.
It's currently too small to be a functioning app, so there is no GitHub page.
The UAC project is a project for Windows to make a Universal Administrative Command Prompt similar to cmd.exe and is written in batch (Windows batch file).
It now only features an input screen but does have a function to listen if UAC is run as Administrator.