awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

510 个仓库

Awesome GitHub RepositoriesCloud Infrastructure

Foundational services and platforms required to provision, manage, monitor, and scale distributed computing resources in the cloud.

Explore 510 awesome GitHub repositories matching devops & infrastructure · Cloud Infrastructure. Refine with filters or upvote what's useful.

Awesome Cloud Infrastructure GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • openclaw/openclawopenclaw 的头像

    openclaw/openclaw

    380,031在 GitHub 上查看↗

    Openclaw 是一个用于管理智能体(Agent)执行环境的平台,提供控制智能体生命周期、会话状态和工作区持久化的基础设施。它具有一个处理模型循环、工具调用和流式事件的中心化网关,同时支持多智能体路由和持久化内存管理。该系统旨在规范工具执行签名,并为跨提供商兼容性提供标准化接口。 该平台包括广泛的开发者工具,例如用于工作区管理的命令行界面、诊断日志记录以及允许注册自定义工具和功能的插件架构。它通过事件驱动的钩子、任务调度和与外部服务的集成来支持自动化工作流。安全性通过执行策略、凭据可移植性和智能体操作的审批工作流进行管理。 部署通过自动化基础设施安装程序和容器化网关助手提供支持,并内置了用于备份和配置管理的实用程序。该系统为编排多步工作流提供了结构化格式,并包括用于浏览器自动化和结构化代码补丁的专用工具。

    Simplifies cloud deployments by providing instructions for network hardening, bastion host setup, and automated environment provisioning.

    TypeScriptaiassistantcrustacean
    在 GitHub 上查看↗380,031
  • donnemartin/system-design-primerdonnemartin 的头像

    donnemartin/system-design-primer

    353,387在 GitHub 上查看↗

    这是一个关于分布式系统架构和后端基础设施设计的综合教育资源和学习指南。它为掌握设计复杂软件系统所需的扩展性、可靠性和性能原则提供了结构化课程。 该仓库通过提供一种系统化的技术面试准备方法脱颖而出,结合了设计模式、架构权衡和间隔重复工具,帮助用户记忆复杂概念。它强调约束驱动的分析,教授用户在起草架构设计时如何评估延迟、一致性和可用性等相互竞争的需求。 内容涵盖了广泛的系统设计能力,包括数据库扩展、流量管理和基础设施优化策略。它详细介绍了水平扩展、多层缓存、异步通信和服务发现技术,同时还提供了用于执行资源估算和容量规划的框架。 文档以学习指南的形式组织,为后端工程和大规模系统设计的基础知识提供了系统化的路径。

    Discusses the benefits of isolating database services to improve security and scalability.

    Pythondesigndesign-patternsdesign-system
    在 GitHub 上查看↗353,387
  • awesome-selfhosted/awesome-selfhostedawesome-selfhosted 的头像

    awesome-selfhosted/awesome-selfhosted

    299,516在 GitHub 上查看↗

    这是一个由社区策划的开源软件目录,专为在私有服务器环境和家庭实验室中部署而设计。它作为发现主流云服务独立自托管替代方案的综合资源,使用户能够保持对数字基础设施的完全数据所有权和控制权。 该目录通过层级分类法构建,将庞大的应用程序集合组织成逻辑类别,范围从媒体管理和数据分析到私有通信和团队生产力工具。它通过协作同行评审流程脱颖而出,社区成员验证每个提交的质量和相关性,以确保目录保持准确和可靠。 该项目涵盖了广泛的能力领域,包括基础设施自动化、基于容器的服务部署和声明式配置管理。这些工具协助用户维护可复现的服务器环境,并管理私有硬件上的复杂服务依赖。 该目录作为版本控制仓库进行维护,确保所有更新和社区驱动的变更都是可追踪且透明的。

    Provides browser-based development environments running on remote servers for persistent access.

    awesomeawesome-listcloud
    在 GitHub 上查看↗299,516
  • facebook/reactfacebook 的头像

    facebook/react

    245,669在 GitHub 上查看↗

    React 是一个用于构建用户界面的 JavaScript 库,采用组件化架构和单向数据流。

    Queues new render cycles by updating component state.

    JavaScriptjavascriptuifrontend
    在 GitHub 上查看↗245,669
  • twbs/bootstraptwbs 的头像

    twbs/bootstrap

    174,380在 GitHub 上查看↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By establishing a baseline through browser normalization and standardized typography, the project enables developers to create accessible, cross-browser compatible web applications. The framework distinguishes itself through a modular Sass-based architecture that allows for deep cust

    Allows remote deployment of framework styles and scripts via content delivery networks to bypass local file management.

    MDXbootstrapcsscss-framework
    在 GitHub 上查看↗174,380
  • zeit/next.jszeit 的头像

    zeit/next.js

    140,086在 GitHub 上查看↗

    Next.js is a full stack web framework designed for building applications with React. It functions as a React web framework that integrates a server-side rendering engine, a static site generator, and a dedicated application router to manage page-based navigation and dynamic URL segments. The framework enables the development of both frontend user interfaces and backend server logic within a single codebase. It provides a unified environment for full stack web development, allowing frontend and backend components to be built and managed together. The system focuses on frontend performance opt

    Provides a runtime for executing server-side logic in globally distributed edge environments to reduce latency.

    JavaScript
    在 GitHub 上查看↗140,086
  • ripienaar/free-for-devripienaar 的头像

    ripienaar/free-for-dev

    123,154在 GitHub 上查看↗

    This project is a community-maintained directory of technical resources, tools, and services that offer free tiers for developers. It serves as a centralized reference point for discovering infrastructure, software, and educational materials, helping individuals and teams minimize operational costs while building and scaling applications. The directory distinguishes itself through a collaborative, community-driven curation model that aggregates metadata about third-party services. By utilizing a hierarchical taxonomy and storing all content in version-controlled, plain-text files, the project

    Connects developers to cloud and serverless providers that offer free tiers for hosting and storage.

    HTMLawesome-listfree-for-developers
    在 GitHub 上查看↗123,154
  • comfy-org/comfyuiComfy-Org 的头像

    Comfy-Org/ComfyUI

    117,227在 GitHub 上查看↗

    ComfyUI is a node-based generative AI orchestration engine designed for constructing, testing, and executing complex image and video synthesis pipelines. By utilizing a directed acyclic graph execution model, the platform allows users to build reproducible workflows through modular, interconnected processing blocks without requiring manual code implementation. It serves as both a local environment for high-performance model inference and a production-ready server for deploying generative capabilities. The platform distinguishes itself through its focus on workflow portability and extensibilit

    Enables the deployment of high-performance GPU instances with integrated security measures to execute compute-intensive AI inference tasks.

    Pythonaicomfycomfyui
    在 GitHub 上查看↗117,227
  • denoland/denodenoland 的头像

    denoland/deno

    107,110在 GitHub 上查看↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system, network, and environment variables. The runtime natively supports modern web-standard APIs, ensuring consistent behavior and portability across different environments. What distinguishes Deno is its integrated approach to the software development lifecycle. It bundles essentia

    Powers multi-tenant application hosting by isolating user workloads within secure, resource-constrained runtimes.

    Rustdenojavascriptrust
    在 GitHub 上查看↗107,110
  • jaywcjlove/awesome-macjaywcjlove 的头像

    jaywcjlove/awesome-mac

    105,841在 GitHub 上查看↗

    This project is a comprehensive, curated collection of software resources designed for the macOS ecosystem. It serves as a centralized directory for discovering applications across a wide range of functional domains, including professional development, system management, and personal productivity. The directory distinguishes itself by offering a highly granular classification of tools that cater to specific technical and creative workflows. It highlights specialized software for software engineering, such as terminal emulators, version control clients, and API development tools, alongside a b

    Synchronizes and backs up local data to remote cloud storage providers.

    Swiftappappleapplication
    在 GitHub 上查看↗105,841
  • supabase/supabasesupabase 的头像

    supabase/supabase

    104,317在 GitHub 上查看↗

    This project provides an integrated backend platform built around a relational database. It automatically generates REST and GraphQL APIs from database schemas, allowing for direct data interaction through standard requests and client libraries. The platform includes a comprehensive authentication system that manages user identity, session handling, and fine-grained access control through database-native row-level security policies. Beyond core data management, the platform offers specialized services for object storage, vector data processing for semantic search, and real-time communication

    Executes event-driven backend logic in globally distributed environments to ensure low-latency performance for end users.

    TypeScriptaialternativeauth
    在 GitHub 上查看↗104,317
  • browser-use/browser-usebrowser-use 的头像

    browser-use/browser-use

    100,229在 GitHub 上查看↗

    Browser-use is a framework for building autonomous agents that navigate, interact with, and extract data from web interfaces using natural language instructions. By acting as an orchestration layer between large language models and browser automation protocols, it enables the execution of complex, multi-step workflows without relying on brittle selectors. The system functions as a headless browser controller, providing a programmatic interface to manage browser instances and execute granular interactions. The project distinguishes itself through its ability to translate high-level intent into

    Triggers browser automation routines programmatically through RESTful endpoints to handle authentication and task execution in remote environments.

    Pythonai-agentsai-toolsbrowser-automation
    在 GitHub 上查看↗100,229
  • rasbt/llms-from-scratchrasbt 的头像

    rasbt/LLMs-from-scratch

    97,260在 GitHub 上查看↗

    This repository serves as an educational framework for building large language models from the ground up. It provides a structured curriculum that guides learners through the end-to-end lifecycle of model development, including data processing, architecture design, and optimization. By focusing on low-level implementation, the project enables users to master the fundamental mechanics of artificial intelligence without relying on high-level abstraction frameworks. The project distinguishes itself by constructing neural network components and gradient-based optimization logic from first princip

    Enables persistent access to development environments through cloud-based platforms for a seamless coding experience.

    Jupyter Notebookaiartificial-intelligencechatbot
    在 GitHub 上查看↗97,260
  • oven-sh/bunoven-sh 的头像

    oven-sh/bun

    93,257在 GitHub 上查看↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The project functions as an all-in-one toolchain, integrating a native bundler, transpiler, package manager, and test runner into a single command-line interface. What distinguishes Bun is its focus on native system integration and developer productivity. It features a high-performa

    Uploads files and data directly to object storage services using static methods for simplified cloud integration.

    Rustbunbundlerjavascript
    在 GitHub 上查看↗93,257
  • punkpeye/awesome-mcp-serverspunkpeye 的头像

    punkpeye/awesome-mcp-servers

    89,264在 GitHub 上查看↗

    This project serves as a centralized directory and interoperability hub for the Model Context Protocol, providing a curated collection of standardized service connectors that bridge artificial intelligence models with external software, databases, and APIs. It facilitates the integration of AI agents with diverse ecosystems by offering a registry of machine-readable interface definitions that enable dynamic tool discovery and structured context injection. The directory distinguishes itself by focusing on the protocol-based interoperability required for autonomous AI agents to interact with he

    Standardizes communication between autonomous agents and cloud-hosted infrastructure services to simplify deployment and resource management tasks.

    aimcp
    在 GitHub 上查看↗89,264
  • microsoft/ml-for-beginnersmicrosoft 的头像

    microsoft/ML-For-Beginners

    86,919在 GitHub 上查看↗

    This project is an open-source educational curriculum designed to provide a structured path for developers to master machine learning and generative AI. It functions as a technical skill development platform, offering comprehensive study materials that guide learners through fundamental concepts, algorithms, and the practical implementation of artificial intelligence models from scratch. The curriculum distinguishes itself through a pedagogy centered on interactive Jupyter Notebooks, which allow students to execute code cells directly within narrative documents for immediate visual feedback.

    Teaches the provisioning, management, and scaling of artificial intelligence workloads within cloud environments using automated workflows.

    Jupyter Notebookdata-scienceeducationmachine-learning
    在 GitHub 上查看↗86,919
  • macrozheng/mallmacrozheng 的头像

    macrozheng/mall

    83,878在 GitHub 上查看↗

    This project is an enterprise-grade Java framework designed for building scalable, full-stack e-commerce applications. It provides a comprehensive foundation for microservice-based distributed architectures, enabling the development of complex retail platforms that include product management, order processing, and secure user authentication. By leveraging modular service patterns and centralized API gateways, the framework supports the construction of resilient systems that decompose monolithic business logic into independent, manageable services. The platform distinguishes itself through a r

    Connects applications to S3-compatible object storage services to ensure seamless data interoperability.

    Javadockerelasticsearchelk
    在 GitHub 上查看↗83,878
  • bregman-arie/devops-exercisesbregman-arie 的头像

    bregman-arie/devops-exercises

    82,879在 GitHub 上查看↗

    This project is a comprehensive educational curriculum designed to build proficiency across modern infrastructure, cloud-native technologies, and systems administration. It functions as a reference library and interview preparation resource, offering a structured collection of conceptual questions, practical coding challenges, and hands-on scenarios that cover the full spectrum of software delivery and operational workflows. The repository distinguishes itself through a modular, domain-specific structure that links instructional problem statements with verified implementation examples. By emp

    Understand how to implement virtual network layers, including routing and traffic management, via guided instructional content.

    Pythonansibleawsazure
    在 GitHub 上查看↗82,879
  • spring-projects/spring-bootspring-projects 的头像

    spring-projects/spring-boot

    80,945在 GitHub 上查看↗

    Spring Boot is an opinionated application framework designed to streamline the creation of production-ready services. It functions as a comprehensive development platform that utilizes a centralized dependency injection container to manage object lifecycles and wiring. By employing convention-over-configuration, the framework automates the instantiation of components based on the presence of specific libraries and configuration properties, significantly reducing the need for manual setup. The framework distinguishes itself by bundling the application and its web server into a single, self-con

    Optimizes backend services for cloud-native environments by facilitating externalized configuration and automated observability.

    Javaframeworkjavaspring
    在 GitHub 上查看↗80,945
  • anuraghazra/github-readme-statsanuraghazra 的头像

    anuraghazra/github-readme-stats

    79,661在 GitHub 上查看↗

    This project is a serverless service that generates dynamic, themeable visual summaries of software development activity. It functions as an automated metadata visualizer, transforming raw platform logs and repository metrics into resolution-independent vector graphics that can be embedded directly into markdown environments. The service distinguishes itself by offering highly configurable, query-parameter-driven rendering that allows users to customize the visual presentation of their coding patterns, language proficiency, and repository details. It supports both real-time generation via ser

    Executes stateless code on demand in response to HTTP requests to generate dynamic visual assets without persistent infrastructure.

    JavaScriptdynamicprofile-readmereadme-generator
    在 GitHub 上查看↗79,661
上一个123456…26下一个
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Infrastructure

探索子标签

  • Authorization PoliciesConfigurations that define access permissions for cloud resources and services.
  • Cloud Browser ProvidersSpecific integrations for managed browser services.
  • Cloud Computing & Serverless8 个子标签Cloud-based services and environments that abstract infrastructure management to support application hosting, storage, and execution.
  • Cloud Service Mocks2 个子标签Local implementations of cloud service APIs used to simulate behavior and verify application logic without live infrastructure.
  • Cloud-Native Backend FrameworksLibraries and runtimes optimized for building microservices with low latency and minimal resource usage.
  • Infrastructure Provisioning and Management5 个子标签Tools and interfaces for defining, deploying, and visualizing the lifecycle of cloud resources through code or graphical consoles.
  • Networking and Connectivity19 个子标签Services that manage virtual network isolation, software-defined connectivity, and edge-based traffic distribution.
  • Operational Monitoring and Governance3 个子标签Systems for tracking resource consumption, billing, and centralized observability of distributed cloud infrastructure.
  • Remote Development Workspaces2 个子标签Browser-based development environments running on remote servers for persistent access.
  • Storage and Data Persistence6 个子标签Services for storing unstructured objects, persistent block volumes, or managed database instances within the cloud.