awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

20 مستودعات

Awesome GitHub RepositoriesBuild Artifact Deployment

Copies compiled binaries, libraries, and metadata to a designated directory structure for distribution.

Distinct from Deployment Artifact Specifications: Distinct from Deployment Artifact Specifications: focuses on the physical copying of build outputs rather than the specification of artifact formats.

Explore 20 awesome GitHub repositories matching devops & infrastructure · Build Artifact Deployment. Refine with filters or upvote what's useful.

Awesome Build Artifact Deployment GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • homebrew/legacy-homebrewالصورة الرمزية لـ Homebrew

    Homebrew/legacy-homebrew

    26,849عرض على GitHub↗

    This project is a command line package manager and dependency management engine used for installing, updating, and removing software packages across different operating systems. It functions as a package recipe system and software repository administrator, utilizing declarative scripts to define software sources, build arguments, and installation steps. The system operates as a binary distribution platform that compiles source code into pre-compiled binaries and distributes them through remote repositories. It includes an automated version tracker that monitors upstream software releases and

    Moves binaries, bundles, and plugins into specific system directories during the installation process.

    عرض على GitHub↗26,849
  • voltagent/awesome-claude-code-subagentsالصورة الرمزية لـ VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906عرض على GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Coordinates the versioning, storage, and promotion of build artifacts across registries to ensure consistent deployment pipelines.

    Shellai-agent-frameworkai-agent-toolsai-agents
    عرض على GitHub↗21,906
  • mbecker20/komodoالصورة الرمزية لـ mbecker20

    mbecker20/komodo

    11,400عرض على GitHub↗

    Komodo is a self-hosted deployment manager and agentless software distributor designed to build application binaries and distribute them across a fleet of remote servers. It functions as a remote deployment orchestrator that manages the build and release process from a centralized control point. The system distinguishes itself by using a programmatic deployment pipeline, employing script logic rather than static configuration files to coordinate build and distribution sequences. It utilizes SSH for remote execution and binary synchronization, allowing the controller to push updates to target

    Copies compiled binaries and metadata to designated directories on remote servers for distribution.

    Rust
    عرض على GitHub↗11,400
  • nasa/fprimeالصورة الرمزية لـ nasa

    nasa/fprime

    10,766عرض على GitHub↗

    F Prime هو إطار عمل قائم على المكونات مصمم لتطوير ونشر البرمجيات المدمجة وبرمجيات الطيران الفضائي. يوفر بنية معيارية تفصل منطق البرمجيات عن واجهات الاتصال، مما يسمح للمطورين بتحديد هياكل النظام من خلال لغة نمذجة خاصة بالمجال. يتيح هذا النهج القائم على النماذج توليد الكود آلياً، مما يضمن الاتساق عبر طوبولوجيا النظام المعقدة مع الحفاظ على عقود واجهة صارمة بين وحدات البرمجيات. يتميز إطار العمل بنظام بناء متكامل ومجموعة عمليات بيانات أرضية. فهو يقوم بأتمتة دورة حياة البرمجيات المدمجة بالكامل، بدءاً من التجميع المتقاطع وإدارة التبعيات وصولاً إلى توليد واجهات القياس عن بُعد والأوامر. من خلال توفير بيئة موحدة لكل من برمجيات الطيران الموجودة على متن المركبة والمراقبة الأرضية، فإنه يسهل التكامل والاختبار والتحكم في الأنظمة المدمجة الموزعة عبر منصات أجهزة متنوعة. بالإضافة إلى بنيته الأساسية، يتضمن المشروع أدوات شاملة لمراقبة النظام، بما في ذلك تصور القياس عن بُعد في الوقت الفعلي، وتسجيل الأحداث، وتتبع التشخيص. وهو يدعم مجموعة واسعة من سيناريوهات النشر، من بيئات الأجهزة الخام (bare-metal) إلى أنظمة التشغيل في الوقت الفعلي، ويوفر آليات لإدارة الذاكرة، ونمذجة السلوك القائم على الحالة، وتنفيذ المهام غير المتزامنة. يتم صيانة المشروع كمستودع C++ مع توثيق شامل ودعم لنظام البناء من أجل التطوير عبر المنصات.

    Copies compiled binaries, libraries, and associated metadata to a designated directory structure to prepare for deployment.

    C++componentscppembedded
    عرض على GitHub↗10,766
  • travis-ci/travis-ciالصورة الرمزية لـ travis-ci

    travis-ci/travis-ci

    8,490عرض على GitHub↗

    Travis CI is a continuous integration platform and CI/CD pipeline orchestrator that automates the testing and building of code changes from version control systems. It functions as a multi-language test runner and build infrastructure manager, ensuring software quality through automated testing across various programming languages and runtimes. The platform is distinguished by its use of virtual-machine-based isolation for reproducible environments and a configuration-driven approach to pipeline generation. It supports complex testing strategies through parallel matrix execution, allowing job

    Uploads compiled binaries and metadata to various cloud providers and package registries using specialized plugins.

    عرض على GitHub↗8,490
  • nomicfoundation/hardhatالصورة الرمزية لـ NomicFoundation

    NomicFoundation/hardhat

    8,489عرض على GitHub↗

    Hardhat is a smart contract development framework and EVM tooling suite designed for the full lifecycle of Ethereum and EVM-compatible applications. It serves as a development environment for compiling, testing, and deploying smart contracts, providing a local blockchain simulation and a programmable task runner. The framework is distinguished by its extensive simulation capabilities, including the ability to fork remote network state and manipulate block time or account balances. It features a hook-based plugin system that allows for the extension of core functionality and the creation of cu

    Stores deployment artifacts in a directory to enable modification and extension of previously executed deployments.

    TypeScriptblockchaindappsdebugging
    عرض على GitHub↗8,489
  • yarnpkg/berryالصورة الرمزية لـ yarnpkg

    yarnpkg/berry

    8,052عرض على GitHub↗

    Berry is a Node.js package manager, dependency resolution engine, and monorepo workspace manager. It provides the tools necessary for resolving, downloading, and managing dependencies to ensure consistent environments across different development machines, while also serving as a publishing tool for uploading versioned package tarballs to registries. The project is distinguished by its implementation of Plug'n'Play, which resolves dependencies without creating a physical node_modules directory by mapping dependencies directly to the file system. This enables a zero-install development workflo

    Extracts fetched package archives into specific disk layouts based on the chosen installation strategy.

    TypeScriptjavascriptnodejspackage-manager
    عرض على GitHub↗8,052
  • fluxcd/flux2الصورة الرمزية لـ fluxcd

    fluxcd/flux2

    7,888عرض على GitHub↗

    Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with configurations stored in Git, OCI, or Helm repositories. It functions as a set of controllers that monitor desired state in external sources and continuously reconcile the live cluster to match those definitions. The system distinguishes itself through a multi-cluster management plane that coordinates application delivery across fleets of remote clusters from a central hub. It provides a dedicated mechanism for automated image updates, which scans container registries for new

    Creates custom artifact resources using an SDK for consumption by deployment controllers.

    Gocontinuous-deliverygitopsgitops-toolkit
    عرض على GitHub↗7,888
  • haxefoundation/haxeالصورة الرمزية لـ HaxeFoundation

    HaxeFoundation/haxe

    6,880عرض على GitHub↗

    Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform

    Lists available build directories and files for download, organized by date and size.

    Haxecompilercross-platformhaxe
    عرض على GitHub↗6,880
  • aws/aws-sam-cliالصورة الرمزية لـ aws

    aws/aws-sam-cli

    6,732عرض على GitHub↗

    The AWS SAM Command Line Interface is a development toolkit used to define, emulate, and manage the lifecycle of serverless infrastructure. It serves as an infrastructure as code tool and a wrapper for AWS CloudFormation, allowing users to describe cloud resources through declarative templates. The project differentiates itself by providing a local serverless emulator that uses containers to execute and debug functions before they are deployed. It also enables rapid cloud iteration through real-time synchronization, which monitors local source code for changes and automatically pushes updates

    Bundles compiled binaries and metadata into deployable packages for distribution to cloud storage.

    Pythonapi-gatewayawsdocker
    عرض على GitHub↗6,732
  • mesonbuild/mesonالصورة الرمزية لـ mesonbuild

    mesonbuild/meson

    6,547عرض على GitHub↗

    The Meson Build System

    Installs only explicitly tagged targets to a configurable prefix with DESTDIR support.

    Python
    عرض على GitHub↗6,547
  • nlog/nlogالصورة الرمزية لـ NLog

    NLog/NLog

    6,542عرض على GitHub↗

    NLog is an open-source logging framework for .NET that functions as a structured logging library and log routing engine. It captures log events with named parameters as searchable data rather than plain text and directs these messages to various output destinations based on severity and source. The framework is designed as an extensible platform, supporting custom targets, layout renderers, and filters that can be loaded from external assemblies or defined in code. It features a dynamic configuration system that allows logging targets, rules, and layouts to be updated via XML or programmatic

    Creates system resources, such as database tables or event logs, that logging targets depend on for operation.

    C#aotaot-compatiblec-sharp
    عرض على GitHub↗6,542
  • apache/incubator-kie-droolsالصورة الرمزية لـ apache

    apache/incubator-kie-drools

    6,269عرض على GitHub↗

    This project is a business rules management system and rule engine designed to define, execute, and manage complex business logic decoupled from application source code. It provides a business logic compiler that transforms human-readable rule definitions into executable models for high-performance runtime evaluation. The system includes a complex event processing engine for analyzing real-time data streams to identify temporal patterns and a decision model and notation executor that processes structured logic based on industry standards for deterministic results. It utilizes an inference eng

    Pushes compiled rule artifacts to remote repositories for distribution and consumption.

    Java
    عرض على GitHub↗6,269
  • peaceiris/actions-gh-pagesالصورة الرمزية لـ peaceiris

    peaceiris/actions-gh-pages

    5,312عرض على GitHub↗

    This project is a GitHub Action designed to automate the deployment of static files and generated sites to GitHub Pages. It functions as a deployment tool that pushes build artifacts from a workflow to a remote Git repository branch for web hosting. The tool supports publishing to external repositories, enabling a private-to-public workflow to keep source code hidden. It also provides compatibility with GitHub Enterprise Server instances for deployments within private corporate environments. Core capabilities include managing the hosting branch through the creation of orphan branches to remo

    Stages build artifacts in a temporary runner environment before synchronizing them with the target publishing branch.

    TypeScript
    عرض على GitHub↗5,312
  • apache/mavenالصورة الرمزية لـ apache

    apache/maven

    5,161عرض على GitHub↗

    Maven هي أداة لأتمتة بناء مشاريع Java ومنسق لبناء البرمجيات. تعمل كمدير لدورة حياة المشروع ونظام لإدارة التبعيات، باستخدام نموذج كائن مشروع موحد لتجميع واختبار وتغليف مشاريع Java. يتميز المشروع بدورة حياة بناء قائمة على المراحل ونموذج توسعة قائم على الإضافات، مما يسمح للمستخدمين بربط أهداف مخصصة بمراحل بناء محددة. ينسق البرمجيات المعقدة من خلال إدارة المشاريع متعددة الوحدات ويضمن سير عمل بناء قابل للتكرار عن طريق تحييد متغيرات البيئة والتحكم في إصدارات سلسلة الأدوات. تغطي إمكانياته إدارة شاملة للتبعيات، بما في ذلك حل التبعيات المتعدية ونشر القطع البرمجية (artifacts) إلى مستودعات بعيدة. يوفر النظام أيضاً إنشاء المشاريع من خلال القوالب وإنشاء وثائق مفصلة لإنتاج مراجع واجهات برمجة التطبيقات ومواقع المشاريع. تتضمن الأداة واجهة سطر أوامر مع إكمال المدخلات وتدعم تنفيذ البناء دون اتصال باستخدام ذاكرة تخزين مؤقت محلية للقطع البرمجية.

    Pushes compiled binaries and metadata to remote repositories for sharing and versioning across teams.

    Javaapache-mavenbuild-managementhacktoberfest
    عرض على GitHub↗5,161
  • sbt/sbtالصورة الرمزية لـ sbt

    sbt/sbt

    4,929عرض على GitHub↗

    Sbt هي أداة بناء JVM ونظام إدارة تبعيات مصمم لـ Scala و Java. تعمل كمنسق بناء متعدد المشاريع يدير تجميع الكود المصدري، ويحل المكتبات الخارجية من المستودعات البعيدة، ويحزم الملفات الثنائية للتوزيع. يتميز المشروع بنظام البناء التفاعلي الخاص به، والذي يوفر حلقة قراءة-تقييم-طباعة (REPL) لفحص الحالة في الوقت الفعلي وتنفيذ المهام. يستخدم نموذج تنفيذ قائم على رسم بياني للتبعية لمعالجة المهام ويحتفظ بمخزن مفتاح-قيمة آمن من حيث النوع لتهيئة البناء الديناميكي. تغطي قدراته أتمتة بناء JVM مع إعادة التجميع التزايدي، وتنظيم المشاريع المعيارية، وتنفيذ الاختبارات المؤتمتة. يدعم النظام أيضًا التجميع عبر الإصدارات، ونشر القطع الأثرية إلى التخزين السحابي، ونموذج إضافات قابل للتوسيع لإضافة منطق بناء مخصص.

    Allows declaring additional non-standard files for publication by mapping them to generating tasks.

    Scala
    عرض على GitHub↗4,929
  • fastlane/ciالصورة الرمزية لـ fastlane

    fastlane/ci

    2,067عرض على GitHub↗

    هذا المشروع عبارة عن منصة تكامل وتسليم مستمر (CI/CD) ذاتية الاستضافة مصممة خصيصاً لتطوير تطبيقات الهاتف المحمول. توفر بيئة خادم مركزية تراقب مستودعات الكود المصدري لتشغيل سير عمل البناء والاختبار والنشر المؤتمت، مما يضمن بقاء إصدارات برمجيات الهاتف متسقة وموثوقة. تتميز المنصة بدعم متخصص لدورة حياة تطبيقات الهاتف، بما في ذلك الإدارة الآمنة وتوزيع هويات التوقيع المشفرة. ومن خلال التكامل المباشر مع منصات التحكم في الإصدار الحالية للمصادقة، فإنها تبسط التحكم في الوصول مع الحفاظ على خطوط أنابيب آمنة ومؤتمتة لتوقيع الكود وتوزيع الملفات الثنائية (binaries). يدير النظام تنسيق البناء الموزع عن طريق تفويض المهام عبر عقد عمل (worker nodes) بعيدة متعددة، مما يسمح للفرق بتوسيع نطاق بنيتها التحتية لتقليل أوقات التجميع. يتم الحفاظ على جميع منطق البناء وإعدادات البيئة من خلال ملفات تهيئة خاضعة للتحكم في الإصدار، مما يضمن بقاء عمليات الأتمتة شفافة وقابلة للتكرار عبر بيئات التطوير المختلفة.

    Copies compiled mobile binaries and build outputs to designated storage locations for versioned access and reliable distribution.

    Ruby
    عرض على GitHub↗2,067
  • openapitools/openapi-generator-cliالصورة الرمزية لـ OpenAPITools

    OpenAPITools/openapi-generator-cli

    1,956عرض على GitHub↗

    OpenAPI Generator CLI هي أداة سطر أوامر مصممة لأتمتة إنشاء عناصر API من ملفات المواصفات. تعمل كأداة لإنشاء مكتبات العميل، وكعوب (stubs) الخادم، والتوثيق، مما يمكن المطورين من إنتاج كود معياري متسق ومواد مرجعية عبر لغات برمجة مختلفة. يوفر المشروع غلافاً يدير دورة حياة محرك تنفيذ قائم على Java، والذي يقوم بتوليد الكود الفعلي باستخدام قوالب خالية من المنطق. ولضمان نتائج قابلة للتكرار وتجنب تعارضات التبعية على النظام المضيف، تدعم الأداة إدارة المحرك الخاضعة للتحكم في الإصدار وبيئات التنفيذ القائمة على الحاويات. يمكن للمستخدمين تحديد قواعد إنشاء خاصة بالمشروع من خلال ملفات تهيئة مستمرة، والتي تؤتمت المهام المتكررة وتحافظ على الاتساق عبر بيئات التطوير المختلفة. تغطي مجموعة الأدوات النطاق الكامل لإنتاج عناصر API، من إنشاء هيكل الخادم الأولي إلى إنشاء مجموعات تطوير برمجيات العميل المتكاملة.

    Automates the creation of client libraries, server stubs, and documentation directly from specification files.

    TypeScriptnpmopenapiopenapi-generator
    عرض على GitHub↗1,956
  • pr0g/cmake-examplesالصورة الرمزية لـ pr0g

    pr0g/cmake-examples

    1,231عرض على GitHub↗

    This project provides a collection of minimal, modern configuration templates designed to demonstrate industry-standard practices for managing C and C++ build workflows. It serves as a practical guide for developers to implement build automation, dependency management, and project structuring using the CMake build system. The repository distinguishes itself by offering modular examples that cover complex build requirements, such as hierarchical project organization and the integration of external third-party source code. It emphasizes the use of target-based dependency graphs and interface-ba

    Automates the copying of compiled binaries, headers, and libraries to designated installation directories.

    CMakecmakecmake-examplescmake-scripts
    عرض على GitHub↗1,231
  • asyncapi/generatorالصورة الرمزية لـ asyncapi

    asyncapi/generator

    1,061عرض على GitHub↗

    The AsyncAPI generator is a template-driven tool designed to transform event-driven API specification files into various technical deliverables. It functions as a schema-driven synthesis engine that automates the creation of documentation, messaging client SDKs, and project boilerplate by processing structured data through modular, reusable templates. The system distinguishes itself through a component-based rendering engine that traverses hierarchical specification data to produce consistent output. Users can extend the generation process using lifecycle hooks, which allow for the execution

    Transforms specification data into arbitrary project files like test cases, configuration manifests, or diagrams.

    JavaScriptasyncapicodegencodegenerator
    عرض على GitHub↗1,061
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Platforms
  4. Deployment Artifact Specifications
  5. Build Artifact Deployment

