awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

20 repository-uri

Awesome GitHub RepositoriesDeployment Packaging

Methods and tools for bundling software and its dependencies into portable, executable formats for simplified distribution.

Distinguishing note: None of the provided candidates were relevant; this category focuses on the packaging and distribution model rather than infrastructure management or cloud orchestration.

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

Awesome Deployment Packaging GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • micro-editor/microAvatar micro-editor

    micro-editor/micro

    28,854Vezi pe GitHub↗

    Micro is a terminal-based text editor designed for use within command-line interfaces. It provides a keyboard-centric environment for creating and modifying source code and configuration files without requiring a graphical desktop system. The editor features a modular architecture centered on a plugin-driven system and an embedded scripting engine. Users can extend core functionality, automate workflows, and customize editor behavior by writing scripts or installing external extensions through a centralized package management system. This extensibility allows for the integration of custom com

    Packages all necessary dependencies into a single executable file for immediate deployment across diverse operating systems.

    Gocommand-linecross-platformeditor
    Vezi pe GitHub↗28,854
  • mongodb/mongoAvatar mongodb

    mongodb/mongo

    28,158Vezi pe GitHub↗

    This project is a distributed, document-oriented database system designed to store information in flexible, hierarchical structures. It supports horizontal scaling through automated sharding and maintains high availability across global clusters using a multi-node replication protocol. By executing multi-document operations as atomic units, the system ensures data integrity and consistency across distributed environments. The platform distinguishes itself by integrating advanced vector-based indexing, which enables semantic similarity searches alongside traditional geospatial and lexical quer

    Bundles database software into platform-specific installation packages for simplified distribution.

    C++c-plus-plusdatabasemongodb
    Vezi pe GitHub↗28,158
  • charmbracelet/gumAvatar charmbracelet

    charmbracelet/gum

    22,814Vezi pe GitHub↗

    Gum is a toolkit for building interactive, visually styled command-line interfaces and prompts directly within shell scripts. It functions as a library of modular components that allow developers to enhance terminal workflows by adding structured layouts, formatted text, and user-input widgets to standard command-line operations. The project distinguishes itself by providing a suite of specialized utilities for common shell tasks, such as fuzzy-matched selection menus, interactive file system navigation, and confirmation dialogs. It translates high-level styling and layout instructions into t

    Bundles executable binaries into portable formats for simplified distribution.

    Gobashshell
    Vezi pe GitHub↗22,814
  • quarkusio/quarkusAvatar quarkusio

    quarkusio/quarkus

    15,479Vezi pe GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Builds source code into portable archive formats for consistent execution across environments.

    Javacloud-nativehacktoberfestjava
    Vezi pe GitHub↗15,479
  • saltstack/saltAvatar saltstack

    saltstack/salt

    15,237Vezi pe GitHub↗

    Salt is an infrastructure configuration management tool and orchestration framework designed for large-scale system administration. It functions as a remote execution engine that enables administrators to manage, provision, and enforce declarative states across distributed fleets of servers from a central control point. By utilizing a high-performance message bus, the platform allows for the simultaneous execution of administrative tasks and the maintenance of consistent software configurations across thousands of nodes. The system distinguishes itself through a flexible architecture that sup

    Bundles software and dependencies into portable formats to ensure consistent execution across diverse systems.

    Pythoncloudcloud-managementcloud-providers
    Vezi pe GitHub↗15,237
  • zhisheng17/flink-learningAvatar zhisheng17

    zhisheng17/flink-learning

    15,071Vezi pe GitHub↗

    This project is a collection of educational resources and reference implementations for the Apache Flink stream processing framework. It provides a learning resource focused on mastering distributed stream processing through implementation guides, performance tuning tutorials, and practical examples. The repository features detailed walkthroughs for building real-time data pipelines using the DataStream and Table APIs. It includes specific integration examples for connecting Apache Flink with Kafka brokers and Elasticsearch indices, as well as reference implementations for real-time deduplica

    Compiles project code into deployable JAR files using build automation tools.

    Javaclickhouseelasticsearchflink
    Vezi pe GitHub↗15,071
  • elastic/logstashAvatar elastic

    elastic/logstash

    14,884Vezi pe GitHub↗

    Logstash is a JVM-based event processor and extract, transform, load system designed for log data processing pipelines. It functions as a plugin-based data ingestor that collects, transforms, and delivers logs and event data from multiple sources to various destinations. The system utilizes a modular architecture of interchangeable input, filter, and output components to handle real-time data ingestion and enterprise log aggregation. Users can extend the pipeline's functionality by developing custom plugins to support unique data sources or specific transformation logic. The platform covers

    Creates distributable archives in multiple formats to simplify software deployment across different environments.

    Java
    Vezi pe GitHub↗14,884
  • nuitka/nuitkaAvatar Nuitka

    Nuitka/Nuitka

    14,938Vezi pe GitHub↗

    Nuitka is a compilation framework that translates Python source code into C, enabling the creation of standalone machine code binaries. By converting interpreted scripts into compiled executables, it removes the requirement for a language interpreter on the target machine and provides a mechanism for distributing Python applications as self-contained packages. The project distinguishes itself through advanced optimization techniques, including link-time code generation and profile-guided binary optimization, which improve execution speed by bypassing standard interpreted overhead. It manages

    Bundles Python scripts and their dependencies into standalone, portable executable files for simplified deployment.

    Pythoncompilernuitkapackaging-tool
    Vezi pe GitHub↗14,938
  • hkuds/deepcodeAvatar HKUDS

    HKUDS/DeepCode

    14,539Vezi pe GitHub↗

    DeepCode is an agentic development framework designed to orchestrate autonomous AI agents for software engineering tasks. It functions as a multi-agent workflow orchestrator that translates natural language requirements into functional codebases by coordinating specialized agents for architectural planning, intent analysis, and implementation. The platform integrates multiple language models to power these automated routines, providing a unified environment for complex development projects. The system distinguishes itself through its ability to transform academic research papers into executab

    Bundles configuration files, documentation, and source code into portable distribution packages for deployment.

    Pythonagentic-codingllm-agent
    Vezi pe GitHub↗14,539
  • miserlou/zappaAvatar Miserlou

    Miserlou/Zappa

    11,836Vezi pe GitHub↗

    Zappa is a deployment tool and orchestrator designed to package and deploy Python web applications to AWS Lambda. It functions as a wrapper and framework that adapts standard Python applications to work with serverless infrastructure and API Gateway events. The project enables the hosting of Python web frameworks on serverless environments without requiring the application to be rewritten. It automates the process of pushing code from local environments to the cloud and manages the lifecycle of these deployments to remove manual server management. Its capabilities include automated infrastru

    Packages Python dependencies into deployable zip archives based on the local environment or target runtime.

    Python
    Vezi pe GitHub↗11,836
  • aws/chaliceAvatar aws

    aws/chalice

    11,062Vezi pe GitHub↗

    Chalice is a framework for building and deploying serverless applications and REST APIs on AWS Lambda using Python. It functions as an infrastructure-as-code generator, mapping application logic and routing definitions directly to cloud compute resources while automating the provisioning and management of the underlying environment. The framework distinguishes itself by analyzing source code to automatically construct the minimum necessary security permissions, ensuring least-privilege access for all deployed functions. It supports modular development through blueprint-based organization and

    Packages application code and third-party dependencies into single archives for consistent cloud execution.

    Pythonawsaws-apigatewayaws-lambda
    Vezi pe GitHub↗11,062
  • bottlesdevs/bottlesAvatar bottlesdevs

    bottlesdevs/Bottles

    8,080Vezi pe GitHub↗

    Bottles is a Wine compatibility manager and prefix manager that provides a graphical interface for running Windows applications on Linux. It functions as a Windows application sandbox and dependency manager, organizing isolated environments to prevent dependency conflicts and protect the host operating system. The project acts as a Wine runner orchestrator, allowing users to download, install, and switch between different compatibility layers and graphics renderers. It distinguishes itself by using community-driven scripts for automated software installation and dependency management, alongsi

    Bundles the application and its dependencies into a containerized Flatpak format for consistent distribution.

    Pythonbottlesbottles-versioningdxvk
    Vezi pe GitHub↗8,080
  • yuk7/archwslAvatar yuk7

    yuk7/ArchWSL

    7,372Vezi pe GitHub↗

    ArchWSL is a pre-configured Arch Linux distribution designed to run within the Windows Subsystem for Linux. It provides a method for deploying a functional Linux environment through root filesystem bootstrapping via application packages or zip archives. The project includes a dedicated instance manager for backing up, restoring, and managing multiple isolated Linux environment instances. It also features a compatibility patch for the standard C library and core system libraries to ensure software runs on older kernel versions. The system covers service management through native or emulated s

    Bundles the distribution into a signed Appx package for simplified Windows system integration.

    Makefilearchlinuxuwp-appswindows-10
    Vezi pe GitHub↗7,372
  • apache/openwhiskAvatar apache

    apache/openwhisk

    6,779Vezi pe GitHub↗

    OpenWhisk is a serverless cloud platform designed for deploying and executing stateless functions in response to API calls or events. It serves as a complete serverless stack, providing an API gateway for functions, a function-as-a-service runtime manager, and an event-driven workflow engine. The platform distinguishes itself through a polyglot execution model that supports multiple language runtimes and allows for the creation of custom runtimes using Docker containers. It enables complex logic through function orchestration and composition, allowing multiple functions to be chained into seq

    Groups related actions and external event sources into packages for organized deployment.

    Scala
    Vezi pe GitHub↗6,779
  • pyinfra-dev/pyinfraAvatar pyinfra-dev

    pyinfra-dev/pyinfra

    5,779Vezi pe GitHub↗

    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

    Bundles infrastructure definitions as Python packages for redistribution and reuse across projects.

    Pythoncloud-managementconfiguration-managementhigh-performance
    Vezi pe GitHub↗5,779
  • virtual-kubelet/virtual-kubeletAvatar virtual-kubelet

    virtual-kubelet/virtual-kubelet

    4,531Vezi pe GitHub↗

    Virtual Kubelet este o implementare personalizată de kubelet care permite unui control plane Kubernetes să trateze platformele serverless și API-urile de calcul externe ca noduri de cluster standard. Acesta funcționează ca un orchestrator de calcul extern, traducând comenzile standard de orchestrare în apelurile API specifice necesare pentru a rula containere pe infrastructură non-nativă. Proiectul oferă o interfață pluggable de furnizor de noduri virtuale, permițând dezvoltatorilor să implementeze furnizori de noduri personalizați care mapează evenimentele ciclului de viață al pod-urilor la backend-uri externe specifice. Acest lucru permite emularea comportamentului standard al nodurilor, ceea ce permite controllerului de cluster să programeze workload-uri pe platforme terțe. Sistemul acoperă orchestrarea calculului extern, programarea resurselor în cloud hibrid și expansiunea capacității clusterului. Include capabilități pentru urmărirea ciclului de viață al pod-urilor, rutarea cererilor administrative pentru log-uri și execuție, precum și colectarea și exportul telemetriei nodurilor și metricilor pod-urilor pentru a susține autoscaling-ul orizontal nativ. Deployment-ul este suportat prin manageri de pachete folosind bundle-uri de configurare predefinite.

    Supports the use of pre-defined configuration bundles to deploy and manage the system across a cluster.

    Gocncfkubernetes
    Vezi pe GitHub↗4,531
  • basecamp/once-campfireAvatar basecamp

    basecamp/once-campfire

    4,004Vezi pe GitHub↗

    Once Campfire is a self-hosted team chat platform and real-time messaging server. It provides a web-based communication environment for internal team messaging, featuring group channels, private direct messages, and a bot-integrated system for automating external messaging services. The platform is distributed as a dockerized collaboration suite, allowing for containerized deployment with bundled application dependencies and automated SSL provisioning. The system covers a broad range of collaboration capabilities, including chat management with granular access controls, file attachment shari

    Bundles source code and dependencies into compressed archives for streamlined distribution.

    Ruby
    Vezi pe GitHub↗4,004
  • eon01/dockercheatsheetAvatar eon01

    eon01/DockerCheatSheet

    3,938Vezi pe GitHub↗

    Acest proiect este un ghid de referință cuprinzător și un cheat sheet pentru Docker CLI. Oferă o colecție structurată de comenzi și documentație pentru a ajuta utilizatorii să gestioneze ciclurile de viață ale containerelor, să construiască imagini și să gestioneze registrele. Documentația acoperă în mod specific orchestrarea aplicațiilor multi-container folosind Docker Compose și gestionarea serviciilor scalabile pe mai multe noduri prin Docker Swarm. Include, de asemenea, ghiduri detaliate pentru configurarea rețelelor virtuale, a bridge-urilor și a porturilor pentru a controla comunicarea între containere. Suprafața de referință se extinde la administrarea imaginilor de container, inclusiv etichetarea și distribuția, precum și întreținerea resurselor pentru recuperarea spațiului pe disc prin curățarea volumelor neutilizate și a imaginilor „dangling”. Oferă, de asemenea, instrucțiuni pentru inspectarea metadatelor containerelor și monitorizarea performanței. Conținutul este livrat sub formă de documente tehnice bazate pe markdown, găzduite ca fișiere statice într-un repository cu control al versiunilor.

    Provides commands for bundling applications and dependencies into portable container images for consistent execution.

    Vezi pe GitHub↗3,938
  • kimmknight/remoteapptoolAvatar kimmknight

    kimmknight/remoteapptool

    3,797Vezi pe GitHub↗

    Remoteapptool is an administrative utility for managing remote application delivery, session behaviors, and the generation of signed connection installers. It serves as a configuration tool for defining and deploying remote applications via RDP and MSI files to provide client-side access to hosted applications. The tool functions as a remote application deployer and administrator, enabling the specification of executable paths and file associations on a host system. It generates signed connection files and installers to distribute hosted applications to end users, ensuring that specific host

    Produces RDP files and MSI installers to deliver application shortcuts directly to client machines.

    Visual Basic .NETmanage-remoteappsmsi-filesrdp
    Vezi pe GitHub↗3,797
  • zml/zmlAvatar zml

    zml/zml

    3,171Vezi pe GitHub↗

    zml is a machine learning model compiler and cross-platform inference engine that transforms model descriptions into optimized executable binaries for specific hardware accelerators. It functions as a model deployment toolkit and hardware-agnostic orchestrator, utilizing a tensor-based architecture definition to provide strong type checking during the compilation process. The project distinguishes itself through the ability to shard tensors and distribute large-scale AI workloads across a logical mesh of multiple devices. It further supports the remote model lifecycle by authenticating and do

    Bundles compiled models and dependencies into portable archives for simplified distribution to remote hosts.

    Zigaibazelhpc
    Vezi pe GitHub↗3,171
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Packaging