Homebrew Bundle ist ein deklarativer System-Abhängigkeitsmanager und Paket-Orchestrator für macOS. Er ermöglicht es Benutzern, einen vollständigen Satz an Software-Abhängigkeiten über verschiedene Rechner hinweg zu verfolgen, zu bündeln und zu replizieren, indem eine einzige Konfigurationsdatei verwendet wird.
Die Hauptfunktionen von homebrew/homebrew-bundle sind: Centralized macOS Package Management, Homebrew Packages, Brewfile-Based Managers, System Dependency Managers, System-Level Declarations, Multi-Source Package Orchestrations, System Configuration Backups, Toolchain Replication.
Open-Source-Alternativen zu homebrew/homebrew-bundle sind unter anderem: lucasgelfond/zerobrew — Zerobrew is a standalone package manager that installs and manages Homebrew formulas without requiring the original… brunophilipe/cakebrew — Cakebrew is a graphical user interface for managing Homebrew packages and formulas on macOS. It provides a visual… crystal-lang/crystal — Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It… homebrew/homebrew-core — This project is a Ruby-based package definition repository that functions as a cross-platform package manager and… donnemartin/dev-setup — This project is a collection of scripts and configuration files designed to automate the deployment of developer… basecamp/omakub — Omakub is an automated Ubuntu setup tool that transforms a fresh Ubuntu installation into a complete web development…
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
Cakebrew is a graphical user interface for managing Homebrew packages and formulas on macOS. It provides a visual application for searching, installing, and updating software without requiring direct command line interaction. The tool includes capabilities for managing external software repositories and taps to expand the library of available packages. It also provides utilities for system storage optimization by cleaning up obsolete files and updating the package manager environment.
Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor
This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi