Direct access. Interact with the microkernel, manage capabilities, and build high-performance system services using our documented ABIs.
Interface layers.
`libvayu`. The raw system call interface for capability management, IPC, and thread scheduling.
Syscall Table →`libc`. Standard POSIX 2008 compatibility layer for porting existing C/C++ applications with minimal changes.
Compatibility →`vayu-async`. An event loop optimized for our asynchronous IPC, enabling high-concurrency network servers.
Async Guide →