10 dépôts
Utilities for packaging and distributing pre-compiled application binaries across multiple operating systems.
Distinguishing note: Focuses on the distribution of compiled artifacts rather than source-level package management.
Explore 10 awesome GitHub repositories matching devops & infrastructure · Binary Distribution Tools. Refine with filters or upvote what's useful.
VSCodium provides free, open-source binaries of the Visual Studio Code editor. It serves as a telemetry-free development environment, utilizing automated build pipelines to strip proprietary tracking and data collection components from the source code before generating ready-to-use installation artifacts. The project distinguishes itself by decoupling the editor from proprietary marketplaces, defaulting instead to the community-driven Open VSX Registry for plugin management. It maintains environment isolation through custom configuration logic, such as using independent registry paths for sys
Distributes pre-compiled application binaries packaged for specific operating systems to ensure consistent performance and simplified installation across diverse environments.
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 utilities for packaging and distributing pre-compiled application binaries across multiple operating systems.
Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It functions as a Git-based framework manager and binary distribution tool used to fetch, build, and manage external libraries. The project distinguishes itself by supporting the production and distribution of platform-independent binary frameworks and static libraries. It utilizes Git tags and submodules to lock specific versions of external libraries and provides mechanisms to distribute prebuilt binaries via zipped release archives. The system covers dependency resolution and version
Produces and distributes platform-independent binary frameworks to reduce compilation times for end users.
electron-builder is a cross-platform build automator and packaging tool for Electron applications. It bundles source code and dependencies into platform-specific installers, portable executables, and app store formats for Windows, macOS, and Linux. The project functions as a distribution pipeline that orchestrates the signing and notarization of binaries to ensure authenticity and bypass security warnings. It also serves as an auto-update orchestrator, preparing application packages and distribution channels to support automatic background software updates. Its capability surface covers the
Generates and distributes pre-compiled application binaries and installers across multiple operating systems.
Netshoot is a Docker network troubleshooting toolkit and container image bundled with specialized utilities for DNS resolution, performance benchmarking, and TCP/IP packet inspection. It serves as a portable set of tools designed for diagnosing connectivity and routing issues within Docker and Kubernetes environments. The project is distributed as a tool-aggregated container image that can be deployed as a debugging sidecar or an ephemeral runtime. It supports namespace-joined execution, allowing the toolkit to attach to the network namespace of another process to inspect traffic and diagnose
Packages pre-compiled network utilities as static binaries to ensure availability without external package managers.
Zerobrew is a standalone package manager that installs and manages Homebrew formulas without requiring the original Homebrew system. It uses content-addressable storage to store each file blob once by its hash, enabling instant APFS clonefile copies for identical package contents across installations, which reduces both installation time and disk usage. The project distributes pre-compiled package binaries as compressed archives verified by checksum, with a fallback to building packages from source using Homebrew's Ruby DSL when bottles are unavailable. It activates installed packages through
Distributes pre-compiled package binaries as compressed archives, fetched from remote servers and verified by checksum before installation.
PTF est un gestionnaire d'outils de test d'intrusion et un orchestrateur logiciel modulaire conçu pour automatiser l'installation, la compilation et la mise à jour d'outils de sécurité sur différentes distributions de systèmes d'exploitation. Il fonctionne comme un utilitaire d'automatisation d'outils de sécurité qui récupère les dernières versions et crée des lanceurs système globaux pour une collection organisée de binaires de sécurité. Le framework permet de packager des suites d'outils de sécurité dans des images de conteneurs portables pour assurer une exécution cohérente sur différents environnements d'infrastructure. Il permet la distribution d'ensembles spécifiques de binaires compilés et de configurations via des définitions d'installation modulaires. Le système couvre la gestion des dépendances de la chaîne d'outils en résolvant et en installant les modules logiciels prérequis dans un ordre spécifique. Il fournit des capacités de filtrage d'installation par catégorie, de gestion de listes d'outils personnalisées et d'exécution de commandes shell post-installation. Les utilisateurs peuvent auditer les outils installés et effectuer des installations sans surveillance pour construire des environnements sans interaction manuelle.
Distributes pre-compiled application binaries and configurations across multiple machines using modular definitions.
Maturin is a build tool that compiles Rust crates into Python wheel packages, supporting multiple binding systems such as PyO3, CFFI, and UniFFI to create native extension modules. It manages the full build pipeline from Rust compilation to wheel assembly, including cross-compilation for different operating systems and architectures without requiring native hardware. The tool integrates development-mode installation with automatic rebuilds: when a Python import hook detects source changes, it triggers recompilation before the module loads. Editable installs link the compiled module into site-
Wraps compiled Rust binaries as Python scripts, making them command-line tools after installation.
Parabolic is a graphical frontend for the yt-dlp engine, serving as a web media downloader and extractor. It provides a visual interface for saving high-quality video and audio content from various web platforms into local files. The application functions as a multi-format media exporter, allowing content to be saved into diverse audio and video containers. It includes a media metadata manager to capture and store associated information, such as subtitles and technical metadata, alongside the downloaded files. The system supports batch content acquisition through concurrent download manageme
Bundles pre-compiled external dependencies to ensure cross-platform compatibility across different operating systems.
Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o
Controls whether endpoints fetch required binaries from the central server, external URLs, or cloud storage.