Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.15 KB

File metadata and controls

53 lines (36 loc) · 1.15 KB

brew concurrent downloader and installer, around 50%/60% faster with huge dependencies, for example: ffmpeg

  • the more dependencies a formula has, the more faster it will (compared to brew)

Requirements

Install

# build from source
go install github.com/hamza72x/brewc@latest

# or use the install script
bash <(curl -s https://raw.githubusercontent.com/hamza72x/brewc/master/install.sh) 

# or check the releases page
# https://github.com/hamza72x/brewc/releases

Usage

Usage:
  brewc [flags]
  brewc [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  install     install a formula
  reinstall   reinstall a formula
  uninstall   uninstall a formula

Flags:
  -h, --help   help for brewc

Use "brewc [command] --help" for more information about a command.
➜  Downloads

Example

brewc install ffmpeg

Compare

  • installing ffmpeg took around 2:35 mintues with brewc and with brew it took around 4:15 minutes

YouTube