awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesCross-Platform Testing Environments

Explore 7 awesome GitHub repositories matching development tools & productivity · Cross-Platform Testing Environments. Refine with filters or upvote what's useful.

Awesome Cross-Platform Testing Environments GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sickcodes/docker-osxAvatar von sickcodes

    sickcodes/Docker-OSX

    52,595Auf GitHub ansehen↗

    Docker-OSX is a containerized virtualization platform that enables the execution of full operating systems within isolated environments. By leveraging hardware-accelerated hypervisors and machine emulation, the project allows guest operating systems to run with near-native performance, effectively mimicking dedicated physical hardware within a container. The platform distinguishes itself by providing a complete infrastructure for remote desktop and headless management, allowing users to interact with virtualized graphical environments over network protocols. It supports advanced hardware inte

    Validates software compatibility across different operating system versions without requiring dedicated physical hardware.

    Shellcontainerdockerdocker-osx
    Auf GitHub ansehen↗52,595
  • ttroy50/cmake-examplesAvatar von ttroy50

    ttroy50/cmake-examples

    13,066Auf GitHub ansehen↗

    This project is a collection of reference implementations and templates for CMake build patterns and configuration workflows. It provides standardized templates for managing C++ project structures, compiler flags, and dependency linking. The repository includes a packaging guide for creating installation targets and platform-specific software installers. It also provides a testing suite that demonstrates the integration of unit testing and static analysis tools into the build process. Additional reference configurations cover the execution of builds and tests within isolated, containerized e

    Runs test scripts inside multiple container versions to verify build correctness across different operating system environments.

    CMakeboostcatchclang
    Auf GitHub ansehen↗13,066
  • insidegui/virtualbuddyAvatar von insidegui

    insidegui/VirtualBuddy

    8,237Auf GitHub ansehen↗

    VirtualBuddy is a graphical user interface and manager for creating and running macOS virtual machines on Apple Silicon. It serves as an interface for the native Apple Virtualization Framework, allowing users to provision and boot guest operating systems on ARM-based hardware. The tool provides a dedicated environment for managing virtual machine administration and software compatibility testing across different macOS versions. It enables the execution of guests via local files, remote URLs, or image catalogs, and supports booting into recovery mode for system repairs. The system covers hard

    Allows verifying application behavior across different macOS versions by launching guest operating systems.

    Swiftmacosvirtual-machine
    Auf GitHub ansehen↗8,237
  • kata-containers/kata-containersAvatar von kata-containers

    kata-containers/kata-containers

    8,106Auf GitHub ansehen↗

    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

    Provides integration tests that verify container behavior across diverse orchestrators and deployment environments.

    Rustacrncontainerscri
    Auf GitHub ansehen↗8,106
  • nodeos/nodeosAvatar von NodeOS

    NodeOS/NodeOS

    7,337Auf GitHub ansehen↗

    NodeOS is an operating system that boots a Linux kernel with Node.js running as the primary userspace, replacing traditional shell utilities with JavaScript execution. Every npm package is treated as a native system command, making hundreds of thousands of packages directly executable at the OS level. The operating system is built inside Docker containers using a reproducible pipeline that generates ext2 filesystem images, with the ability to conditionally disable KVM for systems without hardware virtualization. It mounts a persistent usersfs partition for user home directories, preserving ch

    Runs the operating system inside Docker containers for testing and deployment.

    Shelljavascriptnodejsnodeos
    Auf GitHub ansehen↗7,337
  • docker-library/docsAvatar von docker-library

    docker-library/docs

    5,281Auf GitHub ansehen↗

    This project serves as a documentation hub and specification repository for official Docker images. It functions as a metadata-driven documentation generator that transforms structured content files into markdown files and readmes for public distribution. The repository provides technical guides and configuration standards for deploying containerized software across multiple CPU architectures. It includes detailed manuals for configuring environment variables, volume mounts, and network settings to ensure consistent image deployments. The documentation covers a broad range of containerized e

    Verifies shell script compatibility by running them against multiple containerized versions of the bash shell.

    Shellhacktoberfest
    Auf GitHub ansehen↗5,281
  • open-policy-agent/conftestAvatar von open-policy-agent

    open-policy-agent/conftest

    3,128Auf GitHub ansehen↗

    Conftest is a suite of tools designed for validating structured configurations, testing policy logic, and generating policy documentation. It serves as a configuration file validator that checks YAML, JSON, and Helm charts for security violations and compliance issues using declarative rules. The project functions as an Open Policy Agent testing tool, allowing structured configuration files to be validated against custom policies written in Rego. It includes a policy-as-code testing framework to ensure policy logic is correct and a utility to extract metadata from Rego code to create static m

    Supports performing policy checks inside containerized environments by mounting local configuration files.

    Gokubernetesopen-policy-agentopenpolicyagent
    Auf GitHub ansehen↗3,128
  1. Home
  2. Development Tools & Productivity
  3. Development Workflow
  4. Environment Management
  5. Cross-Platform Testing Environments

Unter-Tags erkunden

  • Containerized Compatibility Testing1 Sub-TagVerification of build correctness by running test scripts across multiple containerized operating system versions. **Distinct from Cross-Platform Testing Environments:** Focuses on verifying the build's compatibility across OS environments using containers rather than general platform testing.