# How to install the APK from GitHub

As the Blink wallet is Free Open Source Software the app is published and can be installed from the releases on GitHub. Installing third party apps is only allowed on Android, not on iOS. Follow these steps to install the app from GitHub:

1. Open the link [github.com/blinkbitcoin/blink-mobile/releases/latest](https://github.com/blinkbitcoin/blink-mobile/releases/latest) on your Android phone to download the latest release of the Blink app
2. Scroll down on the page to `Assets` and choose the `app-universal-release.apk` for the best compatibility.\
   The `app-arm64-v8a-release.apk` is smaller but might not work on old devices.

   ![](/files/VjB7DVbwFAa8c3Xk3FP1)
3. Confirm with `Download anyway` and wait for the download to finish

   ![](/files/sXBpcT7x0NFnYDKsWpIA) ![](/files/V0OFHDVv9NYUntjT17s1) ![](/files/4WF44O0Z7bibz5hP7S0I)
4. If you have not set up your browser to install apps from unknown sources yet you will be asked to do so now. Choose `SETTINGS` and enable `Allow from this source`

   ![](/files/LTvfuGFHy1pffXaNtxIe) ![](/files/h1VBAfQqvXx7kSjpCcUX)
5. Carry on with the installation by choosing `INSTALL`

   ![](/files/jDoakw5zmC7XGeX2MNPY) ![](/files/7qleNlT7v5MbTXTwXvcS)
6. Finally `OPEN` the app when installed

   ![](/files/ScIa7rMQMK3tCreSeAY6)
7. Similar to all other apps you will find the Blink app in your app drawer or launcher too.


---

# 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://faq.blink.sv/creating-a-blink-account/how-to-install-the-apk-from-github.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.
