2 repository-uri
Mechanisms for providing interactive terminal access to the root environment of a guest virtual machine.
Distinguishing note: None of the candidates cover interactive shell access via transport protocols like VSOCK.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Interactive Guest Shells. Refine with filters or upvote what's useful.
Kata Containers is an OCI container runtime that launches containers inside lightweight virtual machines to combine hardware-level isolation with container operational speed. It functions as a hardware-isolated container engine and lightweight VM hypervisor, providing a virtual machine monitor interface that abstracts multiple hypervisors to optimize for performance or specific hardware emulation. The project distinguishes itself through a confidential computing runtime that leverages hardware-backed trusted execution environments, such as Intel TDX and AMD SEV-SNP, to protect data in use. It
Opens an interactive shell within the guest via VSOCK for real-time troubleshooting and system inspection.
FEX is an emulator that executes 32-bit and 64-bit x86 binaries on ARM64 hardware. It functions as a binary translation framework that converts guest machine code into host instructions using a JIT compilation engine and a persistent code cache. The project features a Vulkan graphics wrapper that translates OpenGL and Vulkan API calls to native host drivers, enabling cross-architecture graphics rendering. It includes a dedicated root filesystem manager for downloading, mounting, and switching between compressed filesystem images required for guest application environments. The system provide
Provides an interactive guest shell to allow users to interact with the emulated root environment.