awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 dépôts

Awesome GitHub RepositoriesVirtualization Managers

Tools for provisioning and managing isolated virtual machine environments and system workloads.

Distinguishing note: Focuses on CLI-based lifecycle management of virtualized environments rather than general container orchestration or cloud infrastructure management.

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

Awesome Virtualization Managers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • abiosoft/colimaAvatar de abiosoft

    abiosoft/colima

    29,324Voir sur GitHub↗

    Colima is a command-line utility that provides lightweight container runtimes and local Kubernetes orchestration by managing isolated virtual machine environments. It functions as a virtualization manager that abstracts the underlying container engine, allowing users to run containerized applications and system workloads on non-native operating systems without the overhead of heavy desktop software. The project distinguishes itself through its support for hardware-accelerated workloads, enabling direct GPU passthrough to virtual machines for high-performance machine learning tasks. It offers

    Provides a command-line interface for provisioning and managing isolated virtual machine environments for system workloads.

    Gocontainerdcontainerd-composecontainers
    Voir sur GitHub↗29,324
  • hashicorp/vagrantAvatar de hashicorp

    hashicorp/vagrant

    27,154Voir sur 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

    Manages settings across multiple hypervisors to maintain compatibility across different virtualization environments.

    Rubyautomationrubyvagrant
    Voir sur GitHub↗27,154
  • lima-vm/limaAvatar de lima-vm

    lima-vm/lima

    21,320Voir sur GitHub↗

    Lima is a virtualization engine designed to provision and manage lightweight Linux, macOS, and FreeBSD virtual machines. It functions as a comprehensive virtual machine manager that leverages native hypervisors and system emulation to provide isolated environments for container development, cross-architecture testing, and secure sandboxing. The project distinguishes itself through its template-driven provisioning system, which allows users to define and automate environment configurations via local files or remote URL schemes. It integrates deeply with host systems by providing automated file

    The project deploys the necessary runtime components across host operating systems to enable the creation and management of virtualized Linux environments.

    Gocontainerdmacosqemu
    Voir sur GitHub↗21,320
  • mustardchef/wsabuildsAvatar de MustardChef

    MustardChef/WSABuilds

    17,648Voir sur GitHub↗

    WSABuilds is a management framework designed to deploy and customize virtualized mobile runtime environments on desktop operating systems. It provides a comprehensive suite of tools for building, installing, and maintaining these environments, enabling the native execution of mobile applications alongside standard desktop software. The project distinguishes itself through its focus on deep system integration and lifecycle management. It allows users to generate tailored virtual environment packages by injecting administrative tools, service components, and specific configurations prior to dep

    Automates the full lifecycle of virtualized system components from installation to removal.

    Pythonandroidandroid-emulatorgoogle-apps
    Voir sur GitHub↗17,648
  • aws/aws-cdkAvatar de aws

    aws/aws-cdk

    12,817Voir sur GitHub↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    Provides programmatic interfaces to provision and configure virtual compute, storage, and network resources.

    TypeScriptawscloud-infrastructurehacktoberfest
    Voir sur GitHub↗12,817
  • kata-containers/kata-containersAvatar de kata-containers

    kata-containers/kata-containers

    8,106Voir sur GitHub↗

    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

    Manages the lifecycle of lightweight virtual machines optimized specifically for container workloads.

    Rustacrncontainerscri
    Voir sur GitHub↗8,106
  • wallix/awlessAvatar de wallix

    wallix/awless

    4,968Voir sur GitHub↗

    Awless est une interface en ligne de commande et un orchestrateur d'infrastructure pour gérer, déployer et inspecter les ressources cloud AWS. Il fonctionne comme un inspecteur de ressources, un gestionnaire d'identité et un utilitaire de connexion sécurisée, fournissant un ensemble hiérarchique de commandes pour contrôler les environnements cloud. L'outil se distingue en synchronisant l'état du cloud distant vers des graphes locaux, permettant l'analyse d'infrastructure hors ligne, l'audit et l'interrogation des relations entre ressources sans appels API actifs. Il rationalise davantage les opérations en mappant des alias lisibles par l'humain vers des identifiants système et en facilitant les connexions shell sécurisées vers des instances distantes via la résolution automatisée des adresses IP et des jump hosts. Sa surface de capacité étendue couvre le cycle de vie des serveurs virtuels, des bases de données, des fonctions serverless et des ressources de conteneurs. Il gère le réseau via des VPC et la gestion DNS, gère l'identité et l'accès via des politiques d'utilisateur et de rôle, et orchestre les déploiements en utilisant des templates provenant de fichiers locaux ou d'URLs distantes. Le système inclut la génération d'autocomplétion shell pour bash et zsh pour aider à la découverte des commandes.

    Controls the full lifecycle of virtual servers, including creation, restarts, and initialization.

    Go
    Voir sur GitHub↗4,968
  • gnmyt/nextermAvatar de gnmyt

    gnmyt/Nexterm

    4,018Voir sur GitHub↗

    Nexterm is a centralized management platform for remote server administration, providing a web-based gateway for SSH, VNC, and RDP connections. It serves as a unified interface for managing remote server connectivity, secure access control, and server resource monitoring. The platform integrates a Docker container orchestrator and a virtualization management console to control LXC and QEMU containers. It features an identity gateway that supports OpenID Connect single sign-on and two-factor authentication, alongside an SFTP file manager for remote file transfer and organization. The system i

    Controls LXC and QEMU containers to provide flexible server virtualization and environment isolation.

    JavaScript
    Voir sur GitHub↗4,018
  • rootsongjc/kubernetes-vagrant-centos-clusterAvatar de rootsongjc

    rootsongjc/kubernetes-vagrant-centos-cluster

    1,917Voir sur GitHub↗

    Ce projet fournit une collection de scripts shell conçus pour automatiser le déploiement de clusters Kubernetes multi-nœuds sur des machines virtuelles locales. Il fonctionne comme un outil de provisionnement qui gère le cycle de vie de l'infrastructure virtualisée, permettant aux utilisateurs de créer des environnements informatiques isolés et reproductibles sur une seule machine hôte. L'environnement est construit en utilisant la virtualisation basée sur un hyperviseur pour simuler un réseau distribué, avec des scripts de configuration qui définissent l'état du matériel virtuel et de la mise en réseau. Il se distingue en intégrant une configuration automatisée de service mesh, permettant spécifiquement l'injection de conteneurs proxy pour gérer le trafic réseau et l'observabilité au sein du cluster. L'ensemble d'outils couvre l'orchestration complète de ces nœuds virtualisés, incluant la configuration du pontage réseau pour permettre un accès externe aux services. Il sert de sandbox pour tester l'orchestration de conteneurs et les configurations d'infrastructure avant qu'ils ne soient déployés dans des environnements de production.

    Manages the lifecycle of local virtualized infrastructure to create reproducible computing environments.

    Shellcloud-nativedockerhelm
    Voir sur GitHub↗1,917
  1. Home
  2. DevOps & Infrastructure
  3. Virtualization Managers