> For the complete documentation index, see [llms.txt](https://docs.lawnchair.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lawnchair.app/getting-started/install-and-setup/verify.md).

# Verify your installation

Lawnchair's APKs are cryptographically signed. You can verify the integrity and authenticity of your downloaded files using two systems:

* GitHub / SLSA attestations (available starting with Lawnchair 15 Beta 1)
* SHA-256 Android app certificate fingerprints

### SLSA attestation

Every Lawnchair release starting with Lawnchair 15 Beta 1 (excluding Nightly builds) is attested and verified with SLSA provenance. This repository meets the requirements for SLSA Level 2 compliance.

{% hint style="info" %}
You can verify the installation without using the GitHub CLI by cross-referencing checks from [GitHub Attestations](https://github.com/LawnchairLauncher/lawnchair/attestations) with [Sigstore Rekor](https://search.sigstore.dev/).
{% endhint %}

To verify using the GitHub CLI:

1. Install the [GitHub CLI](https://cli.github.com/).
2. Download the APK and its corresponding attestation from [GitHub Attestations](https://github.com/LawnchairLauncher/lawnchair/attestations).
3. Run the following command in your terminal, replacing `{APK}` with the path to your downloaded APK file:

   ```bash
   gh attestation verify {APK} -R LawnchairLauncher/lawnchair
   ```

### Android app certificate

Lawnchair uses two distinct app certificates depending on where the app was downloaded. You can verify these certificates using tools such as [AppVerifier](https://github.com/soupslurpr/AppVerifier).

{% tabs %}
{% tab title="Play Store version" %}

```
47:AC:92:63:1C:60:35:13:CC:8D:26:DD:9C:FF:E0:71:9A:8B:36:55:44:DC:CE:C2:09:58:24:EC:25:61:20:A7
```

{% endtab %}

{% tab title="GitHub version" %}

```
74:7C:36:45:B3:57:25:8B:2E:23:E8:51:E5:3C:96:74:7F:E0:AD:D0:07:E5:BA:2C:D9:7E:8C:85:57:2E:4D:C5
```

{% endtab %}
{% endtabs %}


---

# 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://docs.lawnchair.app/getting-started/install-and-setup/verify.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.
