https://github.com/hamza72x/brewc
brewc | brew concurrent downloader and installer, around 50%/60% faster
https://github.com/hamza72x/brewc
brew cli go golang
Last synced: 12 months ago
JSON representation
brewc | brew concurrent downloader and installer, around 50%/60% faster
- Host: GitHub
- URL: https://github.com/hamza72x/brewc
- Owner: hamza72x
- Created: 2023-02-14T11:29:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T08:22:48.000Z (over 3 years ago)
- Last Synced: 2025-05-12T23:55:19.610Z (about 1 year ago)
- Topics: brew, cli, go, golang
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## 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
- [brew.sh](https://brew.sh/)
## Install
```sh
# 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
```sh
brewc install ffmpeg
```
## Compare
- installing ffmpeg took around `2:35` mintues with `brewc` and with `brew` it took around `4:15` minutes
[](https://youtu.be/VVfNutjzF64)