awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesOperating System Virtualization

Software for running isolated guest operating systems in sandboxed environments.

Distinct from Guest Operating Systems: The candidates focus on specific OS versions or kernels rather than the general capability of OS virtualization for compartmentalization.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Operating System Virtualization. Refine with filters or upvote what's useful.

Awesome Operating System Virtualization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • copy/v86الصورة الرمزية لـ copy

    copy/v86

    23,160عرض على GitHub↗

    v86 is a browser-based virtual machine and x86 hardware simulator that allows 16-bit and 32-bit operating systems to run directly within a web page. It functions as an x86 emulator for WebAssembly, simulating CPUs, memory, and storage devices to execute legacy software without original native hardware. The project utilizes a WebAssembly just-in-time compiler to translate x86 machine code into WebAssembly modules for high-performance execution in the browser. The system covers hardware emulation and lifecycle management, including the ability to boot from disk images, configure virtual hardwa

    Provides a virtualized environment to load disk images and run complete guest operating systems in a browser tab.

    JavaScriptemulatorvirtualizationwasm
    عرض على GitHub↗23,160
  • lissy93/awesome-privacyالصورة الرمزية لـ Lissy93

    Lissy93/awesome-privacy

    9,500عرض على GitHub↗

    This project is a curated directory and catalog of privacy-respecting software and security-focused services. It serves as a structured resource for finding alternatives to corporate services, focusing on tools that prioritize data sovereignty, end-to-end encryption, and user anonymity. The directory is maintained as a markdown-based resource list and rendered via a static site generator. It further extends its utility through a CORS-enabled public API and a JSON-based data schema, allowing the curated catalog of tools and providers to be retrieved programmatically. The collection covers a w

    Lists tools for running isolated guest operating systems to compartmentalize risky activities.

    Astro
    عرض على GitHub↗9,500
  • aidlearning/aidlearning-frameworkالصورة الرمزية لـ aidlearning

    aidlearning/AidLearning-FrameWork

    5,780عرض على GitHub↗

    AidLearning-Framework is an integrated development platform for building and deploying AI applications on ARM-based devices. It combines Android and Linux operating systems running simultaneously on a single device, providing a unified runtime environment for cross-system AI development. The platform includes hardware acceleration across CPU, GPU, and NPU, with a unified API that automatically selects the optimal compute backend for inference. The framework distinguishes itself by enabling Python-based AI projects to be packaged directly into Android APK files for installation on mobile devic

    Runs Android and Linux at the same time on a single device for smooth cross-system communication without external interfaces.

    Pythonaiosaiotandroid
    عرض على GitHub↗5,780
  • microvm-nix/microvm.nixالصورة الرمزية لـ microvm-nix

    microvm-nix/microvm.nix

    2,682عرض على GitHub↗

    microvm.nix is a declarative virtual machine manager and orchestrator for defining, building, and managing isolated guest environments using Nix. It functions as a virtual machine image builder that transforms system specifications into bootable disk images and runner scripts. The project provides a hypervisor abstraction layer, enabling the deployment of guest images across multiple virtualization backends through a unified configuration. It includes specialized tools for PCI hardware passthrough, granting virtual machines direct access to physical host USB and PCI devices. The framework co

    Executes isolated guest operating systems by defining runner packages and hypervisor configurations.

    Nixcloud-hypervisorcrosvmfirecracker
    عرض على GitHub↗2,682
  1. Home
  2. Operating Systems & Systems Programming
  3. Operating System Virtualization

استكشف الوسوم الفرعية

  • Simultaneous Dual-OS RuntimesRunning Android and Linux simultaneously on a single device for smooth cross-system communication without external interfaces. **Distinct from Operating System Virtualization:** Distinct from Operating System Virtualization: runs both OSes simultaneously in isolated containers sharing the same kernel, not traditional virtualization with separate guest OS instances.