# Mapeo repositories

### Apps

* [mapeo-desktop](https://github.com/digidem/mapeo-desktop): Source code for Linux, MacOS, and Windows
* [mapeo-mobile](https://github.com/digidem/mapeo-mobile): Source code for Mobile

### Configuration

* [mapeo-settings-builder](https://github.com/digidem/mapeo-settings-builder): Build presets and sprites for the Mapeo apps
* [mapeo-migrate](https://github.com/digidem/mapeo-migrate): Commandline tool for mapeo migrating databases from older formats to the latest.

### Modules

* [mapeo-core](https://github.com/digidem/mapeo-core): Library for creating custom geo data and synchronizing via a peer to peer network
* [mapeo-server](https://github.com/digidem/mapeo-server): Mapping web server for managing observations, media, tiles, and various static files.
* [mapeo-settings](https://github.com/digidem/mapeo-settings): Manage settings files for Mapeo
* [iD-mapeo](https://github.com/digidem/iD-mapeo): Fork of OpenStreetMap editor, for offline use with Mapeo
* [mapeo-schema](https://github.com/digidem/mapeo-schema): Data schemas for mapeo data types
* [mapeo-styles](https://github.com/digidem/mapeo-styles): Default styles & tiles for mapeo backgrounds
* [mapeo-openmaptiles](https://github.com/digidem/mapeo-openmaptiles): Lightweight map tiles for mapeo-mobile for global offline map
* [osm-p2p:](https://github.com/digidem/osm-p2p) High-level p2p OpenStreetMap database for node and the browser
* [osm-p2p-server](https://github.com/digidem/osm-p2p-server): Peer-to-peer OpenStreetMap API v0.6 Server for osm-p2p-db

### Demos

* [mapeo-print-preview](https://github.com/digidem/mapeo-print-preview): Demo of web vector tiles for osm-p2p data.

### Documentation

* [mapeo-docs-new](https://github.com/digidem/mapeo-docs-new): Docs site for Mapeo (mirrored with GitBook)

​


---

# 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://docs.mapeo.app/for-developers/mapeo-repositories.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.
