V
VernisOS
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 2025

Developer preview — all core systems operational

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 run64
NASM
Assembler
GCC
C Compiler
Rust
no_std toolchain
QEMU
Emulator