> For the complete documentation index, see [llms.txt](https://faq.blink.sv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.blink.sv/creating-a-blink-account/how-to-install-the-apk-from-github.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://faq.blink.sv/creating-a-blink-account/how-to-install-the-apk-from-github.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
