Welcome to sussyOS — a fully custom operating system built from the ground up. Designed for uniqueness and performance, sussyOS is an experimental project aiming to redefine what an operating system can be when unconstrained by legacy codebases and traditional architectures.
🚨 NOTE: sussyOS is under active development and is currently in a pre-alpha state. Major features, bootloader support, and package management are work-in-progress.
- ✅ Build a completely custom operating system (not based on Linux or Unix)
- 🛠️ Develop a functional GUI, CLI, and core OS kernel
- 📦 Add a built-in package manager (inspired by
vent
) - 🔒 Closed-source with potential for open-source community editions
Feature | Status |
---|---|
Custom Bootloader | ✅ Almost done |
Kernel Development | ✅ Started |
susScript Integration | 🔲 Planned |
File System Support | 🚧 In Progress |
GUI Interface | 🔲 Planned |
Package Manager | 🔲 Not Implemented |
Installer (with GUI) | ✅ Planned |
😞 This OS is not compadible with susScript yet!!!.
sussyOS is natively compatible with susScript — a custom programming language built for this OS. susScript packages can be installed, interpreted, and compiled within sussyOS using the sussy
compiler.
⚠️ This OS is not ready for real hardware or VM use yet.
Development builds will be provided via GitHub Releases in the future.
- A working build of the
scons
compiler - Knowledge of OS testing
- VirtualBox or QEMU for testing
git clone https://github.com/sussyOS/sussyOS.git
cd sussyOS
scons run