NOVEXOS

NEXT GENERATION OPERATING SYSTEM

Built from scratch. Custom kernel. Zero compromises.

0.6.0
CURRENT VERSION
ALPHA
DEVELOPMENT STATUS
100%
CUSTOM BUILT

CORE PHILOSOPHY

Every line of code in NovexOS serves a purpose. No bloat. No compromises.

CUSTOM KERNEL

Built entirely from scratch with no external OS base. Complete control over memory management, process scheduling, and system architecture.

🛡️

SECURE BY DESIGN

Memory safety and privilege separation baked in from day one. Security is not an afterthought - it's foundational.

🚀

PERFORMANCE FIRST

Lightweight architecture with zero unnecessary overhead. Every byte of code serves a purpose.

💎

OPEN SOURCE

Free to use and integrate with mandatory attribution. Community-driven development with transparent roadmap.

DEVELOPMENT ROADMAP

Track our progress as we build the future of operating systems.

COMPLETED

FOUNDATION

  • Stage 1 & 2 Bootloader
  • Kernel entry point
  • VGA text driver
  • GDT & IDT setup
  • Physical & virtual memory manager
  • Keyboard & PS/2 driver
  • Basic shell (NovexShell)
IN PROGRESS

FILE SYSTEMS

  • OS installer (NovexInstaller)
  • FAT32 support
  • NTFS support
  • Ext4 support
PLANNED

ADVANCED FEATURES

  • Process scheduler (round-robin)
  • NovexFS custom filesystem
  • ELF binary loader
  • Networking stack (TCP/IP)
  • NovexDE desktop environment
  • Package manager
  • Multi-core support (SMP)

GET NOVEXOS

Download the latest alpha release and experience the future of operating systems.

⚠️ Alpha software: Not recommended for production use or daily driver

💿

ISO IMAGE

Bootable ISO for QEMU or VirtualBox

DOWNLOAD ISO
⚙️

SOURCE CODE

Build from source on Linux

VIEW ON GITHUB

SYSTEM REQUIREMENTS

▸ PROCESSOR
x86-64 compatible CPU
▸ MEMORY
Minimum 512 MB RAM
▸ STORAGE
200 MB available space
▸ BOOT MODE
BIOS or UEFI

QUICK START

1.Clone the repository: git clone https://github.com/omegadevelopmentsfr/NovexOS.git
2.Build the ISO: make iso
3.Run in QEMU: make run