# Offline Installation

![](/files/-M4UovS8gmV0gm3yFZto)

## Instructions

{% hint style="warning" %}
Offline Installation is only available for Andronix Premium users.
{% endhint %}

Choose any distro and click on **Download Offline** to download the distro.

Once the distro is downloaded open Termux and follow the given commands:

* Type `termux-setup-storage` and enable Storage permission to Termux

```
termux-setup-storage
```

* Below is the list of each Offline distro. Choose and run the command according to your downloaded distro

### Ubuntu 19

```
cp /sdcard/Download/ubuntu19.tar.gz . && tar xf ubuntu19.tar.gz && rm -rf ubuntu19.tar.gz
```

### Ubuntu 18

```
cp /sdcard/Download/ubuntu.tar.gz . && tar xf ubuntu.tar.gz && rm -rf ubuntu.tar.gz
```

### Kali Security OS

```
cp /sdcard/Download/kali.tar.gz . && tar xf kali.tar.gz && rm -rf kali.tar.gz
```

### Debian

```
cp /sdcard/Download/debian.tar.gz . && tar xf debian.tar.gz && rm -rf debian.tar.gz
```

### Fedora

```
cp /sdcard/Download/fedora.tar.gz . && tar xf fedora.tar.gz && rm -rf fedora.tar.gz
```

### Ubuntu 19

```
cp /sdcard/Download/void.tar.gz . && tar xf void.tar.gz && rm -rf void.tar.gz
```

### Alpine

```
cp /sdcard/Download/alpine.tar.gz . && tar xf alpine.tar.gz && rm -rf alpine.tar.gz
```

### Void

```
cp /sdcard/Download/void.tar.gz . && tar xf void.tar.gz && rm -rf void.tar.gz
```

* Once the process is complete you are good to start the Linux system.
* Type `./start-<distroname>.sh` to start the Linux. &#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://andronix-app.gitbook.io/andronix-app/installations/offline-installtion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
