8000 GitHub - sussyOS/sussyOS: The SUSSIEST OS of your life!!!!!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sussyOS/sussyOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sussyOS

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.


🚀 Project Vision

  • ✅ 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

🧠 Features (Planned / WIP)

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

📦 susScript Compatibility

😞 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.


🛠️ Getting Started

⚠️ This OS is not ready for real hardware or VM use yet.
Development builds will be provided via GitHub Releases in the future.

Prerequisites

  • A working build of the scons compiler
  • Knowledge of OS testing
  • VirtualBox or QEMU for testing

Cloning the Repository

git clone https://github.com/sussyOS/sussyOS.git
cd sussyOS
scons run
0