awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Homebrew avatar

Homebrew/homebrew-bundleArchived

0
View on GitHub↗
5,481 Stars·287 Forks·2 Aufrufe

Homebrew Bundle

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.

Das Tool fungiert als konfigurationsbasierter Manager, der die Masseninstallation und Aktualisierung von Homebrew-Formeln und -Casks automatisiert. Es ermöglicht den Export von Listen installierter Software für System-Backups und die Wiederherstellung dieser Abhängigkeiten nach einer Neuinstallation des Betriebssystems.

Die Funktionen decken die automatisierte Software-Bereitstellung und die Replikation von Entwicklungsumgebungen ab, um Parität über Workstations hinweg zu gewährleisten. Dies wird durch Multi-Source-Paketauflösung und Status-Synchronisation erreicht, die Abhängigkeiten von Homebrew und dem Mac App Store verwaltet.

Features

  • Centralized macOS Package Management - Provides a centralized system for installing, updating, and managing software dependencies on macOS.
  • Homebrew Packages - Manages the installation of Homebrew formulae and casks from a single configuration file.
  • Brewfile-Based Managers - Provides a declarative environment setup using the Brewfile format to export and install package sets.
  • System Dependency Managers - Automates the installation and configuration of required system-level software across different machines.
  • System-Level Declarations - Tracks and replicates a complete set of system software dependencies using a declarative Brewfile.
  • Multi-Source Package Orchestrations - Coordinates multiple package sources, including Homebrew formulae, casks, and the Mac App Store.
  • System Configuration Backups - Exports installed software lists to files for easy restoration after a fresh operating system installation.
  • Toolchain Replication - Recreates a specific set of command line tools and dependencies across machines to ensure environment parity.
  • External Command Executors - Shells out to the system command line to trigger external package managers and installers.
  • Package - Compares current software installations against a configuration file to install missing packages and remove extras.
  • Automated Software Provisioning - Enables repeatable workflows for deploying a standard set of applications during workstation setup.

Star-Verlauf

Star-Verlauf für homebrew/homebrew-bundleStar-Verlauf für homebrew/homebrew-bundle

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht homebrew/homebrew-bundle?

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.

Was sind die Hauptfunktionen von homebrew/homebrew-bundle?

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.

Welche Open-Source-Alternativen gibt es zu homebrew/homebrew-bundle?

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…

Open-Source-Alternativen zu Homebrew Bundle

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Homebrew Bundle.
  • lucasgelfond/zerobrewAvatar von lucasgelfond

    lucasgelfond/zerobrew

    6,417Auf GitHub ansehen↗

    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

    Rust
    Auf GitHub ansehen↗6,417
  • brunophilipe/cakebrewAvatar von brunophilipe

    brunophilipe/Cakebrew

    5,015Auf GitHub ansehen↗

    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.

    Objective-C
    Auf GitHub ansehen↗5,015
  • crystal-lang/crystalAvatar von crystal-lang

    crystal-lang/crystal

    20,299Auf GitHub ansehen↗

    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

    Crystalcompilercrystalcrystal-language
    Auf GitHub ansehen↗20,299
  • homebrew/homebrew-coreAvatar von Homebrew

    Homebrew/homebrew-core

    15,383Auf GitHub ansehen↗

    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

    Rubycoreformulaehacktoberfest
    Auf GitHub ansehen↗15,383
Alle 30 Alternativen zu Homebrew Bundle anzeigen→