Skip to content

ZhongRuoyu/homebrew-aarch64-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew on aarch64 Linux

Install Homebrew on aarch64 Linux

To freshly install Homebrew on aarch64 Linux, run:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ZhongRuoyu/homebrew-aarch64-linux/HEAD/install.sh)"

To install Homebrew on officially supported platforms, refer to the official installation instructions.

To uninstall Homebrew, run the official uninstall script.

Bootstrapping Homebrew with Portable Ruby for aarch64 Linux

If you have an existing Homebrew installation on aarch64 Linux, you can bootstrap it with the Portable Ruby ported to aarch64 Linux. To do so, refer to the instructions at the ZhongRuoyu/homebrew-portable-ruby-aarch64-linux repository.

Docker Images

Docker images are also built for Homebrew on aarch64 Linux. Images are updated nightly and published on Docker Hub.

To start a container using the latest image, run:

docker run --platform linux/aarch64 zhongruoyu/homebrew-aarch64-linux

License

This repository is MIT-licensed.

Homebrew is licensed under the BSD-2-Clause license. The installation script and Dockerfile are adapted from Homebrew/install and Homebrew/brew, respectively. so Homebrew's license terms apply.