Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YadominJinta/atilo
Linux installer for termux
https://github.com/YadominJinta/atilo
alpine archlinux centos debian fedora kali opensuse parrot script termux ubuntu
Last synced: 3 months ago
JSON representation
Linux installer for termux
- Host: GitHub
- URL: https://github.com/YadominJinta/atilo
- Owner: YadominJinta
- License: gpl-3.0
- Created: 2018-02-09T16:56:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T01:39:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T05:56:23.912Z (3 months ago)
- Topics: alpine, archlinux, centos, debian, fedora, kali, opensuse, parrot, script, termux, ubuntu
- Language: Python
- Size: 134 KB
- Stars: 808
- Watchers: 38
- Forks: 118
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atilo
A program to install linux on termux
![Test](https://github.com/YadominJinta/atilo/workflows/Test/badge.svg)
中文用户[点击这里](https://github.com/YadominJinta/atilo/blob/master/CN/README_CN.md)## Installation
``` bash
echo "deb [trusted=yes arch=all] https://yadominjinta.github.io/files/ termux extras" >> $PREFIX/etc/apt/sources.list.d/atilo.list
apt update && apt install atilo
```## Usage
``` bash
atilo [command] [Arguments]
Atilo 2.0
Usage: atilo [Command] [Argument]Atilo is a program to help you install some GNU/Linux distributions on Termux.
Commands:
images list available images
remove remove installed images
pull pulling an image
run run an image
clean clean tmps
help show this help.
```## Support Linux
| Distribution | aarch64 | arm | x86_64 | i686 |
| ------------- | :-----: | :---: | :----: | :---: |
| Alpine | √ | √ | √ | √ |
| CentOS | √ | × | √ | × |
| Debian | √ | √ | √ | √ |
| Fedora | √ | √ | √ | × |
| Kali | √ | √ | √ | √ |
| openSUSE | √ | √ | × | × |
| Ubuntu | √ | √ | √ | √ |## GUI
[Using GUI on termux](https://yadominjinta.github.io/2018/08/18/GUI-on-termux-EN.html)
## Group
Telegram:[Termux Group ZH_CN](https://t.me/joinchat/EBPa7EI3VrfhsRu-6iJ1yw)
# Relate Projects
**[EXALAB/AnLinux-App](https://github.com/EXALAB/AnLinux-App)**: APP to help install Linux on termux.
**[sdrausty/TermuxArch](https://github.com/sdrausty/TermuxArch)**: Arch install script
**[Neo-Oli/termux-ubuntu](https://github.com/Neo-Oli/termux-ubuntu)**: Ubuntu chroot on termux
**[Hax4us/Nethunter-In-Termux](https://github.com/Hax4us/Nethunter-In-Termux)**: Install Kali nethunter (Kali Linux) in your termux application without rooted phone
**[nmilosev/termux-fedora](https://github.com/nmilosev/termux-fedora)**: A script to install a Fedora chroot into Termux
**[sp4rkie/debian-on-termux](https://github.com/sp4rkie/debian-on-termux)**: Install Debian 9 (stretch) on your Android smartphone**[Hax4us/TermuxAlpine](https://github.com/Hax4us/TermuxAlpine)**: Use TermuxAlpine.sh calling to install Alpine Linux in Termux on Android