# Hugin Messenger

Hugin Messenger is an encrypted messaging service relayed by the XKR network nodes.

Here are some of it's features:

| 🔒 Private Messages                                                                                                                              | 📹 Voice & Video                                                                                                                         | 🗂 Unlimited Sharing                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Every message is encrypted with leading asymmetric encryption, specifically NaCl. Read more about the encryption [here](https://nacl.cr.yp.to/). | Communicate with voice & video without the use of any intermediate server that process your data. Data is passed directly between peers. | Share without looking at the file size. This feature is powered by Bittorrent technology, which is the leading peer-to-peer file sharing protocol. |

| 🌐 Social Network                                                                                                                                 | 📡 Ungovernable                                                                                      | 🥰 Open-source                                                                                                |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| Hugin Boards, the next step in the evolution of social media. Instead of likes, you have tips, instead of censorship, you have freedom of speech! | Hugin cannot be taken down or be censored, and most importantly Hugin does not function without you! | Our source code is open for everyone to view and our community is open for anyone interested in contributing. |

### Downloads

#### Mobile (Android)

{% embed url="<https://play.google.com/store/apps/details?id=com.hugin>" %}

#### Desktop (macOS, Windows, Linux)

{% embed url="<https://github.com/kryptokrona/hugin-desktop/releases/latest>" %}
Download the .exe for Windows, .dmg for macOS & .AppImage for Linux.
{% endembed %}


---

# 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.kryptokrona.org/hugin-messenger.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.