استكشف الوسوم الفرعية

  • Build Artifact ListingsLists available build directories and files for download, organized by date and size. **Distinct from Build Artifact Deployment:** Distinct from Build Artifact Deployment: focuses on browsing and listing artifacts, not the deployment process.
  • Convox DeploymentsAutomated delivery of build artifacts to the Convox platform. **Distinct from Build Artifact Deployment:** Specific to the Convox platform, whereas Build Artifact Deployment is a general process of moving binaries.
  • Custom Artifact Generators1 وسم فرعيTools that create specialized configuration artifacts using an SDK for use by deployment controllers. **Distinct from Build Artifact Deployment:** Focuses on generating the artifacts themselves rather than the physical copying process of build outputs.
  • Deployment Artifact PersistenceStorage of compiled bytecode and ABIs to allow for modification and extension of previous deployments. **Distinct from Build Artifact Deployment:** Focuses on the persistence of blockchain-specific artifacts for deployment resumption, not just distribution
  • Explicit Install Target Tagging1 وسم فرعيInstalls only build artifacts explicitly marked for installation, supporting DESTDIR for packaging workflows. **Distinct from Build Artifact Deployment:** Distinct from Build Artifact Deployment: focuses on selective tagging of installable targets rather than the general copying of all build outputs.
  • IBM Bluemix DeploymentsAutomated transfer of build artifacts to IBM Bluemix. **Distinct from Build Artifact Deployment:** Specific to IBM Bluemix, whereas Build Artifact Deployment is the general process of moving binaries.
  • Package LinkersSystems that extract package archives into specific disk layouts based on installation strategies. **Distinct from Build Artifact Deployment:** Specific to package manager installation layouts rather than general compiled binary distribution.