Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T17:12:14.000Z (7 months ago)
- Last Synced: 2024-10-04T21:43:27.518Z (3 months 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
## 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.