https://github.com/t2linux/archiso-t2
Arch Linux ISO for Macs with T2
https://github.com/t2linux/archiso-t2
Last synced: 4 months ago
JSON representation
Arch Linux ISO for Macs with T2
- Host: GitHub
- URL: https://github.com/t2linux/archiso-t2
- Owner: t2linux
- License: gpl-3.0
- Created: 2021-12-30T15:08:16.000Z (over 4 years ago)
- Default Branch: senpai
- Last Pushed: 2025-11-10T08:49:30.000Z (5 months ago)
- Last Synced: 2025-11-10T10:21:20.582Z (5 months ago)
- Language: Shell
- Size: 66.4 MB
- Stars: 196
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Arch Linux ISO for Macs with T2
Follow this to build your own iso:
```sh
git clone https://github.com/t2linux/archiso-t2
cd archiso-t2/
./prepare.sh
./build.sh
#after you did everything
./cleanup.sh
```
After everything has finished, you can grab your iso in './out'.
linux-t2 kernel is from https://github.com/NoaHimesaka1873/linux-t2-arch (it will be automatically downloaded when building)
# Bonus! Wi-Fi and Bluetooth firmware package for Macs with T2
Follow this to build your own package:
```sh
git clone https://github.com/NoaHimesaka1873/apple-bcm-firmware
cd apple-bcm-firmware
makepkg -s
```
Or, grab a pre-compiled package:
```sh
wget https://mirror.funami.tech/arch-mact2/os/x86_64/apple-bcm-firmware-14.0-1-any.pkg.tar.zst
sudo pacman -U apple-bcm-firmware-14.0-1-any.pkg.tar.zst
```
If you need raw firmware files, you can grap them from [here](https://mirror.funami.tech/arch-mact2/firmware/).
# Credits
[Noa Himesaka](https://github.com/NoaHimesaka1873): Lead developer and maintainer
[Brad Pitcher](https://github.com/brad): Created GitHub Workflow build script