awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateBlogHartă site
ProiectDesprePresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • copy/v86Avatar copy

    copy/v86

    23,160Vezi pe 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
    Vezi pe GitHub↗23,160
  • lissy93/awesome-privacyAvatar Lissy93

    Lissy93/awesome-privacy

    9,500Vezi pe 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
    Vezi pe GitHub↗9,500
  • aidlearning/aidlearning-frameworkAvatar aidlearning

    aidlearning/AidLearning-FrameWork

    5,780Vezi pe 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
    Vezi pe GitHub↗5,780
  • microvm-nix/microvm.nixAvatar microvm-nix

    microvm-nix/microvm.nix

    2,682Vezi pe 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
    Vezi pe GitHub↗2,682
  1. Home
  2. Operating Systems & Systems Programming
  3. Operating System Virtualization

Explorează sub-etichetele

  • 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.