https://github.com/zhongruoyu/homebrew-aarch64-linux
Homebrew on aarch64 Linux.
https://github.com/zhongruoyu/homebrew-aarch64-linux
aarch64 aarch64-linux brew homebrew linux package-manager ruby
Last synced: 7 months ago
JSON representation
Homebrew on aarch64 Linux.
- Host: GitHub
- URL: https://github.com/zhongruoyu/homebrew-aarch64-linux
- Owner: ZhongRuoyu
- License: mit
- Created: 2023-08-27T07:35:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T17:12:14.000Z (about 2 years ago)
- Last Synced: 2024-10-25T03:48:16.076Z (over 1 year ago)
- Topics: aarch64, aarch64-linux, brew, homebrew, linux, package-manager, ruby
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew on aarch64 Linux
> [!WARNING]
> This repository is no longer maintained as Homebrew, at the time of writing,
> has added [Tier 2 support](https://docs.brew.sh/Support-Tiers) for AArch64
> (ARM64) Linux.
> Please refer to the
> [official Homebrew repositories](https://github.com/Homebrew) for the latest
> updates.
>
> You may be interested in my talk on
> [Homebrew on ARM64 Linux](https://fosdem.org/2025/schedule/event/fosdem-2025-6373-homebrew-on-arm64-linux/)
> from FOSDEM 2025.
## Install Homebrew on aarch64 Linux
To freshly install Homebrew on aarch64 Linux, run:
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ZhongRuoyu/homebrew-aarch64-linux/HEAD/install.sh)"
```
> [!WARNING]
> You should be aware that
> [Homebrew on aarch64 Linux is not officially supported](https://docs.brew.sh/Homebrew-on-Linux#arm-unsupported).
To install Homebrew on officially supported platforms, refer to
[the official installation instructions](https://docs.brew.sh/Installation).
To uninstall Homebrew, run
[the official uninstall script](https://github.com/Homebrew/install#uninstall-homebrew).
## 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](https://github.com/ZhongRuoyu/homebrew-portable-ruby-aarch64-linux#bootstrapping-homebrew-with-portable-ruby-for-aarch64-linux).
## Docker Images
Docker images are also built for Homebrew on aarch64 Linux.
Images are updated nightly and published on
[Docker Hub](https://hub.docker.com/r/zhongruoyu/homebrew-aarch64-linux).
To start a container using the latest image, run:
```shell
docker run --platform linux/aarch64 zhongruoyu/homebrew-aarch64-linux
```
## License
This repository is [MIT-licensed](LICENSE).
Homebrew is licensed under
[the BSD-2-Clause license](https://github.com/Homebrew/brew/blob/HEAD/LICENSE.txt).
The installation script and Dockerfile are adapted from
[Homebrew/install](https://github.com/Homebrew/install/blob/HEAD/install.sh) and
[Homebrew/brew](https://github.com/Homebrew/brew/blob/HEAD/Dockerfile),
respectively. so Homebrew's license terms apply.