# TermuxAlpine **Repository Path**: figthing/TermuxAlpine ## Basic Information - **Project Name**: TermuxAlpine - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-15 - **Last Updated**: 2026-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TermuxAlpine #### _powered by_ ![powered by Alpine](../master/docs/images/alpinelinux-logo.svg) ![Optional Text](../master/docs/images/ss.png) This Termux bash setup shell script will attempt to set Alpine Linux up in your Termux environment. ## _Steps For Installation_ 1. First go to home directory `cd $HOME` 2. Get the script `curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh` 3. Execute the script `bash TermuxAlpine.sh` 4. Start Alpine `startalpine` 5. For exit just execute `exit` ## _Steps For First Time Use (Recommended)_ 1. Update Alpine `apk update` 2. Now you can install any package by `apk add package_name` ## Size Comparision Size  | Alpine  | Arch | Ubuntu --- | --- | --- | --- before installation | Around 1 MB 😱  | Around 400 MB | Around 35 MB after installation | Around 80 MB | Around 2000 MB | Around 1200 MB #### here is full usage details of apk https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management Comments are welcome at https://github.com/Hax4us/TermuxAlpine/issues ✍ Pull requests are welcome at https://github.com/Hax4us/TermuxAlpine/pulls ✍