# Installation

Keet can be installed on a variety of devices, including desktops, mobiles and tablets. \
The app is available on Windows, macOS, Linux, Android, iOS, and GrapheneOS, so you can use it on almost any device you have.&#x20;

***

* [Desktop Installation](#desktop-installation)
  * [Windows](#windows)
  * [MacOS](#macos)
  * [Linux](#linux)
* [Mobile Installation](#mobile-installation)
  * [Android](#android)
  * [iOS](#ios)
* [Platform support](#platform-support)

***

### Desktop Installation

{% tabs %}
{% tab title="Windows" %}

* Download the Windows installer from <https://keet.io/download/> :

<figure><img src="/files/SilqrlWU4S8H0ojgdMpB" alt="" width="518"><figcaption></figcaption></figure>

* Launch the **Keet.msix** installer and follow the on-screen instructions.
* Allow pear-runtime access to public and private networks on your PC during the installation.
  {% endtab %}

{% tab title="MacOS" %}

<figure><img src="/files/UO8y8SfvQhUQUCG1yyZF" alt="" width="375"><figcaption></figcaption></figure>

* Download Keet for macOS from <https://keet.io/download/>&#x20;
* Open the downloaded **Keet.dmg** file.
* Drag the app to the Applications folder and launch it.<br>
  {% endtab %}

{% tab title="Linux" %}

* Download Keet for Linux from <https://keet.io/download/>
* Extract the **Keet.tar.gz** file and run the AppImage to start the application.
* You can directly download Keet from [Snap Store](http://snapcraft.io/keet) on Linux Ubuntu.

{% hint style="info" %}
For all Linux systems, you may need to install additional libraries like [<kbd>libgtk-4</kbd> or <kbd>libnss3</kbd>](https://gtk.org/docs/installations/linux/).

Running AppImage packages also requires <kbd>libfuse</kbd> to be installed.
{% endhint %}
{% endtab %}
{% endtabs %}

***

### Mobile installation

{% tabs %}
{% tab title="Android" %}
Install Keet from the [Google Play Store](https://play.google.com/store/apps/details?id=io.keet.app\&pcampaignid=web_share) or visit <https://keet.io/download/> and click on 'Get it on Google Play'.&#x20;

<figure><img src="/files/KngNjj4mx5xtr1n8Fb0k" alt="" width="262"><figcaption></figcaption></figure>

Alternatively, you can find the latest APK on our [GitHub](https://github.com/holepunchto/keet-mobile-releases/releases).
{% endtab %}

{% tab title="iOS" %}
Install Keet from the [App Store](https://apps.apple.com/lu/app/keet-by-holepunch/id6443880549) or visit <https://keet.io/download/> and click on 'Download on the App Store'.

<figure><img src="/files/lYIekj80G0qVbTxZXYht" alt="https://apps.apple.com/lu/app/keet-by-holepunch/id6443880549" width="240"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***

### Platform support

<table><thead><tr><th width="181.8125">Platform</th><th width="273.34375">Version</th><th>Architecture</th></tr></thead><tbody><tr><td>Android</td><td><strong>10</strong>+</td><td><code>arm</code> <code>arm64</code> </td></tr><tr><td>iOS</td><td><strong>16.6</strong>+</td><td><code>arm64</code> <code>x64 (simulator)</code>        </td></tr><tr><td>macOS</td><td><strong>12.0</strong>+</td><td><code>arm64</code> <code>x64</code></td></tr><tr><td>Windows</td><td><strong>Windows 10</strong>+</td><td><code>x64</code></td></tr><tr><td>Windows</td><td><strong>Windows 11</strong>+</td><td><code>arm64</code></td></tr><tr><td>Linux</td><td><strong>Linux 5.15+</strong>, GNU C Library 2.3+</td><td><code>arm64</code> <code>x64</code></td></tr><tr><td>Linux</td><td><strong>Linux 5.10+</strong>, musl 1.2+</td><td><code>arm64</code> <code>x64</code> <code>mips</code> <code>mipsel</code></td></tr></tbody></table>

{% hint style="info" %}
Not sure which architecture your device has? 🔎&#x20;

Just look up your device model online or check your system info, then match it to the table above.&#x20;
{% endhint %}

***

If you’re having issues with installation, opening the Keet app, or joining the room, please email us at `support@holepunch.to`


---

# 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://support.keet.io/installation-and-setup/installation.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.
