> For the complete documentation index, see [llms.txt](https://auroraoss.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://auroraoss.gitbook.io/wiki/our-apps/aurora-store.md).

# Aurora Store

## About

Aurora Store is an open-source alternative Google Play Store frontend client with privacy and modern design in mind. Not only does Aurora Store download, update, and search for apps like the Play Store, it also empowers the user with a handful of useful features.

### Screenshots

<div data-full-width="false"><figure><img src="https://gitlab.com/AuroraOSS/AuroraStore/-/raw/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot-01.png" alt="accounts screen ss"><figcaption><p>Main screen</p></figcaption></figure> <figure><img src="https://gitlab.com/AuroraOSS/AuroraStore/-/raw/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot-04.png" alt=""><figcaption><p>App Info</p></figcaption></figure> <figure><img src="https://gitlab.com/AuroraOSS/AuroraStore/-/raw/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot-06.png" alt=""><figcaption><p>Spoof manager</p></figcaption></figure> <figure><img src="https://gitlab.com/AuroraOSS/AuroraStore/-/raw/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot-07.png" alt=""><figcaption><p>Blacklist manager</p></figcaption></figure></div>

### Features

* **Anonymous Login**: Login using our provided pseudo-accounts.
* **Google Login**: Login using your personal Google account to access paid apps and games.
* **Device spoofing**: Found an app unavailable for your device? Use our crowdsourced device configurations to spoof your device!
* **Filter apps**: Easily filter out apps installed via Aurora Store, Google, and F-Droid by simply toggling a switch!
* **Blacklist Apps**: By blacklisting apps, selected apps will not be sent to Google for fetching  updates.

### Terms of Service

Every user is required to read and agree to the Terms of Service before being able to use Aurora Store. You can read the Terms Of Service by clicking on the card below.

{% content-ref url="/pages/ZV7McbKa2MfvTx2pb5Xr" %}
[Terms of Service](/wiki/our-apps/aurora-store/terms-of-service.md)
{% endcontent-ref %}

### Policy

Please read our Policy to know what data we require & collect from you and what we send to Google.

{% content-ref url="/pages/ZmmqN4Jlhyt1PPPWYVLq" %}
[Privacy Policy](/wiki/our-apps/aurora-store/privacy-policy.md)
{% endcontent-ref %}

### Disclaimer

Please read our Disclaimer to know why what you do using Aurora Store is up to you and not us.

As per [**Google Play Terms of Service §4**](https://play.google.com/intl/en-us_us/about/play-terms/index.html), under **Restrictions,** there are a number of things that could potentially be used against you for the deactivation of your personal Google account that you want to remain using.

{% content-ref url="/pages/luZp3V81XWFczfPA5e39" %}
[Disclaimer](/wiki/our-apps/aurora-store/disclaimer.md)
{% endcontent-ref %}

### Certificate Signatures

* **SHA1:** `94:42:75:D7:59:8B:C0:3E:48:85:06:06:42:25:A7:19:90:A2:22:02`
* **SHA256:** `4C:62:61:57:AD:02:BD:A3:40:1A:72:63:55:5F:68:A7:96:63:FC:3E:13:A4:D4:36:9A:12:57:09:41:AA:28:0F`

### Credits

* [whyorean](https://gitlab.com/whyorean/) (Rahul Patel) for developing the app.
* [gupta\_aayush ](https://gitlab.com/theimpulson)(Aayush Gupta) for further app development.
* [RKBDI](https://github.com/RadekBledowski) (Radek Błędowski) for UI/UX Design.

### Support

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-type="checkbox"></th></tr></thead><tbody><tr><td>Telegram support group</td><td></td><td></td><td><a href="https://t.me/AuroraSupport">https://t.me/AuroraSupport</a></td><td><a href="/files/2ghy8cAvVrfywaoILcCF">/files/2ghy8cAvVrfywaoILcCF</a></td><td>false</td></tr><tr><td>GitLab issues</td><td></td><td></td><td><a href="https://gitlab.com/AuroraOSS/AuroraStore/-/issues">https://gitlab.com/AuroraOSS/AuroraStore/-/issues</a></td><td><a href="/files/PqeUbJ5a5BJHJzYr09WB">/files/PqeUbJ5a5BJHJzYr09WB</a></td><td>false</td></tr><tr><td>XDA-forums thread</td><td></td><td></td><td><a href="https://forum.xda-developers.com/t/app-4-4-aurora-store-open-source-play-store-client-april-8-2021.3739733/">https://forum.xda-developers.com/t/app-4-4-aurora-store-open-source-play-store-client-april-8-2021.3739733/</a></td><td><a href="/files/PHwNxeMxbwiwAJoURXUB">/files/PHwNxeMxbwiwAJoURXUB</a></td><td>false</td></tr></tbody></table>


---

# 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://auroraoss.gitbook.io/wiki/our-apps/aurora-store.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.
