awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

32 repository-uri

Awesome GitHub RepositoriesVirtualization Environments

Tools and platforms that provide isolated virtualized environments for running applications or development workflows.

Distinguishing note: Focuses on the virtualization layer used for cross-platform compatibility, distinct from general container orchestration.

Explore 32 awesome GitHub repositories matching devops & infrastructure · Virtualization Environments. Refine with filters or upvote what's useful.

Awesome Virtualization Environments GitHub Repositories

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

    Dokploy/dokploy

    34,901Vezi pe GitHub↗

    Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup

    Provides a containerized environment for running desktop operating systems.

    TypeScriptbackendbackupsdatabases
    Vezi pe GitHub↗34,901
  • containers/podmanAvatar containers

    containers/podman

    32,035Vezi pe GitHub↗

    Podman is a container engine designed for managing containerized applications and images without the need for a persistent background daemon. By utilizing a fork-exec process model, it executes container management commands as direct child processes of the host system, ensuring that container lifecycles are handled through standard host-level process control. The project distinguishes itself through a focus on rootless security and cross-platform compatibility. It employs user namespace mapping to allow unprivileged users to manage isolated workloads without requiring administrative system ac

    Provides lightweight virtual machine integration to enable native container development workflows on non-Linux operating systems.

    Gocontainersdockerkubernetes
    Vezi pe GitHub↗32,035
  • hashicorp/vagrantAvatar hashicorp

    hashicorp/vagrant

    27,154Vezi pe GitHub↗

    Vagrant is a virtual machine environment manager and infrastructure as code tool used to create and configure consistent development environments. It acts as a virtual machine provisioner and hypervisor abstraction layer, allowing users to define machine specifications and automate software installation on guest systems via declarative configuration files. The project enables cross-hypervisor orchestration by decoupling the command interface from specific virtualization backends. It ensures environment consistency through the distribution of pre-configured machine images and the orchestration

    Creates and manages isolated virtualized environments to ensure consistent development workflows across different hosts.

    Rubyautomationrubyvagrant
    Vezi pe GitHub↗27,154
  • mitchellh/vagrantAvatar mitchellh

    mitchellh/vagrant

    27,154Vezi pe GitHub↗

    Vagrant is a virtual machine environment manager and development environment provisioner. It functions as an infrastructure as code tool and multi-hypervisor orchestrator, allowing for the definition and automation of virtualized development environments through a single configuration file. The project enables the creation of portable, virtualized development environments to ensure consistency across different host operating systems. It supports deploying these environments across various backends, including local hypervisors, cloud providers, and container runtimes, using a unified interface

    Enables deployment of development environments across local hypervisors, cloud providers, and container runtimes.

    Ruby
    Vezi pe GitHub↗27,154
  • qax-os/excelizeAvatar qax-os

    qax-os/excelize

    20,682Vezi pe GitHub↗

    Excelize is a library for reading and writing spreadsheet files in the Office Open XML format. It provides a comprehensive suite of tools for programmatically creating, modifying, and analyzing workbooks, worksheets, and cell data, ensuring compatibility across various office software suites through structured XML serialization. The library distinguishes itself with a built-in formula calculation engine that evaluates complex mathematical and logical expressions directly against workbook data. It also features a memory-mapped streaming architecture, which allows for the efficient processing o

    Provides isolated virtualized environments for running applications or development workflows.

    Goagentaianalytics
    Vezi pe GitHub↗20,682
  • redox-os/redoxAvatar redox-os

    redox-os/redox

    16,054Vezi pe GitHub↗

    Redox is a POSIX-compliant, microkernel-based operating system written entirely in Rust. By utilizing a memory-safe language for the kernel and all system components, the project eliminates common vulnerabilities such as buffer overflows and use-after-free errors. Its architecture relies on a minimal kernel that manages only essential hardware and process isolation, delegating all other system services to unprivileged user-space processes. The system distinguishes itself through a modular design where hardware drivers and system services run as independent user-space daemons, allowing them to

    Provides isolated virtualized environments for running the operating system to test functionality without dedicated hardware.

    Rustbsdfreebsdgnu
    Vezi pe GitHub↗16,054
  • android-hacker/virtualxposedAvatar android-hacker

    android-hacker/VirtualXposed

    15,955Vezi pe GitHub↗

    VirtualXposed is an Android virtualization framework that provides a containerized environment for running applications and system-level hooks. It functions as an isolated execution space, allowing users to manage and extend installed software independently from the host operating system. The platform enables the execution of specialized software extensions and framework modules that modify application behavior without requiring device rooting, bootloader unlocking, or modifications to the core system image. By creating a secondary, containerized Android system, it allows for the application

    Creates a secondary, containerized Android system on a device to manage apps and configurations independently from the primary OS.

    Javaandroidaophook
    Vezi pe GitHub↗15,955
  • hashicorp/packerAvatar hashicorp

    hashicorp/packer

    15,708Vezi pe GitHub↗

    Packer is a machine image builder and multi-platform image orchestrator used to create identical virtual machine images for multiple platforms from a single source configuration. It functions as an infrastructure as code tool, utilizing the HashiCorp Configuration Language to define versioned and reproducible templates for cloud image provisioners. The tool is distinguished by its plugin-based extension model, which allows it to load external binaries for builders and provisioners to support various cloud platforms and virtualization environments. It includes a post-processor pipeline to tran

    Installs software and configures operating system settings automatically during the build process using scripts or management tools.

    Go
    Vezi pe GitHub↗15,708
  • systemd/systemdAvatar systemd

    systemd/systemd

    15,324Vezi pe GitHub↗

    systemd is a comprehensive system and service manager for Linux that orchestrates the entire operating system lifecycle. It functions as the primary init system, managing the transition from firmware to a fully initialized user space while providing a unified framework for service orchestration, hardware management, and resource control. The project distinguishes itself through its declarative, unit-based configuration model and dynamic dependency resolution, which allow for efficient, on-demand service activation and socket-based process management. It integrates deep system observability th

    Provides low-level primitives for process isolation, resource management, and secure communication in virtualized environments.

    Ccinitlinux
    Vezi pe GitHub↗15,324
  • loft-sh/devpodAvatar loft-sh

    loft-sh/devpod

    14,978Vezi pe GitHub↗

    DevPod is an IDE-agnostic remote development tool and containerized environment manager. It provisions reproducible development workspaces using open-standard configuration files and orchestrates these environments across local machines, remote servers, or public cloud providers. The system utilizes a client-side orchestration model that decouples workspace management from centralized cloud controllers. It features a pluggable provider-based infrastructure abstraction, which allows for multi-backend deployment and the creation of custom provider plugins to extend support for additional cloud

    Enables provisioning of development environments across local computers, remote machines, and various cloud providers.

    Goclouddevcontainerdevcontainers
    Vezi pe GitHub↗14,978
  • codesandbox/codesandbox-clientAvatar codesandbox

    codesandbox/codesandbox-client

    13,618Vezi pe GitHub↗

    This project is a cloud-based web IDE and development workspace that provides a professional code editor and execution environments directly within the browser. It functions as a browser-based code execution engine for rapid prototyping and a scalable cloud workspace for managing repositories and writing code without local environment configuration. The system features secure sandboxing for isolated development, allowing untrusted or experimental code to run in separated virtual environments. It supports both client-side execution via browser-based bundling and server-side execution through a

    Launches dedicated, ephemeral workspaces for autonomous AI agents to execute code and run tests.

    JavaScriptangularcodesandboxjavascript
    Vezi pe GitHub↗13,618
  • dbt-labs/dbt-coreAvatar dbt-labs

    dbt-labs/dbt-core

    13,051Vezi pe GitHub↗

    dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d

    Drops and recreates existing tables from scratch to ensure historical data reflects the most recent transformation logic.

    Rustanalyticsbusiness-intelligencedata-modeling
    Vezi pe GitHub↗13,051
  • opensandbox-group/opensandboxAvatar opensandbox-group

    opensandbox-group/OpenSandbox

    11,627Vezi pe GitHub↗

    OpenSandbox is a secure execution environment and runtime designed for running untrusted code and scripts generated by AI agents. It utilizes a containerized code execution engine and microVM-based isolation to protect host systems from malicious actions while providing isolated virtual environments. The project features a sandbox server based on the Model Context Protocol to automate the creation and control of virtual workspaces. It supports the deployment of secure remote desktop hosts, including headless web browsers and editor instances, for automated interaction. The system includes an

    Deploys and manages secure containers or microVMs to host remote desktops, web browsers, and editor instances.

    Pythonaiai-agentai-infra
    Vezi pe GitHub↗11,627
  • humanlayer/humanlayerAvatar humanlayer

    humanlayer/humanlayer

    9,381Vezi pe GitHub↗

    Humanlayer is an LLM coding agent orchestrator and AI-driven workflow manager designed to coordinate multiple agents in researching, designing, and implementing features across complex codebases. It provides a multi-agent development workspace that groups AI sessions, versioned design artifacts, and worktrees into collaborative team tasks. The system features a bring-your-own-key LLM gateway to connect external AI model subscriptions and API keys. It utilizes remote AI agent daemons to run long-term coding sessions on cloud infrastructure, maintaining progress independently of the user's acti

    Automatically provisions isolated worktrees and launches agent sessions based on requirements derived from tickets.

    TypeScriptagentsaiamp
    Vezi pe GitHub↗9,381
  • canonical/multipassAvatar canonical

    canonical/multipass

    9,146Vezi pe GitHub↗

    Multipass is a virtual machine lifecycle controller and manager designed to create and orchestrate lightweight Ubuntu instances on a local workstation. It functions as a cross-platform hypervisor wrapper that provides a local cloud development environment for simulating cloud deployments. The system utilizes a hypervisor-abstraction layer and driver-based backend resolution to manage virtual machines across different host operating systems using native virtualization backends. It enables the simulation of cloud instance behavior through the injection of cloud-init metadata and initialization

    Spawns lightweight virtual machine instances to provide isolated environments for development and testing.

    C++cloudcontainerhyper-v
    Vezi pe GitHub↗9,146
  • mandiant/flare-vmAvatar mandiant

    mandiant/flare-vm

    8,799Vezi pe GitHub↗

    Flare-VM este un mediu de analiză a malware-ului pentru Windows, constând în scripturi de instalare care automatizează provizionarea unei mașini virtuale. Oferă o suită cuprinzătoare de instrumente de reverse engineering, inclusiv decompile-ere și debuggere, alături de configurațiile de sistem necesare și variabilele de mediu pentru cercetarea în securitate. Proiectul funcționează ca un orchestrator de imagini de mașini virtuale, permițând crearea, gestionarea și exportul automatizat al unor appliance-uri de analiză specializate. Dispune de selecție de instrumente bazată pe configurație și capacitatea de a extinde logica de instalare prin modificări personalizate de registru și definiții de layout de sistem. Sistemul include capabilități pentru configurarea rețelei izolate pentru a preveni comunicarea externă prin modul host-only. De asemenea, gestionează întregul ciclu de viață al stărilor de analiză prin gestionarea stărilor bazată pe snapshot-uri, inclusiv capacitatea de a curăța sau exporta snapshot-uri ca fișiere appliance verificate.

    Automates the installation and configuration of software and systems within a virtualized analysis environment.

    PowerShell
    Vezi pe GitHub↗8,799
  • fireeye/flare-vmAvatar fireeye

    fireeye/flare-vm

    8,768Vezi pe GitHub↗

    Flare-VM is a collection of scripts and an orchestrator designed to automate the installation and configuration of a reverse engineering toolset on Windows virtual machines. It functions as a provisioning system that deploys a consistent environment for malware analysis and security research on guest operating systems. The project utilizes a configuration manager and a graphical interface to allow for the selection of specific software packages and environment variables. It employs a curated manifest to manage the installation of compatible security tools and modifies system registries and ta

    Automates the installation and configuration of a curated security toolset within a virtualized Windows environment.

    PowerShell
    Vezi pe GitHub↗8,768
  • orange-cyberdefense/goadAvatar Orange-Cyberdefense

    Orange-Cyberdefense/GOAD

    7,464Vezi pe GitHub↗

    GOAD is an Ansible-based automation tool and infrastructure orchestrator used to deploy pre-configured networks of vulnerable Windows virtual machines. It serves as a security training environment for practicing Active Directory penetration testing, privilege escalation, and lateral movement across various cloud platforms and local virtualization hypervisors. The project distinguishes itself through a multi-provider infrastructure model and a system of infrastructure recipes that simulate intentional security misconfigurations. It supports the deployment of varied attack scenarios, including

    Automates the deployment of pre-configured networks of Windows virtual machines using Ansible playbooks.

    PowerShellactive-directoryansibleinfrastructure-as-code
    Vezi pe GitHub↗7,464
  • zsdonghao/tensorlayerAvatar zsdonghao

    zsdonghao/tensorlayer

    7,384Vezi pe GitHub↗

    Tensorlayer is a deep learning framework and cross-backend AI library used to construct and execute neural network models. It serves as a scientific neural network toolkit providing customizable layers and architectures designed for research applications in science and engineering. The library enables multi-backend model execution, allowing the same model code to run across different deep learning frameworks, GPUs, and specialized AI accelerators. It includes a reinforcement learning library that provides both low-level and high-level tools for developing intelligent agents.

    Enables the execution of deep learning models across diverse infrastructure backends including GPUs and AI chips.

    Python
    Vezi pe GitHub↗7,384
  • lakr233/vphone-cliAvatar Lakr233

    Lakr233/vphone-cli

    6,936Vezi pe GitHub↗

    vphone-cli is a command line interface for booting virtual iOS devices using Apple's native virtualization framework. It provides a sandboxed virtual mobile environment and tools for executing iOS system images on a host operating system. The project includes a firmware flashing utility capable of building signed ramdisks and applying custom firmware patches to virtual device boot chains. It facilitates the installation of custom firmware variants to remove system security restrictions. The toolset covers virtual device provisioning through system image restoration and security blob retrieva

    Creates a sandboxed virtual mobile environment for executing iOS system images on a host OS.

    Swift
    Vezi pe GitHub↗6,936
Înapoi12Înainte
  1. Home
  2. DevOps & Infrastructure
  3. Virtualization Environments

Explorează sub-etichetele

  • Automated Provisioning1 sub-tagAutomated installation and configuration of software and systems within a virtualized environment. **Distinct from Virtualization Environments:** Focuses on the automation of setup and installation rather than the virtualization layer itself
  • Mobile Virtualization PlatformsCreates secondary, containerized mobile operating system environments on a device. **Distinct from Virtualization Environments:** Focuses on creating a secondary Android system, distinct from general virtualization environments.
  • Multi-Backend DeploymentCapability to deploy environments across diverse infrastructure backends including local and cloud providers. **Distinct from Virtualization Environments:** Focuses on the ability to target multiple different virtualization and cloud backends
  • Process VirtualizationIntercepts system calls within a secondary process space to simulate privileged environments. **Distinct from Virtualization Environments:** Focuses on process-level virtualization for Android apps, distinct from general cross-platform virtualization environments.
  • Virtual Environment Refreshers1 sub-tagUtilities for instantly refreshing containerized systems to apply configuration changes without full reboots. **Distinct from Virtualization Environments:** Focuses on the ability to refresh virtual environments without a full device reboot, distinct from general virtualization platforms.