Getting started
Concept
What Is Provium
Provium is a KVM test harness that lets you write tests in Lua and run them against real virtual machines. No mocks, no simulations — real kernels, real syscalls.
How-toQuick Start
Write and run your first Provium test — boot a VM, run a command, and check the output.
ConceptProject Structure
A Provium project is organized into a configuration file, test scripts, fixtures, and optional helper libraries.