1 repo
Software-based execution engines for running code without dynamic code generation.
Distinguishing note: Focuses on software-based interpretation as a fallback for virtualization.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Instruction Interpreters. Refine with filters or upvote what's useful.
UTM is a comprehensive virtualization suite that provides a unified interface for running guest operating systems on host hardware. It functions as a cross-platform system emulator and hypervisor, coordinating both hardware-accelerated virtualization and software-based instruction emulation to execute diverse operating systems. By leveraging native kernel-level virtualization frameworks, the software achieves near-native performance while maintaining strict security through sandboxed process isolation. The project distinguishes itself by enabling full-featured desktop operating systems to run
Executes guest code through a software-based interpreter to allow virtual machine operation on devices without dynamic code generation permissions.