ArxOS last commit: 31-7-2026

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's icon CGTerm last commit: 23-6-2026

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 last commit: 5-26-2026

Bezerq is a small work-in-progress Discord bot I'm making.

It doesn't have many features.

name what it does
>ping Ping the bot.
>grant <Username> grant a person access to all commands except >grant
any linux command any linux command found in /bin or /sbin

The bot is built in Python, using the discord package

My own Discord-IPC [5-25-2026]

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.

picture of discord ipc
Archive: UAC [??-??-2025]

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.

picture of UAC