awesome-repositories.com
Blog
awesome-repositories.com

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

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

8 Repos

Awesome GitHub RepositoriesMulti-Environment Hosting

Capability to run the same application across diverse hosting paradigms such as standalone, serverless, and orchestrated clusters.

Distinguishing note: The candidates focus on multi-user environments or specific platforms like OpenShift, not the breadth of hosting paradigms.

Explore 8 awesome GitHub repositories matching devops & infrastructure · Multi-Environment Hosting. Refine with filters or upvote what's useful.

Awesome Multi-Environment Hosting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nuxt/frameworkAvatar von nuxt

    nuxt/framework

    10,444Auf GitHub ansehen↗

    Old repo of Nuxt 3 framework, now on nuxt/nuxt

    Packages applications into a universal output directory deployable across Node.js, Deno, serverless, edge, and static hosting.

    csrfull-stackhybrid
    Auf GitHub ansehen↗10,444
  • j3ssie/osmedeusAvatar von j3ssie

    j3ssie/Osmedeus

    6,425Auf GitHub ansehen↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Selects between local, Docker, or SSH execution environments per workflow step.

    Go
    Auf GitHub ansehen↗6,425
  • ant-design-blazor/ant-design-blazorAvatar von ant-design-blazor

    ant-design-blazor/ant-design-blazor

    6,178Auf GitHub ansehen↗

    Ant Design Blazor is a library of enterprise-class UI components that implement the Ant Design visual language for Blazor applications. It provides a complete set of pre-built, high-quality components designed for building professional web interfaces in complex business applications. The library is distributed as a single NuGet package that integrates into existing Blazor projects through standard dependency injection, and also offers template-based project scaffolding for generating new project structures. It supports multiple hosting models, allowing the same components to run across WebAss

    Runs the same components across WebAssembly, server, or hybrid environments without code changes.

    C#ant-designant-design-blazorantd
    Auf GitHub ansehen↗6,178
  • appleboy/ssh-actionAvatar von appleboy

    appleboy/ssh-action

    6,113Auf GitHub ansehen↗

    This is a GitHub Action that executes shell commands on remote servers over SSH as part of a CI/CD pipeline. It supports authentication using passwords, private keys, or private keys with passphrases, and can verify the SHA256 fingerprint of the remote host's public key before connecting to prevent man-in-the-middle attacks. The action can connect to multiple remote hosts in a single workflow step, optionally executing commands synchronously across all of them. It also supports routing SSH connections through an intermediate jump host to reach target servers in restricted networks. Environmen

    Connects to multiple remote hosts simultaneously and executes commands across all of them in one step.

    Shell
    Auf GitHub ansehen↗6,113
  • fizzadar/pyinfraAvatar von Fizzadar

    Fizzadar/pyinfra

    5,793Auf GitHub ansehen↗

    pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell commands to manage servers, containers, and local machines over SSH without requiring any pre-installed software on target hosts. It operates by comparing the desired state of a system against its current state, using a dry-run simulation mode to preview changes and a fact-based conditional execution engine to gather host attributes at runtime and control which operations run. The tool compiles Python operations into optimized shell commands and executes them in parallel across

    Manages thousands of servers in parallel with SSH-based, agentless execution and real-time output.

    Python
    Auf GitHub ansehen↗5,793
  • pyinfra-dev/pyinfraAvatar von pyinfra-dev

    pyinfra-dev/pyinfra

    5,779Auf GitHub ansehen↗

    pyinfra is a Python-based infrastructure automation framework that turns Python code into shell commands for managing servers, Docker containers, and local machines. It operates as a declarative, idempotent deployment tool, applying desired system states by comparing target configurations against current states and making only the necessary changes. The framework provides a connector-based transport abstraction that unifies SSH, Docker, and local execution behind a common interface, with a parallel execution engine that manages concurrent operations across hosts. The tool distinguishes itself

    Connects to multiple remote hosts simultaneously and executes commands across all of them in one step.

    Pythoncloud-managementconfiguration-managementhigh-performance
    Auf GitHub ansehen↗5,779
  • microsoft/phicookbookAvatar von microsoft

    microsoft/PhiCookBook

    3,755Auf GitHub ansehen↗

    PhiCookBook is a technical guide and implementation framework for integrating small language models into applications. It provides instructions for deploying these lightweight models to perform reasoning, coding, and math tasks across various hardware environments and serving platforms. The project functions as a tutorial for developing intelligent AI applications by chaining prompts and code into executable sequences. It includes a framework for evaluating model behavior and calculating quality metrics to verify the accuracy and reliability of these workflows. The repository covers a broad

    Provides interfaces to execute lightweight models across diverse hardware environments and serving platforms.

    Jupyter Notebookcookbooklanguage-modelphi-4
    Auf GitHub ansehen↗3,755
  • ibm/mcp-context-forgeAvatar von IBM

    IBM/mcp-context-forge

    3,310Auf GitHub ansehen↗

    mcp-context-forge is a Model Context Protocol federation gateway that unifies diverse AI tool servers and APIs into a single consistent interface for discovery and execution. It acts as a centralized proxy that aggregates multiple servers and APIs, allowing AI agents to access and invoke a unified set of tools, prompts, and resources. The project distinguishes itself through a multi-protocol translation bridge that converts communication between standard I/O, SSE, gRPC, and REST to enable interoperability between disparate tool servers. It includes a comprehensive LLM evaluation framework for

    Supports deployment as a standalone module, serverless function, or within Kubernetes and OpenShift.

    Pythonagentsaiapi-gateway
    Auf GitHub ansehen↗3,310
  1. Home
  2. DevOps & Infrastructure
  3. Multi-Environment Hosting

Unter-Tags erkunden

  • Model Hosting AbstractionsInterfaces and abstractions for executing the same AI model logic across various cloud and local runtimes. **Distinct from Multi-Environment Hosting:** Focuses on the AI model runtime abstraction specifically, whereas the parent covers general application hosting paradigms.
  • Multi-Host SSH Runners1 Sub-TagConnects to multiple remote hosts simultaneously and executes commands across all of them in one step. **Distinct from Multi-Environment Hosting:** Distinct from Multi-Environment Hosting: focuses on SSH-based command execution across hosts, not application hosting paradigms.