10 Repos
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 ist ein Manager für Penetration-Testing-Tools und ein modularer Software-Orchestrator, der entwickelt wurde, um die Installation, Kompilierung und Aktualisierung von Sicherheitstools über verschiedene Betriebssystem-Distributionen hinweg zu automatisieren. Es fungiert als Automatisierungs-Utility für Sicherheitstools, das die neuesten Releases abruft und globale System-Launcher für eine kuratierte Sammlung von Sicherheits-Binärdateien erstellt. Das Framework ermöglicht das Paketieren von Sicherheitstool-Suiten in portable Container-Images, um eine konsistente Ausführung über verschiedene Infrastrukturumgebungen hinweg zu gewährleisten. Es ermöglicht die Verteilung spezifischer Sets kompilierter Binärdateien und Konfigurationen durch modulare Installationsdefinitionen. Das System deckt das Management von Toolchain-Abhängigkeiten ab, indem es erforderliche Softwaremodule in einer spezifischen Reihenfolge auflöst und installiert. Es bietet Funktionen für die Installationsfilterung nach Kategorien, die Verwaltung benutzerdefinierter Tool-Listen und die Ausführung von Shell-Befehlen nach der Installation. Nutzer können installierte Tools prüfen und unbeaufsichtigte Installationen durchführen, um Umgebungen ohne manuelle Interaktion aufzubauen.
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.