Minimalist Kernel Architecture
Built from the ground up with a focus on simplicity, efficiency, and modern design principles. The kernel provides only what's necessary for a solid foundation.
A minimalist, efficient OS designed for modern hardware
# Clone the repository with submodules
git clone --recursive https://github.com/slayer-os/SlayerOS.git
cd SlayerOS
# Build the kernel and ISO
make
# Run in QEMU
make run
SlayerOS is currently in active development. The core kernel components are functional, including memory management, basic driver support, and bootloader integration. We're working toward a more complete system with process scheduling, filesystem support, and expanded hardware compatibility.
Join our community to contribute, ask questions, or follow development:
SlayerOS is open source software licensed under the GNU General Public License v3.0.