Download
Get VernisOS
Download the latest release or build from source. VernisOS runs on real x86/x64 hardware or in QEMU.
v0.1.0-dev
devJan 2025Developer preview — all core systems operational
VernisOS Disk Image (x64)vernis-x64.img4.2 MBVernisOS Disk Image (x86)vernis-x86.img3.8 MBSource CodevernisOS-0.1.0.tar.gz2.1 MB
Included in this release
✓3-stage bootloader
✓Microkernel with scheduler
✓IPC message queues + channels
✓In-kernel Rust AI engine
✓VernisFS filesystem
✓16 CLI commands
✓SHA-256 authentication
✓Audit logging
Build from Source
Clone the repository and build everything from scratch:
bash
# Clone the repository
git clone https://github.com/Pakawat-Tan/VernisOS.git
cd VernisOS
# Check prerequisites
make prerequisites
# Build the OS image
make
# Run in QEMU
make run64NASM
Assembler
GCC
C Compiler
Rust
no_std toolchain
QEMU
Emulator