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

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

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

96 个仓库

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

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

    twentyhq/twenty

    50,113在 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
    在 GitHub 上查看↗50,113
  • qwibitai/nanoclawqwibitai 的头像

    qwibitai/nanoclaw

    29,956在 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
    在 GitHub 上查看↗29,956
  • homebrew/legacy-homebrewHomebrew 的头像

    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

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

    在 GitHub 上查看↗26,849
  • lukesampson/scooplukesampson 的头像

    lukesampson/scoop

    24,276在 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
    在 GitHub 上查看↗24,276
  • scoopinstaller/scoopScoopInstaller 的头像

    ScoopInstaller/Scoop

    23,635在 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
    在 GitHub 上查看↗23,635
  • googlecloudplatform/distrolessGoogleCloudPlatform 的头像

    GoogleCloudPlatform/distroless

    22,774在 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
    在 GitHub 上查看↗22,774
  • homebrew/homebrew-caskHomebrew 的头像

    Homebrew/homebrew-cask

    22,087在 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
    在 GitHub 上查看↗22,087
  • caskroom/homebrew-caskcaskroom 的头像

    caskroom/homebrew-cask

    22,077在 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
    在 GitHub 上查看↗22,077
  • vectordotdev/vectorvectordotdev 的头像

    vectordotdev/vector

    22,071在 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
    在 GitHub 上查看↗22,071
  • micropython/micropythonmicropython 的头像

    micropython/micropython

    21,806在 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
    在 GitHub 上查看↗21,806
  • opa334/trollstoreopa334 的头像

    opa334/TrollStore

    21,573在 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
    在 GitHub 上查看↗21,573
  • spotx-official/spotxSpotX-Official 的头像

    SpotX-Official/SpotX

    21,320在 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
    在 GitHub 上查看↗21,320
  • yanue/v2rayuyanue 的头像

    yanue/V2rayU

    20,043在 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
    在 GitHub 上查看↗20,043
  • ntdevlabs/tiny11builderntdevlabs 的头像

    ntdevlabs/tiny11builder

    18,914在 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
    在 GitHub 上查看↗18,914
  • kurikomi-labs/komi-storeK

    kurikomi-labs/komi-store

    15,630在 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
    在 GitHub 上查看↗15,630
  • menzi11/bullshitgeneratormenzi11 的头像

    menzi11/BullshitGenerator

    15,538在 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
    在 GitHub 上查看↗15,538
  • helm/chartshelm 的头像

    helm/charts

    15,425在 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
    在 GitHub 上查看↗15,425
  • systemd/systemdsystemd 的头像

    systemd/systemd

    15,324在 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
    在 GitHub 上查看↗15,324
  • tteck/proxmoxtteck 的头像

    tteck/Proxmox

    15,179在 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
    在 GitHub 上查看↗15,179
  • fmhy/fmhyfmhy 的头像

    fmhy/FMHY

    13,150在 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
    在 GitHub 上查看↗13,150
上一个1234…5下一个
  1. Home
  2. Development Tools & Productivity
  3. Application Installers

探索子标签

  • 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 个子标签Capabilities 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 个子标签Mechanisms 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 个子标签Tools 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 个子标签The 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 个子标签Tools 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 个子标签Utilities 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 个子标签Tools 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 个子标签Sets 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 个子标签Tools 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