| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Auto-Linux is a standalone, advanced Linux installer and manager for rooted Android devices. Rewritten in Go, it provides a feature-rich Terminal User Interface (TUI) to install, configure, and manage various Linux distributions in a Chroot environment without relying on Termux, Busybox, or other external dependencies.
Beyond simple scripts: Auto-Linux handles complex tasks like OCI image extraction, host-side security attribute stripping, and DNS injection to ensure modern distros (like Fedora & Void) run smoothly on Android.
Auto-Linux currently supports fetching and installing the following families:
| Family | Distributions | Key Features |
|---|---|---|
| Ubuntu | 20.04, 22.04, 24.04, 26.04 | Standard environment, robust support. |
| Debian | Debian Stable | Pure Debian experience. |
| Security | Kali Linux | Includes flat-rootfs handling & network fix. |
| Alpine | Edge, Latest Stable | Extremely lightweight, uses apk. |
| Arch | Arch Linux ARM | Auto-initializes pacman-keyring & fixes mirrorlists. |
| Void | Void Linux | Fixes xbps networking & enforces SHA512 passwords. |
| Fedora | Fedora 40, 41, 42, 43 Latest | Handles OCI blobs & strips kernel security xattrs. |
Requirement: A rooted Android device with an su binary.
curl -sL https://raw.githubusercontent.com/HanSoBored/Auto-Linux/main/installation/install.sh | shadb push autolinux-linux-aarch64 /data/local/tmp/autolinux
adb shell "chmod +x /data/local/tmp/autolinux"adb shell
su -c /data/local/tmp/autolinux| Debian | Ubuntu |
|---|---|
![]() |
![]() |
| Alpine | Arch |
|---|---|
![]() |
![]() |
| Fedora | Kali | Void |
|---|---|---|
![]() |
![]() |
![]() |
# Build for Android (AArch64)
GOOS=linux GOARCH=arm64 go build -ldflags="-s -w" -o autolinux ./cmd/autolinuxchmod +x installation/build.sh
./installation/build.shThe binary will be at build/autolinux.
Logs are automatically generated for debugging purposes:
Common Issues:
This project is distributed under the MIT License. See the LICENSE for more information.
| Back | FazBrowse Home | New Git URL |