Interact with every layer of the OS. From low-level kernel syscalls to high-level cloud management REST APIs.
Browse by layer.
Ring 0. Documentation for the 50 minimal syscalls provided by the VayuOS microkernel. Essential for driver developers.
Syscall Table →Userspace. standard C/C++ library behavior, deviations from POSIX, and our custom asynchronous I/O libraries.
Lib Docs →RESTful. Control the OS configuration, network settings, and updates remotely via our secure HTTP API endpoint.
OpenAPI Spec →