awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

96 repository-uri

Awesome GitHub RepositoriesApplication Installers

Tools and mechanisms for deploying, managing, and versioning software applications within a workspace or environment.

Distinguishing note: Focuses on the lifecycle management and installation of modular applications rather than general package management or system-level deployment.

Explore 96 awesome GitHub repositories matching development tools & productivity · Application Installers. Refine with filters or upvote what's useful.

Awesome Application Installers GitHub Repositories

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

    twentyhq/twenty

    50,113Vezi pe GitHub↗

    Twenty is a headless customer relationship management framework that enables developers to build, version, and deploy custom business applications using code. By utilizing a declarative approach to data modeling, the platform allows for the definition of custom objects, fields, and complex relationships directly within the source code. This schema-driven architecture automatically generates corresponding REST and GraphQL APIs, ensuring that data structures and interface components remain synchronized across development and production environments. The platform distinguishes itself through a m

    Enables the installation and version-controlled deployment of custom applications into the workspace via CLI or interface.

    TypeScriptcrmcrm-systemcustomer
    Vezi pe GitHub↗50,113
  • qwibitai/nanoclawAvatar qwibitai

    qwibitai/nanoclaw

    29,956Vezi pe GitHub↗

    Nanoclaw is an LLM agent orchestrator and multi-platform chat gateway designed to deploy and manage isolated AI agents. It provides a containerized runtime that executes agents within sandboxed Linux containers, ensuring filesystem and state isolation through dedicated workspaces and host bind-mounts. The project distinguishes itself through a unified routing pipeline that connects agents to diverse messaging platforms, including WhatsApp, Discord, Slack, Telegram, Signal, and iMessage. It integrates the Model Context Protocol to extend agent capabilities via managed external data and functio

    Deletes services, containers, and images using installation-specific identifiers for clean removal.

    TypeScriptai-agentsai-assistantclaude-code
    Vezi pe GitHub↗29,956
  • homebrew/legacy-homebrewAvatar Homebrew

    Homebrew/legacy-homebrew

    26,849Vezi pe 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

    Provides a mechanism for automating the download and installation of applications via declarative recipe scripts.

    Vezi pe GitHub↗26,849
  • lukesampson/scoopAvatar lukesampson

    lukesampson/scoop

    24,276Vezi pe GitHub↗

    Scoop is a command-line package manager and installer for Windows. It serves as a developer environment orchestrator designed to automate the installation, updating, and removal of software packages through a centralized repository of manifests. The project functions as a portable application distributor, deploying software using compressed archives rather than traditional Windows installers. This approach avoids graphical installation wizards and registry pollution by utilizing an isolated directory structure and shim-based execution to manage application binaries. The system includes capab

    Uses JSON manifest files to define software versions and installation steps for automated deployment.

    PowerShell
    Vezi pe GitHub↗24,276
  • scoopinstaller/scoopAvatar ScoopInstaller

    ScoopInstaller/Scoop

    23,635Vezi pe GitHub↗

    Scoop is a command-line package manager for Windows designed to automate the installation, configuration, and lifecycle management of software. It utilizes a manifest-driven architecture where applications are defined in structured text files, allowing for consistent and repeatable deployments. By leveraging shim-based path management and symlink-based version switching, it enables users to install and toggle between multiple software versions without cluttering the global system environment. The project distinguishes itself through its focus on portability and clean system integration. It su

    Deploys software directly to user directories to avoid permission prompts and system-wide interference.

    PowerShellinstallerpowershellscoop
    Vezi pe GitHub↗23,635
  • googlecloudplatform/distrolessAvatar GoogleCloudPlatform

    GoogleCloudPlatform/distroless

    22,774Vezi pe GitHub↗

    Distroless provides a set of OCI-compliant minimal base images and hardening tools designed to create secure, language-specific execution environments. These images are stripped of non-essential system binaries, shells, and package managers to reduce the container attack surface. The project utilizes upstream-tracked automated patching to monitor operating system releases and generate updated images when security vulnerabilities are addressed. It ensures supply chain integrity through image provenance verification using ephemeral-key digital signatures. The system supports the generation of

    Generates stripped-down runtime environments containing only the application and language dependencies.

    Starlark
    Vezi pe GitHub↗22,774
  • homebrew/homebrew-caskAvatar Homebrew

    Homebrew/homebrew-cask

    22,087Vezi pe GitHub↗

    Homebrew Cask is a command-line interface for the installation and management of macOS binary applications. It automates the deployment of prebuilt software binaries and fonts, moving them directly into the system applications folder to replace manual download and installation processes. The project provides a unified workflow for administering third-party software artifacts sourced from upstream vendors. This includes the ability to automate the setup of desktop applications and manage the lifecycle of GUI software through a terminal interface. The system utilizes Ruby-based package definit

    Provides a command-line interface for the automated installation and management of GUI applications.

    Rubycaskhacktoberfesthomebrew
    Vezi pe GitHub↗22,087
  • caskroom/homebrew-caskAvatar caskroom

    caskroom/homebrew-cask

    22,077Vezi pe GitHub↗

    This project is a macOS binary package manager and command line interface used to automate the installation and removal of prebuilt graphical applications. It functions as a software installer and orchestrator, providing a terminal-based workflow for managing the lifecycle of third-party binaries. The tool focuses on macOS application installation and system administration, allowing for the setup and deployment of software via scripts to avoid manual downloads. It covers the management of binary software and the automation of graphical application setups on macOS.

    Automates the movement of binaries into system folders based on metadata in cask files.

    Ruby
    Vezi pe GitHub↗22,077
  • vectordotdev/vectorAvatar vectordotdev

    vectordotdev/vector

    22,071Vezi pe GitHub↗

    Vector is a high-performance observability data pipeline designed to collect, transform, and route logs, metrics, and traces across distributed infrastructure. It functions as a modular engine that decouples data ingestion from processing and transmission, utilizing a component-based architecture to connect diverse sources to multiple destinations. The project distinguishes itself through a focus on reliability and flow control. It implements backpressure-aware data movement to prevent data loss during traffic spikes and utilizes disk-backed event buffering to ensure durability during network

    Selects specific data sources, transformations, and destinations during compilation to reduce binary size and minimize the attack surface.

    Rusteventsforwarderhacktoberfest
    Vezi pe GitHub↗22,071
  • micropython/micropythonAvatar micropython

    micropython/micropython

    21,806Vezi pe GitHub↗

    MicroPython is a lean implementation of Python 3 optimized to run on microcontrollers and other resource-constrained systems. It serves as a cross-platform embedded runtime and hardware abstraction layer, providing a firmware framework that maps high-level software commands to specific microcontroller registers across diverse processor architectures. The project functions as an embedded language interpreter that enables rapid prototyping on hardware through an interactive read-eval-print loop. It supports a wide range of target environments, including ARM, ESP32, STM32, RISC-V, and WebAssembl

    Allows embedding modules and applications directly into the firmware binary for automatic execution on boot.

    Cembeddedmicrocontrollermicropython
    Vezi pe GitHub↗21,806
  • opa334/trollstoreAvatar opa334

    opa334/TrollStore

    21,573Vezi pe GitHub↗

    TrollStore is an application installer for iOS that enables the deployment of unsigned software on restricted mobile devices. By bypassing standard code signature verification and security sandbox requirements, it allows users to install and execute applications that originate from outside official distribution channels. The utility functions as an entitlement injection tool, modifying application metadata during installation to grant elevated system permissions. It achieves this by injecting developer certificates into software bundles and utilizing kernel-level modifications to permit the e

    Installs unsigned applications on restricted mobile devices by bypassing standard code signature verification and security sandbox requirements.

    Objective-C
    Vezi pe GitHub↗21,573
  • spotx-official/spotxAvatar SpotX-Official

    SpotX-Official/SpotX

    21,320Vezi pe GitHub↗

    SpotX is a desktop application patching tool designed to modify the behavior and interface of streaming software. It functions as a software environment manager, allowing users to enforce specific version states, restrict data collection, and maintain a consistent application configuration by preventing automatic updates. The tool distinguishes itself by employing runtime binary patching and dynamic library injection to intercept system calls and modify application memory. These capabilities enable the removal of audio and visual advertisements, the blocking of telemetry, and the activation o

    Manages the installation, version enforcement, and removal of software on local machines to ensure consistent deployment.

    PowerShelladblockspotifyspotify-ad-blocker
    Vezi pe GitHub↗21,320
  • yanue/v2rayuAvatar yanue

    yanue/V2rayU

    20,043Vezi pe GitHub↗

    V2rayU is a native macOS network proxy tool and multi-protocol proxy manager. It functions as a V2Ray proxy client that enables users to route network traffic through secure tunnels to bypass network restrictions on Mac. The application features a TUN mode VPN client that uses a virtual network adapter to forward all system traffic through a secure tunnel. It supports configuring and switching between V2Ray, Shadowsocks, and Socks5 proxy servers via manual entry or external subscriptions. The tool provides capabilities for network traffic routing, proxy load balancing, and server configurati

    Ships a system for updating both the application and the underlying proxy engine binaries.

    mac-v2rayv2rayv2ray-core
    Vezi pe GitHub↗20,043
  • ntdevlabs/tiny11builderAvatar ntdevlabs

    ntdevlabs/tiny11builder

    18,914Vezi pe GitHub↗

    Tiny11builder is an automation utility designed to create customized, bootable Windows installation media. It functions by modifying offline installation images to remove pre-installed applications and non-essential system components, resulting in a reduced storage footprint and a more resource-efficient operating system deployment. The tool operates by mounting Windows installation images to a temporary directory, where it performs manifest-based package stripping and registry hive injections. These automated processes allow for the removal of specific system components and the disabling of

    Removes pre-installed applications and unnecessary components to decrease total disk space usage.

    PowerShell
    Vezi pe GitHub↗18,914
  • kurikomi-labs/komi-storeK

    kurikomi-labs/komi-store

    15,630Vezi pe GitHub↗

    Komi Store is an Android app store client designed for discovering and installing applications directly from git repository releases. It functions as a git release manager and APK package manager, allowing users to track software versions and assets hosted on git platforms. The project differentiates itself by integrating deep git repository functionality, such as an OAuth repository browser for managing issues and pull requests, and a system for importing starred repositories. It utilizes a multi-provider aggregation model to normalize release data from various git hosting platforms into a u

    Installs software packages without manual user prompts by utilizing elevated system permissions.

    Kotlin
    Vezi pe GitHub↗15,630
  • menzi11/bullshitgeneratorAvatar menzi11

    menzi11/BullshitGenerator

    15,538Vezi pe GitHub↗

    Needs to generate some texts to test if my GUI rendering codes good or not. so I made this.

    Operates without external dependencies or complex parsing, keeping execution fast for rendering benchmarks.

    JavaScript
    Vezi pe GitHub↗15,538
  • helm/chartsAvatar helm

    helm/charts

    15,425Vezi pe GitHub↗

    This repository serves as a curated collection of software packages for Kubernetes application deployment and package management. Its primary purpose is to provide a standardized set of predefined application configurations to ensure consistent software installations across different clusters. The project focuses on maintaining version compatibility and providing a reliable source of verified packages. This allows for a standardized cluster setup by simplifying the installation and versioning of software on a container orchestration platform.

    Simplifies the initial cluster setup by providing mechanisms to install a collection of predefined applications.

    Go
    Vezi pe GitHub↗15,425
  • systemd/systemdAvatar systemd

    systemd/systemd

    15,324Vezi pe GitHub↗

    systemd is a comprehensive system and service manager for Linux that orchestrates the entire operating system lifecycle. It functions as the primary init system, managing the transition from firmware to a fully initialized user space while providing a unified framework for service orchestration, hardware management, and resource control. The project distinguishes itself through its declarative, unit-based configuration model and dynamic dependency resolution, which allow for efficient, on-demand service activation and socket-based process management. It integrates deep system observability th

    Includes or excludes specific system management tools during compilation to reduce the footprint of the installed software.

    Ccinitlinux
    Vezi pe GitHub↗15,324
  • tteck/proxmoxAvatar tteck

    tteck/Proxmox

    15,179Vezi pe GitHub↗

    This project is a collection of shell-based automation scripts designed to automate the deployment and configuration of Linux containers and virtual machines on Proxmox VE hosts. It provides toolsets for the scripted provisioning of virtual machine infrastructure and the creation of pre-defined containers for various applications. The toolset includes specialized utilities for Proxmox host management, such as automating post-installation setup, managing system backups, and cleaning up old kernels to reclaim disk space. It further provides automated configurations for hardware passthrough, ena

    Executes installation commands to set up specific application software within containerized environments.

    Shellhome-assistanthome-automationhomelab
    Vezi pe GitHub↗15,179
  • fmhy/fmhyAvatar fmhy

    fmhy/FMHY

    13,150Vezi pe GitHub↗

    FMHY is a community-driven index designed to organize and distribute decentralized digital content through standardized metadata and protocol-agnostic linking. It functions as a resilient, distributed map of internet resources, providing a structured directory that facilitates the discovery of media, software, and educational tools without reliance on centralized control. The project distinguishes itself by maintaining a massive, human-verified repository of external links that span diverse digital ecosystems, including peer-to-peer networks, Usenet, and direct download servers. By utilizing

    Facilitates the discovery, installation, and update of open-source mobile applications through community repositories.

    freemediaheckyeah
    Vezi pe GitHub↗13,150
