Skip to main content
64-bit · written from scratch

Sinux

A minimal Unix-like operating system kernel, built from scratch in C and x86_64 Assembly. Boots via GRUB Multiboot2 on UEFI and BIOS — real hardware or QEMU.(the satan herself uses sinux)

14syscalls
Ring 3user mode
ext2persistent fs
Sinux logo

Straight from the repository

Latest commits and project activity.

Loading repository data…

Build & boot in minutes

Clone the repo, install the toolchain, and boot Sinux in QEMU. It runs on any x86_64 Linux host.

Full build guide →
# Clone the source
git clone https://github.com/SinuxProject/Sinux.git
cd Sinux

# Build kernel + userspace
make

# Build bootable ISO (first time only)
make iso

# Boot it in QEMU
make run-bios