> For the complete documentation index, see [llms.txt](https://compass.jordond.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://compass.jordond.dev/supported-platforms.md).

# Artifacts

Compass publishes the following artifacts that support these platforms:

<table data-full-width="true"><thead><tr><th width="448">Artifact</th><th width="95" data-type="checkbox">Android</th><th width="60" data-type="checkbox">iOS</th><th width="67" data-type="checkbox">JVM</th><th width="92" data-type="checkbox">MacOS</th><th data-type="checkbox">JS/WASM</th></tr></thead><tbody><tr><td><code>geocoder</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>geocoder-mobile</code></td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td></tr><tr><td><code>geocoder-web</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>geocoder-web-mapbox</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>geocoder-web-googlemaps</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>geolocation</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>geolocation-mobile</code></td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td></tr><tr><td><code>geolocation-browser</code></td><td>false</td><td>false</td><td>false</td><td>false</td><td>true</td></tr><tr><td><code>autocomplete</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>autocomplete-mobile</code></td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td></tr><tr><td><code>autocomplete-geocoder-mapbox</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>autocomplete-geocoder-googlemaps</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>autocomplete-web</code></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><code>permissions-mobile</code></td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td></tr></tbody></table>

{% hint style="info" %}
If you plan on using Compass in a project that targets both mobile and non-mobile platforms (desktop, browser, etc). Then you will need to make sure use `expect/actual` to provide an implementation for each platform. See [Mixed platforms](/setup/mixed-platforms.md).
{% endhint %}

Go to the [All Dependencies](/setup/add-dependencies.md) page to learn how to add them to your project.
