# Исходный код

iMe построен на открытом коде Telegram с добавлением кода собственных разработок. Взаимодействие с серверной частью происходит через API Telegram.

Для соблюдения условий использования Telegram API и лицензии GNU GPL, исходный код нашего клиента выложен в открытый доступ доступен по адресам:

<https://github.com/imemessenger/iMe-Android>&#x20;

<https://github.com/imemessenger/iMe-iOS>&#x20;

Мы периодически обновляем наш код, по мере выхода исходников Telegram и обновлений их в iMe. После завершения основного этапа разработки, мы будем выкладывать обновленные исходники чаще, с каждым обновлением.

Открытый исходный код не даёт гарантий, что приложение построено и выпущено в магазине именно на данном коде. Поэтому, при желании, любой энтузиаст может декомпилировать apk-файл приложения, чтобы проверить необходимые данные и безопасную работу приложения.


---

# 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://imem.gitbook.io/faq-ru/general/open-source.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.