Înapoi1234…5Înainte
  1. Home
  2. Development Tools & Productivity
  3. Application Installers

Explorează sub-etichetele

  • App InstallationsManaging the installation and repository assignment of GitHub Apps to accounts. **Distinct from Application Installers:** Focuses on cloud-service app installation lifecycle rather than local software installation packages.
  • Application LaunchersTools that find and open installed applications by matching typed queries against application names. **Distinct from Application Installers:** Distinct from Application Installers: focuses on launching already-installed applications via search, not on deploying or installing them.
  • Beta Version Installations1 sub-tagCapabilities for installing and updating pre-release application versions in unsupported regions. **Distinct from Application Installers:** Focuses on regional bypass for beta software specifically, whereas Application Installers is generic deployment.
  • Core Engine Update Systems1 sub-tagMechanisms for updating the underlying binary engines of an application to maintain stability and security. **Distinct from Application Installers:** Focuses on updating the detached proxy core binary rather than general application installation or mobile OTA updates.
  • Deployment Resource Cleanup1 sub-tagTools for the complete removal of deployed services, containers, and images using unique identifiers. **Distinct from Installation Modifiers:** Focuses on the teardown of infrastructure resources rather than modifying software installation packages.
  • Firmware Bytecode Embedding1 sub-tagThe process of baking precompiled bytecode directly into a firmware binary for automatic execution. **Distinct from Application Installers:** Specifically about freezing bytecode into firmware for embedded boot, not general application installers
  • Global Installation Managers4 sub-tag-uriTools for deploying software to shared system-wide directories accessible by all users. **Distinct from Application Installers:** Distinct from Application Installers: focuses specifically on the global vs. user-level installation scope.
  • Installation Footprint Reducers3 sub-tag-uriUtilities for removing pre-installed applications and components to reduce installation size. **Distinct from Application Installers:** Distinct from general application installers: focuses on the reduction of the installation footprint rather than deployment.
  • Installation Modifiers3 sub-tag-uriTools for adding or removing individual applications from existing software suites. **Distinct from Application Installers:** Distinct from Application Installers: focuses on modifying existing installations rather than initial deployment.
  • Manifest Collections1 sub-tagSets of versioned metadata files that define installation and management logic for applications. **Distinct from Application Installers:** Focuses on the collection of manifests for a package manager, not the lifecycle of a single modular application.
  • Mobile Application Deployments1 sub-tagTools for installing mobile application packages onto physical devices or emulators. **Distinct from Application Installers:** Specializes general application installers for the mobile device context, focusing on package transfers to hardware.
  • Permission-Based Installation MethodsInstallation strategies that adapt to different system permission levels such as root or system-level access. **Distinct from Application Installers:** Distinct from general application installers by focusing on the permission-switching logic (system vs root).
  • Presence VerificationUtilities for detecting if an application is available on the current system. **Distinct from Application Installers:** Focuses on availability checks rather than the installation process itself.
  • Sandbox Application InstallationsMechanisms for installing and executing application packages within an isolated virtual space instead of the system's global installation area. **Distinct from Application Installers:** Distinct from general Application Installers by specifying the destination is a private sandbox to bypass official system installation.
  • Silent InstallersMechanisms for installing software without manual user interaction using elevated permissions. **Distinct from Application Installers:** Distinct from general application installers by specifically enabling non-interactive, silent deployment.
  • Transient ExecutionsCapabilities for running applications in short-lived environments that are deleted immediately after use. **Distinct from Application Installers:** Distinct from Application Installers: focuses on one-time execution without permanent installation.
  • Unsigned iOSInstallers for deploying unsigned applications on restricted mobile devices. **Distinct from Application Installers:** Distinct from general application installers: focuses on the specific capability of installing unsigned software on restricted iOS devices.
  • User-Level InstallersInstallers that deploy software to user-specific directories without requiring administrative privileges. **Distinct from Application Installers:** Distinct from general Application Installers: focuses specifically on non-admin, user-space deployment.
  • User-Level Service OrchestrationManagement of the lifecycle of background processes specifically for the active user account. **Distinct from User-Level Installers:** Focuses on process orchestration and lifecycle via systemd units rather than just the installation of software