2 repos
Software layers that provide isolated execution environments with direct access to host hardware resources for high-performance computing.
Distinguishing note: Focuses on hardware-accelerated virtualization and container runtime layers rather than general-purpose operating systems or cloud infrastructure management.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Virtualization Environments. Refine with filters or upvote what's useful.
SerenityOS is a complete, self-hosted desktop operating system built from the kernel up. It features a monolithic kernel architecture that manages system services, hardware drivers, and networking within a single address space. The system provides a full computing environment, including a proprietary windowing system and a suite of native desktop applications, all while maintaining a POSIX-compliant interface for standard system programming. The project is distinguished by its integrated development workflow, which relies on a cross-compilation build pipeline to generate system images from ho
Provides a sandboxed execution platform for testing and iterating on system changes.
Colima is a command-line utility that provides lightweight container runtimes and local Kubernetes orchestration by managing isolated virtual machine environments. It functions as a virtualization manager that abstracts the underlying container engine, allowing users to run containerized applications and system workloads on non-native operating systems without the overhead of heavy desktop software. The project distinguishes itself through its support for hardware-accelerated workloads, enabling direct GPU passthrough to virtual machines for high-performance machine learning tasks. It offers
Provides a virtualization layer enabling direct hardware access for high-performance containerized tasks and machine learning execution.